Home
last modified time | relevance | path

Searched refs:guest_gdtr_limit (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmcs12.h154 u32 guest_gdtr_limit; member
336 CHECK_OFFSET(guest_gdtr_limit, 872); in vmx_check_vmcs12_offsets()
Dvmcs12.c99 FIELD(GUEST_GDTR_LIMIT, guest_gdtr_limit),
Devmcs.c213 EVMCS1_FIELD(GUEST_GDTR_LIMIT, guest_gdtr_limit,
Dnested.c1530 vmcs12->guest_gdtr_limit = evmcs->guest_gdtr_limit; in copy_enlightened_to_vmcs12()
1737 evmcs->guest_gdtr_limit = vmcs12->guest_gdtr_limit; in copy_vmcs12_to_enlightened()
2213 vmcs_write32(GUEST_GDTR_LIMIT, vmcs12->guest_gdtr_limit); in prepare_vmcs02_rare()
3593 vmcs12->guest_gdtr_limit = vmcs_read32(GUEST_GDTR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/Linux-v5.4/tools/testing/selftests/kvm/include/
Devmcs.h79 u32 guest_gdtr_limit; member
513 *value = current_evmcs->guest_gdtr_limit; in evmcs_vmread()
900 current_evmcs->guest_gdtr_limit = value; in evmcs_vmwrite()
/Linux-v5.4/arch/x86/include/asm/
Dhyperv-tlfs.h607 u32 guest_gdtr_limit; member
/Linux-v5.4/Documentation/virt/kvm/
Dnested-vmx.txt185 u32 guest_gdtr_limit;