Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dx86.h183 static inline bool is_64_bit_mode(struct kvm_vcpu *vcpu) in is_64_bit_mode() function
202 return vcpu->arch.guest_state_protected || is_64_bit_mode(vcpu); in is_64_bit_hypercall()
351 return is_64_bit_mode(vcpu) ? val : (u32)val; in kvm_register_read()
357 if (!is_64_bit_mode(vcpu)) in kvm_register_write()
H A Dx86.c1148 (is_64_bit_mode(vcpu) || kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE))) in kvm_set_cr0()
13261 if (is_64_bit_mode(vcpu)) in kvm_get_linear_rip()
/linux-6.15/arch/x86/kvm/vmx/
H A Dsgx.c31 if (!is_64_bit_mode(vcpu)) { in sgx_get_encls_gva()
38 } else if (likely(is_64_bit_mode(vcpu))) { in sgx_get_encls_gva()
H A Dnested.c5617 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmread()
5691 len = is_64_bit_mode(vcpu) ? 8 : 4; in handle_vmwrite()
H A Dvmx.c1763 if (unlikely(((rip ^ orig_rip) >> 31) == 3) && !is_64_bit_mode(vcpu)) in skip_emulated_instruction()
8401 if (!is_64_bit_mode(vcpu)) in vmx_get_untagged_addr()