Searched refs:PPC44x_TLB_4K (Results 1 – 3 of 3) sorted by relevance
21 #define PPC44x_TLB_4K 0x00000010 macro127 #define PPC44x_TLBE_SIZE PPC44x_TLB_4K
67 tlbe->word0 = 0xef600000 | PPC44x_TLB_4K | PPC44x_TLB_VALID; in kvmppc_core_vcpu_setup()
36 #define PPC44x_TLBE_SIZE PPC44x_TLB_4K348 stlbe.word0 |= (gvaddr & PAGE_MASK_4K) | PPC44x_TLB_4K; in kvmppc_mmu_map()