Searched refs:PPC_ISYNC (Results 1 – 3 of 3) sorted by relevance
323 #define PPC_ISYNC asm volatile ("sync; isync" : : : "memory") macro332 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)531 PPC_ISYNC; in elf_machine_fixup_plt()535 PPC_ISYNC; in elf_machine_fixup_plt()
67 #define PPC_ISYNC asm volatile ("sync; isync" : : : "memory") macro77 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)325 PPC_ISYNC; in __elf_machine_runtime_setup()
5296 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):