Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/nohash/32/
Dmmu-44x.h97 #define PPC47x_TLB2_SR 0x00000001 /* Super read */ macro
99 #define PPC47x_TLB2_S_RWX (PPC47x_TLB2_SX|PPC47x_TLB2_SW|PPC47x_TLB2_SR)
100 #define PPC47x_TLB2_S_RW (PPC47x_TLB2_SW | PPC47x_TLB2_SR)
/linux-6.6.21/arch/powerpc/mm/nohash/
D44x.c150 : "r" (PPC47x_TLB2_SW | PPC47x_TLB2_SR | in ppc47x_pin_tlb()