Searched refs:_PAGE_SH (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/ |
D | pte-8xx.h | 34 #define _PAGE_SH 0x0004 /* SH: No ASID (context) compare */ macro 55 #define _PAGE_KERNEL_RO (_PAGE_SH | _PAGE_RO) 56 #define _PAGE_KERNEL_ROX (_PAGE_SH | _PAGE_RO | _PAGE_EXEC) 57 #define _PAGE_KERNEL_RW (_PAGE_SH | _PAGE_DIRTY) 58 #define _PAGE_KERNEL_RWX (_PAGE_SH | _PAGE_DIRTY | _PAGE_EXEC) 120 return !(pte_val(pte) & _PAGE_SH); in pte_user() 127 return __pte(pte_val(pte) | _PAGE_SH); in pte_mkprivileged() 134 return __pte(pte_val(pte) & ~_PAGE_SH); in pte_mkuser()
|
/Linux-v6.6/arch/powerpc/mm/ptdump/ |
D | 8xx.c | 24 .mask = _PAGE_SH,
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | head_8xx.S | 590 ori r0, r0, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | \ 716 LOAD_REG_IMMEDIATE(r8, 0xf0 | _PAGE_RO | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT) 750 ori r12, r8, 0xf0 | _PAGE_RO | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT 762 ori r12, r8, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | _PAGE_PRESENT 778 ori r8, r8, 0xf0 | _PAGE_DIRTY | _PAGE_SPS | _PAGE_SH | \
|