Searched refs:PPC_SYNC (Results 1 – 4 of 4) sorted by relevance
66 #define PPC_SYNC asm volatile ("sync" : : : "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)320 PPC_SYNC; in __elf_machine_runtime_setup()357 PPC_SYNC; in __elf_machine_fixup_plt()366 PPC_SYNC; in __elf_machine_fixup_plt()370 PPC_SYNC; in __elf_machine_fixup_plt()
322 #define PPC_SYNC asm volatile ("sync" : : : "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)428 PPC_SYNC; in elf_machine_runtime_setup()
5296 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
2548 * sysdeps/powerpc/dl-machine.c: Add volatile to PPC_DCBST, PPC_SYNC,