Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A De500_mmu.c905 vcpu_e500->gtlb_params[0].entries = KVM_E500_TLB0_SIZE; in kvmppc_e500_tlb_init()
910 KVM_E500_TLB0_SIZE / KVM_E500_TLB0_WAY_NUM; in kvmppc_e500_tlb_init()
915 vcpu_e500->gtlb_arch = kmalloc_array(KVM_E500_TLB0_SIZE + in kvmppc_e500_tlb_init()
923 vcpu_e500->gtlb_offset[1] = KVM_E500_TLB0_SIZE; in kvmppc_e500_tlb_init()
H A De500.h110 #define KVM_E500_TLB0_SIZE (KVM_E500_TLB0_WAY_SIZE * KVM_E500_TLB0_WAY_NUM) macro