Home
last modified time | relevance | path

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

/sysdeps/powerpc/powerpc64/
A Ddl-machine.h315 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "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)
423 PPC_DCBST (p); in elf_machine_runtime_setup()
530 PPC_DCBST (&plt->fd_func); in elf_machine_fixup_plt()
560 PPC_DCBST (&plt->fd_func); in elf_machine_plt_conflict()
561 PPC_DCBST (&plt->fd_aux); in elf_machine_plt_conflict()
562 PPC_DCBST (&plt->fd_toc); in elf_machine_plt_conflict()
/sysdeps/powerpc/powerpc32/
A Ddl-machine.c65 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "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)
318 PPC_DCBST (plt + i); in __elf_machine_runtime_setup()
319 PPC_DCBST (plt + size_modified - 1); in __elf_machine_runtime_setup()

Completed in 6 milliseconds