Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h94 static inline bool is_64_bit_mode(struct kvm_vcpu *vcpu) in is_64_bit_mode() function
228 return is_64_bit_mode(vcpu) ? val : (u32)val; in kvm_register_readl()
234 if (!is_64_bit_mode(vcpu)) in kvm_register_writel()
H A Dhyperv.c1687 longmode = is_64_bit_mode(vcpu); in kvm_hv_hypercall_set_result()
1763 if (is_64_bit_mode(vcpu)) { in kvm_hv_hypercall()
H A Dx86.c8311 op_64_bit = is_64_bit_mode(vcpu); in kvm_emulate_hypercall()
11030 if (is_64_bit_mode(vcpu)) in kvm_get_linear_rip()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c5109 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmread()
5183 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmwrite()
H A Dvmx.c1668 if (unlikely(((rip ^ orig_rip) >> 31) == 3) && !is_64_bit_mode(vcpu)) in skip_emulated_instruction()