Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
De500_mmu.c908 int entries = KVM_E500_TLB0_SIZE + KVM_E500_TLB1_SIZE; in kvmppc_e500_tlb_init()
913 vcpu_e500->gtlb_params[0].entries = KVM_E500_TLB0_SIZE; in kvmppc_e500_tlb_init()
918 KVM_E500_TLB0_SIZE / KVM_E500_TLB0_WAY_NUM; in kvmppc_e500_tlb_init()
928 vcpu_e500->gtlb_offset[1] = KVM_E500_TLB0_SIZE; in kvmppc_e500_tlb_init()
De500.h113 #define KVM_E500_TLB0_SIZE (KVM_E500_TLB0_WAY_SIZE * KVM_E500_TLB0_WAY_NUM) macro