Home
last modified time | relevance | path

Searched refs:PPC44x_TLB_4K (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dmmu-44x.h21 #define PPC44x_TLB_4K 0x00000010 macro
81 #define PPC44x_TLBE_SIZE PPC44x_TLB_4K
/arch/powerpc/kvm/
D44x_tlb.c35 #define PPC44x_TLBE_SIZE PPC44x_TLB_4K
323 stlbe.word0 |= (gvaddr & PAGE_MASK_4K) | PPC44x_TLB_4K; in kvmppc_mmu_map()
D44x.c132 tlbe->word0 = 0xef600000 | PPC44x_TLB_4K | PPC44x_TLB_VALID; in kvmppc_core_vcpu_setup()