Home
last modified time | relevance | path

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

/linux/arch/mips/kvm/
H A Dvz.c1797 if (cpu_guest_has_htw || cpu_guest_has_ldpte) in kvm_vz_num_regs()
1846 if (cpu_guest_has_htw || cpu_guest_has_ldpte) { in kvm_vz_copy_reg_indices()
1969 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_get_one_reg()
1974 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_get_one_reg()
1979 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_get_one_reg()
1987 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_get_one_reg()
2195 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_set_one_reg()
2200 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_set_one_reg()
2205 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_set_one_reg()
2213 if (!cpu_guest_has_htw && !cpu_guest_has_ldpte) in kvm_vz_set_one_reg()
[all …]
/linux/arch/mips/include/asm/
H A Dcpu-features.h704 #ifndef cpu_guest_has_htw
705 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW) macro