Searched refs:KVM_E500_TLB0_SIZE (Results 1 – 2 of 2) sorted by relevance
905 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()916 KVM_E500_TLB0_SIZE + KVM_E500_TLB1_SIZE); in kvmppc_e500_tlb_init()921 vcpu_e500->gtlb_offset[1] = KVM_E500_TLB0_SIZE; in kvmppc_e500_tlb_init()
108 #define KVM_E500_TLB0_SIZE (KVM_E500_TLB0_WAY_SIZE * KVM_E500_TLB0_WAY_NUM) macro