Home
last modified time | relevance | path

Searched refs:is_64_bit_mode (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/arch/x86/kvm/
Dx86.h152 static inline bool is_64_bit_mode(struct kvm_vcpu *vcpu) in is_64_bit_mode() function
276 return is_64_bit_mode(vcpu) ? val : (u32)val; in kvm_register_read()
282 if (!is_64_bit_mode(vcpu)) in kvm_register_write()
Dxen.c701 longmode = is_64_bit_mode(vcpu); in kvm_xen_hypercall()
Dhyperv.c2025 longmode = is_64_bit_mode(vcpu); in kvm_hv_hypercall_set_result()
2174 if (is_64_bit_mode(vcpu)) { in kvm_hv_hypercall()
Dx86.c8663 if (!is_64_bit_mode(vcpu)) in complete_hypercall_exit()
8689 op_64_bit = is_64_bit_mode(vcpu); in kvm_emulate_hypercall()
11781 if (is_64_bit_mode(vcpu)) in kvm_get_linear_rip()
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c5122 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmread()
5196 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmwrite()
Dvmx.c1538 if (unlikely(((rip ^ orig_rip) >> 31) == 3) && !is_64_bit_mode(vcpu)) in skip_emulated_instruction()