Displaying 7 results from an estimated 7 matches for "cache_add".
2018 Feb 21
1
Finding and replacing instruction patterns
...hey will be replaced with the
corresponding PIM instruction. For a toy example, take a series of
instructions such as "load A, load B, add C=A+B, store C". My goal in this
case would be to detect this series of four instructions and replace it
with a single "memory_add" or "cache_add" instruction. When compiled to
machine code, these cache_add instructions will compile to some unused x86
opcode; we will then run this binary through gem5, which has been modified
to handle PIM instructions.
Knowing that this is my goal, I have a number of questions:
1. Is this a misuse/...
2012 Aug 07
4
pop3 proxying error
Hi Timo,
I've got some errors with pop3 proxying and dovecot 2.1.9
I's occured on the proxy side:
Aug 7 13:16:47 dev1 dovecot: pop3-login: Fatal: master:
service(pop3-login): child 23046 killed with signal 11 (core dumped)
Server side shows no error, and runs the same dovecot version.
Thanks for your help.
Best regards
Tonio Buonaguidi
Core dump:
GNU gdb (GDB) 7.4.1-debian
2018 Sep 10
1
make check (pigeonhole)
...vg_replace_malloc.c:711)
==29930==??? by 0x5277AB5: pool_system_malloc (mempool-system.c:75)
==29930==??? by 0x525D2FD: p_malloc (mempool.h:99)
==29930==??? by 0x525D2FD: hash_table_create (hash.c:70)
==29930==??? by 0x51F2EA3: settings_parser_dup (settings-parser.c:1957)
==29930==??? by 0x51EE844: cache_add (master-service-settings-cache.c:291)
==29930==??? by 0x51EE844: master_service_settings_cache_read
(master-service-settings-cache.c:409)
==29930==??? by 0x4E874BF: mail_storage_service_read_settings
(mail-storage-service.c:1085)
==29930==??? by 0x4E87745: mail_storage_service_lookup_real
(mail-...
2018 Sep 10
0
make check (pigeonhole)
...> ==29930==??? by 0x5277AB5: pool_system_malloc (mempool-system.c:75)
> ==29930==??? by 0x525D2FD: p_malloc (mempool.h:99)
> ==29930==??? by 0x525D2FD: hash_table_create (hash.c:70)
> ==29930==??? by 0x51F2EA3: settings_parser_dup (settings-parser.c:1957)
> ==29930==??? by 0x51EE844: cache_add (master-service-settings-cache.c:291)
> ==29930==??? by 0x51EE844: master_service_settings_cache_read
> (master-service-settings-cache.c:409)
> ==29930==??? by 0x4E874BF: mail_storage_service_read_settings
> (mail-storage-service.c:1085)
> ==29930==??? by 0x4E87745: mail_storage_serv...
2018 Mar 21
0
Finding which registers the operand of a load maps to
...[rsp - 12], eax
In an opt pass, I would like to replace this series of four instructions
with a single intrinsic, @llvm.cache.add, which will represent an add
performed in the cache:
call @llvm.cache.add(%ptr3, %ptr1, %ptr2)
This intrinsic will compile (preferably) to a single instruction:
cache_add dword [rsp - 12], dword [rsp - 4], dword [rsp - 8]
When it comes time to generate code for this intrinsic, I am faced with a
predicament:
1. I need to make sure %ptr3, %ptr1, and %ptr2 are allocated in
register(s) (rsp in the example above) and,
2. I need to know *which* registers they a...
2018 Sep 09
3
make check (pigeonhole)
Hello list,
During the 'make check' (pigeonhole) portion of a building (rpmbuild) a
dovecot.spec file I'm getting the following error:
testsuite(root): Fatal: Couldn't drop privileges: User is missing UID
(see mail_uid setting)
I'm not sure how to resolve this, and any help would be appreciated to
help me finish the creating the rpm
--
Eric Broch
White Horse Technical
2003 Feb 05
7
Winbind on HPUX 11, some small progress
...OGIN: exiting with return code
13
This is what I get from pamsmb (ignore the dates, they are a bit funny for
some reason)
Feb 5 14:53:55 coastdr pamsmbd[20119]: server: remote auth user
unix:trainingus
er nt:traininguser NTDOM:WESTCOASTDHB PDC:COASTDB BDC:
Feb 5 14:53:55 coastdr pamsmbd[20119]: cache_add: inserted entry
Feb 4 20:53:55 coastdr : pamsmbd: Got something back... 0
Feb 4 20:53:55 coastdr : pam_smb: got back 0 username traininguser
Feb 4 20:53:55 coastdr : LOGIN: exiting with return code 13
So the error with pamsmb and winbind is the same. I've done a man on login
and can only f...