Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kvm/
H A Dvz.c1793 if (cpu_guest_has_contextconfig) in kvm_vz_num_regs()
1834 if (cpu_guest_has_contextconfig) { in kvm_vz_copy_reg_indices()
1931 if (!cpu_guest_has_contextconfig) in kvm_vz_get_one_reg()
1942 if (!cpu_guest_has_contextconfig) in kvm_vz_get_one_reg()
2157 if (!cpu_guest_has_contextconfig) in kvm_vz_set_one_reg()
2168 if (!cpu_guest_has_contextconfig) in kvm_vz_set_one_reg()
2633 if (cpu_guest_has_contextconfig) in kvm_vz_vcpu_load()
2637 if (cpu_guest_has_contextconfig) in kvm_vz_vcpu_load()
2718 if (cpu_guest_has_contextconfig) in kvm_vz_vcpu_put()
2722 if (cpu_guest_has_contextconfig) in kvm_vz_vcpu_put()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h692 #ifndef cpu_guest_has_contextconfig
693 #define cpu_guest_has_contextconfig (cpu_data[0].guest.options & MIPS_CPU_CTXTC) macro