Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.h93 static inline bool is_64_bit_mode(struct kvm_vcpu *vcpu) in is_64_bit_mode() function
246 return is_64_bit_mode(vcpu) ? val : (u32)val; in kvm_register_readl()
253 if (!is_64_bit_mode(vcpu)) in kvm_register_writel()
Dhyperv.c1536 longmode = is_64_bit_mode(vcpu); in kvm_hv_hypercall_set_result()
1612 if (is_64_bit_mode(vcpu)) { in kvm_hv_hypercall()
Dx86.c7393 op_64_bit = is_64_bit_mode(vcpu); in kvm_emulate_hypercall()
9914 if (is_64_bit_mode(vcpu)) in kvm_get_linear_rip()
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c4651 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmread()
4717 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmwrite()