Searched refs:instr_info (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | tdx.h | 38 u32 instr_info; member
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 5395 u32 instr_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_vmread() local 5408 field = kvm_register_read(vcpu, (((instr_info) >> 28) & 0xf)); in handle_vmread() 5456 if (instr_info & BIT(10)) { in handle_vmread() 5457 kvm_register_write(vcpu, (((instr_info) >> 3) & 0xf), value); in handle_vmread() 5461 instr_info, true, len, &gva)) in handle_vmread() 5501 u32 instr_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_vmwrite() local 5530 if (instr_info & BIT(10)) in handle_vmwrite() 5531 value = kvm_register_read(vcpu, (((instr_info) >> 3) & 0xf)); in handle_vmwrite() 5535 instr_info, false, len, &gva)) in handle_vmwrite() 5542 field = kvm_register_read(vcpu, (((instr_info) >> 28) & 0xf)); in handle_vmwrite() [all …]
|
/openbmc/linux/arch/x86/coco/tdx/ |
H A D | tdx.c | 684 ve->instr_info = upper_32_bits(args.r10); in tdx_get_ve_info()
|