Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kvm/
De500_tlb.h32 #define KVM_E500_TLB1_SIZE 16 macro
158 esel &= KVM_E500_TLB1_SIZE - 1; in get_tlb_esel()
De500_tlb.c710 vcpu_e500->guest_tlb_size[1] = KVM_E500_TLB1_SIZE; in kvmppc_e500_tlb_init()
712 kzalloc(sizeof(struct tlbe) * KVM_E500_TLB1_SIZE, GFP_KERNEL); in kvmppc_e500_tlb_init()