Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmcs12.h153 u32 guest_gdtr_limit; member
329 CHECK_OFFSET(guest_gdtr_limit, 872); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c101 FIELD(GUEST_GDTR_LIMIT, guest_gdtr_limit),
H A Dhyperv_evmcs.c224 EVMCS1_FIELD(GUEST_GDTR_LIMIT, guest_gdtr_limit,
H A Dnested.c1777 vmcs12->guest_gdtr_limit = evmcs->guest_gdtr_limit; in copy_enlightened_to_vmcs12()
2000 evmcs->guest_gdtr_limit = vmcs12->guest_gdtr_limit; in copy_vmcs12_to_enlightened()
2530 vmcs_write32(GUEST_GDTR_LIMIT, vmcs12->guest_gdtr_limit); in prepare_vmcs02_rare()
4485 vmcs12->guest_gdtr_limit = vmcs_read32(GUEST_GDTR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/linux-6.15/include/hyperv/
H A Dhvgdk.h84 u32 guest_gdtr_limit; member
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h72 u32 guest_gdtr_limit; member
532 *value = current_evmcs->guest_gdtr_limit; in evmcs_vmread()
1015 current_evmcs->guest_gdtr_limit = value; in evmcs_vmwrite()
/linux-6.15/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst189 u32 guest_gdtr_limit;