Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs12.h149 u32 guest_fs_limit; member
324 CHECK_OFFSET(guest_fs_limit, 856); in vmx_check_vmcs12_offsets()
Dvmcs12.c96 FIELD(GUEST_FS_LIMIT, guest_fs_limit),
Devmcs.c198 EVMCS1_FIELD(GUEST_FS_LIMIT, guest_fs_limit,
Dnested.c1687 vmcs12->guest_fs_limit = evmcs->guest_fs_limit; in copy_enlightened_to_vmcs12()
1886 evmcs->guest_fs_limit = vmcs12->guest_fs_limit; in copy_vmcs12_to_enlightened()
2384 vmcs_write32(GUEST_FS_LIMIT, vmcs12->guest_fs_limit); in prepare_vmcs02_rare()
4089 vmcs12->guest_fs_limit = vmcs_read32(GUEST_FS_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/arch/x86/include/asm/
Dhyperv-tlfs.h411 u32 guest_fs_limit; member