Home
last modified time | relevance | path

Searched refs:KVM_MIPS_GUEST_TLB_SIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/mips/kvm/
Dtlb.c97 for (i = 0; i < KVM_MIPS_GUEST_TLB_SIZE; i++) { in kvm_mips_dump_guest_tlbs()
124 for (i = 0; i < KVM_MIPS_GUEST_TLB_SIZE; i++) { in kvm_mips_guest_tlb_lookup()
Demulate.c1037 if (index < 0 || index >= KVM_MIPS_GUEST_TLB_SIZE) { in kvm_mips_emul_tlbr()
1040 index &= KVM_MIPS_GUEST_TLB_SIZE - 1; in kvm_mips_emul_tlbr()
1109 if (index < 0 || index >= KVM_MIPS_GUEST_TLB_SIZE) { in kvm_mips_emul_tlbwi()
1116 index = (index & ~0x80000000) % KVM_MIPS_GUEST_TLB_SIZE; in kvm_mips_emul_tlbwi()
1145 index = prandom_u32_max(KVM_MIPS_GUEST_TLB_SIZE); in kvm_mips_emul_tlbwr()
1358 KVM_MIPS_GUEST_TLB_SIZE)) { in kvm_mips_emulate_CP0()
Dtrap_emul.c649 config1 |= ((KVM_MIPS_GUEST_TLB_SIZE - 1) << 25); in kvm_trap_emul_vcpu_setup()
/Linux-v5.10/arch/mips/include/asm/
Dkvm_host.h341 #define KVM_MIPS_GUEST_TLB_SIZE 64 macro
403 struct kvm_mips_tlb guest_tlb[KVM_MIPS_GUEST_TLB_SIZE];