Searched refs:where (Results 1 – 7 of 7) sorted by relevance
/sysdeps/powerpc/powerpc32/ |
A D | dl-machine.c | 65 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "memory") argument 68 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") argument 73 #define MODIFIED_CODE_NOQUEUE(where) \ argument 74 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); } while (0) 76 #define MODIFIED_CODE(where) \ argument 77 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)
|
/sysdeps/powerpc/powerpc64/ |
A D | dl-machine.h | 315 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "memory") argument 316 #define PPC_DCBT(where) asm volatile ("dcbt 0,%0" : : "r"(where) : "memory") argument 317 #define PPC_DCBF(where) asm volatile ("dcbf 0,%0" : : "r"(where) : "memory") argument 320 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") argument 324 #define MODIFIED_CODE_NOQUEUE(where) \ argument 325 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); } while (0) 327 #define MODIFIED_CODE(where) \ argument 328 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)
|
/sysdeps/gnu/ |
A D | configure.ac | 5 # The Filesystem Hierarchy Standard prescribes where to place "essential"
|
A D | configure | 5 # The Filesystem Hierarchy Standard prescribes where to place "essential"
|
/sysdeps/arm/armv6t2/ |
A D | memchr.S | 90 eor r4,r4, r1 @ Get it so that r4,r5 have 00's where the bytes match the target
|
/sysdeps/generic/ |
A D | ldsodefs.h | 211 const char *where; member
|
/sysdeps/alpha/alphaev6/ |
A D | addmul_1.S | 55 # we intended for L0 gets to look at L1, which is NOT where we want
|
Completed in 15 milliseconds