Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dcpu-features.h654 #ifndef cpu_guest_has_conf3
655 #define cpu_guest_has_conf3 (cpu_data[0].guest.conf & (1 << 3)) macro
/linux-6.1.9/arch/mips/kvm/
Dvz.c2056 if (!cpu_guest_has_conf3) in kvm_vz_get_one_reg()
2313 if (!cpu_guest_has_conf3) in kvm_vz_set_one_reg()
2618 if (cpu_guest_has_conf3) in kvm_vz_vcpu_load()
2746 if (cpu_guest_has_conf3) in kvm_vz_vcpu_put()
3136 if (cpu_guest_has_conf3) { in kvm_vz_vcpu_setup()