KVM_MIPS_GUEST_TLB_SIZE 376 arch/mips/include/asm/kvm_host.h struct kvm_mips_tlb guest_tlb[KVM_MIPS_GUEST_TLB_SIZE]; KVM_MIPS_GUEST_TLB_SIZE 1037 arch/mips/kvm/emulate.c if (index < 0 || index >= KVM_MIPS_GUEST_TLB_SIZE) { KVM_MIPS_GUEST_TLB_SIZE 1040 arch/mips/kvm/emulate.c index &= KVM_MIPS_GUEST_TLB_SIZE - 1; KVM_MIPS_GUEST_TLB_SIZE 1109 arch/mips/kvm/emulate.c if (index < 0 || index >= KVM_MIPS_GUEST_TLB_SIZE) { KVM_MIPS_GUEST_TLB_SIZE 1116 arch/mips/kvm/emulate.c index = (index & ~0x80000000) % KVM_MIPS_GUEST_TLB_SIZE; KVM_MIPS_GUEST_TLB_SIZE 1145 arch/mips/kvm/emulate.c index = prandom_u32_max(KVM_MIPS_GUEST_TLB_SIZE); KVM_MIPS_GUEST_TLB_SIZE 1359 arch/mips/kvm/emulate.c KVM_MIPS_GUEST_TLB_SIZE)) { KVM_MIPS_GUEST_TLB_SIZE 97 arch/mips/kvm/tlb.c for (i = 0; i < KVM_MIPS_GUEST_TLB_SIZE; i++) { KVM_MIPS_GUEST_TLB_SIZE 124 arch/mips/kvm/tlb.c for (i = 0; i < KVM_MIPS_GUEST_TLB_SIZE; i++) { KVM_MIPS_GUEST_TLB_SIZE 657 arch/mips/kvm/trap_emul.c config1 |= ((KVM_MIPS_GUEST_TLB_SIZE - 1) << 25);