Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/nohash/
Dtlb_low.S180 PPC_ICBT(0,R6,R7) /* touch next cache line */
182 PPC_ICBT(0,R6,R7) /* touch next cache line */
184 PPC_ICBT(0,R6,R7) /* touch next cache line */
/linux-6.12.1/arch/powerpc/include/asm/
Dppc-opcode.h647 #define PPC_ICBT(c, a, b) stringify_in_c(.long PPC_RAW_ICBT(c, a, b)) macro