Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kvm/
Dvz.c1709 if (cpu_guest_has_htw) in kvm_vz_num_regs()
1758 if (cpu_guest_has_htw) { in kvm_vz_copy_reg_indices()
1881 if (!cpu_guest_has_htw) in kvm_vz_get_one_reg()
1886 if (!cpu_guest_has_htw) in kvm_vz_get_one_reg()
1891 if (!cpu_guest_has_htw) in kvm_vz_get_one_reg()
1899 if (!cpu_guest_has_htw) in kvm_vz_get_one_reg()
2104 if (!cpu_guest_has_htw) in kvm_vz_set_one_reg()
2109 if (!cpu_guest_has_htw) in kvm_vz_set_one_reg()
2114 if (!cpu_guest_has_htw) in kvm_vz_set_one_reg()
2122 if (!cpu_guest_has_htw) in kvm_vz_set_one_reg()
[all …]
/Linux-v5.4/arch/mips/include/asm/
Dcpu-features.h661 #ifndef cpu_guest_has_htw
662 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW) macro