Home
last modified time | relevance | path

Searched refs:guest_idtr_limit (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h154 u32 guest_idtr_limit; member
330 CHECK_OFFSET(guest_idtr_limit, 876); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c102 FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit),
H A Dhyperv_evmcs.c226 EVMCS1_FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit,
H A Dnested.c1778 vmcs12->guest_idtr_limit = evmcs->guest_idtr_limit; in copy_enlightened_to_vmcs12()
2001 evmcs->guest_idtr_limit = vmcs12->guest_idtr_limit; in copy_vmcs12_to_enlightened()
2531 vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit); in prepare_vmcs02_rare()
4486 vmcs12->guest_idtr_limit = vmcs_read32(GUEST_IDTR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst190 u32 guest_idtr_limit;