Searched refs:PPC44x_TLB_UW (Results 1 – 2 of 2) sorted by relevance
47 #define PPC44x_TLB_UW 0x00000010 /* User write */ macro
44 #define PPC44x_TLB_USER_PERM_MASK (PPC44x_TLB_UX|PPC44x_TLB_UR|PPC44x_TLB_UW)364 ref->writeable = !!(stlbe.word2 & PPC44x_TLB_UW); in kvmppc_mmu_map()