Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dmmu-44x.h47 #define PPC44x_TLB_UW 0x00000010 /* User write */ macro
/linux-2.6.39/arch/powerpc/kvm/
D44x_tlb.c44 #define PPC44x_TLB_USER_PERM_MASK (PPC44x_TLB_UX|PPC44x_TLB_UR|PPC44x_TLB_UW)
365 ref->writeable = !!(stlbe.word2 & PPC44x_TLB_UW); in kvmppc_mmu_map()