Searched refs:PPC_ISYNC (Results 1 – 2 of 2) sorted by relevance
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()
319 #define PPC_ISYNC asm volatile ("sync; isync" : : : "memory") macro328 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)527 PPC_ISYNC; in elf_machine_fixup_plt()531 PPC_ISYNC; in elf_machine_fixup_plt()
Completed in 6 milliseconds