Searched refs:PPC_ICBI (Results 1 – 4 of 4) sorted by relevance
68 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") macro74 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); } while (0)77 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)323 PPC_ICBI (plt + i); in __elf_machine_runtime_setup()324 PPC_ICBI (plt + size_modified - 1); in __elf_machine_runtime_setup()
324 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") macro329 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); } while (0)332 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)
5296 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
2549 and PPC_ICBI asm for broken compilers.