Home
last modified time | relevance | path

Searched refs:PPC44x_TLB_PAGEID (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/powerpc/kexec/
Drelocate_32.S104 tlbwe r3,r4,PPC44x_TLB_PAGEID /* If not, inval the entry */
120 tlbre r3, r23, PPC44x_TLB_PAGEID
152 tlbwe r3, r24, PPC44x_TLB_PAGEID
174 tlbwe r3, r23, PPC44x_TLB_PAGEID
192 tlbwe r3, r6, PPC44x_TLB_PAGEID /* PageID field : EPN, V, SIZE */
220 tlbwe r3, r24, PPC44x_TLB_PAGEID
/linux-6.12.1/arch/powerpc/kernel/
Dhead_44x.S534 tlbwe r10,r13,PPC44x_TLB_PAGEID /* Write PAGEID */
872 tlbwe r3,r4,PPC44x_TLB_PAGEID /* If not, inval the entry */
930 tlbwe r3,r0,PPC44x_TLB_PAGEID /* Load the pageid fields */
947 tlbwe r6,r23,PPC44x_TLB_PAGEID
966 tlbwe r3,r0,PPC44x_TLB_PAGEID
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/
Dmmu-44x.h13 #define PPC44x_TLB_PAGEID 0 macro
/linux-6.12.1/arch/powerpc/mm/nohash/
Dtlb_low.S75 tlbwe r6,r6,PPC44x_TLB_PAGEID
96 1: tlbwe r3,r3,PPC44x_TLB_PAGEID
D44x.c72 "i" (PPC44x_TLB_PAGEID), in ppc44x_pin_tlb()