Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dvmcs12.c107 FIELD(GUEST_GS_AR_BYTES, guest_gs_ar_bytes),
Devmcs.c218 EVMCS1_FIELD(GUEST_GS_AR_BYTES, guest_gs_ar_bytes,
Dnested.c2399 vmcs_write32(GUEST_GS_AR_BYTES, vmcs12->guest_gs_ar_bytes); in prepare_vmcs02_rare()
4042 case GUEST_GS_AR_BYTES: in is_vmcs12_ext_field()
4091 vmcs12->guest_gs_ar_bytes = vmcs_read32(GUEST_GS_AR_BYTES); in sync_vmcs02_to_vmcs12_rare()
/linux-5.19.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h282 GUEST_GS_AR_BYTES = 0x0000481e, enumerator
Devmcs.h554 case GUEST_GS_AR_BYTES: in evmcs_vmread()
1032 case GUEST_GS_AR_BYTES: in evmcs_vmwrite()
/linux-5.19.10/arch/x86/include/asm/
Dvmx.h295 GUEST_GS_AR_BYTES = 0x0000481e, enumerator
/linux-5.19.10/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c352 vmwrite(GUEST_GS_AR_BYTES, in init_vmcs_guest_state()