Home
last modified time | relevance | path

Searched refs:PP_RWXX (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-hash32.h51 #define PP_RWXX 0 /* Supervisor read/write, User none */ macro
Dkvm_book3s_64.h274 if ((ptel & HPTE_R_PP0) || (ptel & HPTE_R_PP) == PP_RWXX) in hpte_make_readonly()
Dmmu-hash64.h100 #define PP_RWXX 0 /* Supervisor read/write, User none */ macro
/linux-4.1.27/arch/microblaze/include/asm/
Dmmu.h42 # define PP_RWXX 0 /* Supervisor read/write, User none */ macro
/linux-4.1.27/arch/powerpc/mm/
Dppc_mmu_32.c152 ((flags & _PAGE_USER)? PP_RWRW: PP_RWXX): PP_RXRX; in setbat()
/linux-4.1.27/arch/powerpc/kernel/
Dbtext.c107 disp_BAT[0] = vaddr | (_PAGE_NO_CACHE | PP_RWXX) | 4; in btext_prepare_BAT()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c200 HPTE_R_R | HPTE_R_C | HPTE_R_M | PP_RWXX; in kvmppc_map_vrma()