Searched refs:PPC_ICBI (Results 1 – 2 of 2) sorted by relevance
68 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") macro74 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)323 PPC_ICBI (plt + i); in __elf_machine_runtime_setup()324 PPC_ICBI (plt + size_modified - 1); in __elf_machine_runtime_setup()
320 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") macro325 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)
Completed in 6 milliseconds