Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/
A Dx86.h138 static inline bool is_64_bit_mode(struct kvm_vcpu *vcpu) in is_64_bit_mode() function
157 return vcpu->arch.guest_state_protected || is_64_bit_mode(vcpu); in is_64_bit_hypercall()
263 return is_64_bit_mode(vcpu) ? val : (u32)val; in kvm_register_read()
269 if (!is_64_bit_mode(vcpu)) in kvm_register_write()
A Dx86.c968 (is_64_bit_mode(vcpu) || kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE))) in kvm_set_cr0()
9716 if (!is_64_bit_mode(vcpu)) in complete_hypercall_exit()
12800 if (is_64_bit_mode(vcpu)) in kvm_get_linear_rip()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dnested.c5402 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmread()
5476 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmwrite()
A Dvmx.c1695 if (unlikely(((rip ^ orig_rip) >> 31) == 3) && !is_64_bit_mode(vcpu)) in skip_emulated_instruction()

Completed in 48 milliseconds