Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.c107 FIELD(GUEST_FS_AR_BYTES, guest_fs_ar_bytes),
H A Dhyperv.c243 EVMCS1_FIELD(GUEST_FS_AR_BYTES, guest_fs_ar_bytes,
H A Dnested.c2447 vmcs_write32(GUEST_FS_AR_BYTES, vmcs12->guest_fs_ar_bytes); in prepare_vmcs02_rare()
4277 case GUEST_FS_AR_BYTES: in is_vmcs12_ext_field()
4326 vmcs12->guest_fs_ar_bytes = vmcs_read32(GUEST_FS_AR_BYTES); in sync_vmcs02_to_vmcs12_rare()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h236 GUEST_FS_AR_BYTES = 0x0000481c, enumerator
H A Devmcs.h552 case GUEST_FS_AR_BYTES: in evmcs_vmread()
1041 case GUEST_FS_AR_BYTES: in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h309 GUEST_FS_AR_BYTES = 0x0000481c, enumerator
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c327 vmwrite(GUEST_FS_AR_BYTES, in init_vmcs_guest_state()