Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h155 u32 guest_fs_limit; member
337 CHECK_OFFSET(guest_fs_limit, 856); in vmx_check_vmcs12_offsets()
H A Dhyperv_evmcs.c216 EVMCS1_FIELD(GUEST_FS_LIMIT, guest_fs_limit,
H A Dvmcs12.c97 FIELD(GUEST_FS_LIMIT, guest_fs_limit),
H A Dnested.c1808 vmcs12->guest_fs_limit = evmcs->guest_fs_limit; in copy_enlightened_to_vmcs12()
2031 evmcs->guest_fs_limit = vmcs12->guest_fs_limit; in copy_vmcs12_to_enlightened()
2577 vmcs_write32(GUEST_FS_LIMIT, vmcs12->guest_fs_limit); in prepare_vmcs02_rare()
4571 vmcs12->guest_fs_limit = vmcs_read32(GUEST_FS_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/linux/include/hyperv/
H A Dhvgdk.h80 u32 guest_fs_limit; member
/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h68 u32 guest_fs_limit; member
520 *value = current_evmcs->guest_fs_limit; in evmcs_vmread()
999 current_evmcs->guest_fs_limit = value; in evmcs_vmwrite()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst185 u32 guest_fs_limit;