Home
last modified time | relevance | path

Searched refs:PPC_ISYNC (Results 1 – 2 of 2) sorted by relevance

/sysdeps/powerpc/powerpc32/
A Ddl-machine.c67 #define PPC_ISYNC asm volatile ("sync; isync" : : : "memory") macro
77 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)
325 PPC_ISYNC; in __elf_machine_runtime_setup()
/sysdeps/powerpc/powerpc64/
A Ddl-machine.h319 #define PPC_ISYNC asm volatile ("sync; isync" : : : "memory") macro
328 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