Home
last modified time | relevance | path

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

/sysdeps/powerpc/powerpc32/
A Ddl-machine.c66 #define PPC_SYNC asm volatile ("sync" : : : "memory") macro
74 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()
/sysdeps/powerpc/powerpc64/
A Ddl-machine.h318 #define PPC_SYNC asm volatile ("sync" : : : "memory") macro
325 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); } while (0)
328 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)
424 PPC_SYNC; in elf_machine_runtime_setup()
563 PPC_SYNC; in elf_machine_plt_conflict()

Completed in 9 milliseconds