Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/nohash/32/
Dmmu-44x.h43 #define PPC44x_TLB_G 0x00000100 /* Memory is guarded */ macro
/linux-5.19.10/arch/powerpc/mm/nohash/
D44x.c68 : "r" (PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_SX | PPC44x_TLB_G), in ppc44x_pin_tlb()
/linux-5.19.10/arch/powerpc/kexec/
Drelocate_32.S177 ori r5, r5, (PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_SX | PPC44x_TLB_G)
/linux-5.19.10/arch/powerpc/kernel/
Dhead_44x.S927 ori r5,r5,(PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_SX | PPC44x_TLB_G)
964 li r5,(PPC44x_TLB_SW|PPC44x_TLB_SR|PPC44x_TLB_I|PPC44x_TLB_G)
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c3818 (w2 & PPC44x_TLB_G) ? 'G' : 'g', in dump_tlb_44x()