Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kvm/
Dtlb.c125 for (i = 0; i < KVM_MIPS_GUEST_TLB_SIZE; i++) { in kvm_mips_dump_guest_tlbs()
412 for (i = 0; i < KVM_MIPS_GUEST_TLB_SIZE; i++) { in kvm_mips_guest_tlb_lookup()
Demulate.c818 if (index < 0 || index >= KVM_MIPS_GUEST_TLB_SIZE) { in kvm_mips_emul_tlbwi()
825 index = (index & ~0x80000000) % KVM_MIPS_GUEST_TLB_SIZE; in kvm_mips_emul_tlbwi()
858 index &= (KVM_MIPS_GUEST_TLB_SIZE - 1); in kvm_mips_emul_tlbwr()
1066 KVM_MIPS_GUEST_TLB_SIZE)) { in kvm_mips_emulate_CP0()
Dtrap_emul.c479 config1 |= ((KVM_MIPS_GUEST_TLB_SIZE - 1) << 25); in kvm_trap_emul_vcpu_setup()
/linux-4.4.14/arch/mips/include/asm/
Dkvm_host.h372 #define KVM_MIPS_GUEST_TLB_SIZE 64 macro
430 struct kvm_mips_tlb guest_tlb[KVM_MIPS_GUEST_TLB_SIZE];