Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dmmu-44x.h21 #define PPC44x_TLB_4K 0x00000010 macro
127 #define PPC44x_TLBE_SIZE PPC44x_TLB_4K
/linux-2.6.39/arch/powerpc/kvm/
D44x.c67 tlbe->word0 = 0xef600000 | PPC44x_TLB_4K | PPC44x_TLB_VALID; in kvmppc_core_vcpu_setup()
D44x_tlb.c36 #define PPC44x_TLBE_SIZE PPC44x_TLB_4K
348 stlbe.word0 |= (gvaddr & PAGE_MASK_4K) | PPC44x_TLB_4K; in kvmppc_mmu_map()