Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dvmcs12.h145 u32 guest_es_limit; member
319 CHECK_OFFSET(guest_es_limit, 840); in vmx_check_vmcs12_offsets()
Dvmcs12.c93 FIELD(GUEST_ES_LIMIT, guest_es_limit),
Dhyperv.c320 EVMCS1_FIELD(GUEST_ES_LIMIT, guest_es_limit,
Dnested.c1693 vmcs12->guest_es_limit = evmcs->guest_es_limit; in copy_enlightened_to_vmcs12()
1912 evmcs->guest_es_limit = vmcs12->guest_es_limit; in copy_vmcs12_to_enlightened()
2418 vmcs_write32(GUEST_ES_LIMIT, vmcs12->guest_es_limit); in prepare_vmcs02_rare()
4267 vmcs12->guest_es_limit = vmcs_read32(GUEST_ES_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Devmcs.h67 u32 guest_es_limit; member
511 *value = current_evmcs->guest_es_limit; in evmcs_vmread()
986 current_evmcs->guest_es_limit = value; in evmcs_vmwrite()
/Linux-v6.6/arch/x86/include/asm/
Dhyperv-tlfs.h467 u32 guest_es_limit; member
/Linux-v6.6/Documentation/virt/kvm/x86/
Dnested-vmx.rst181 u32 guest_es_limit;