Home
last modified time | relevance | path

Searched refs:guest_fs_limit (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmcs12.h147 u32 guest_fs_limit; member
326 CHECK_OFFSET(guest_fs_limit, 856); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c95 FIELD(GUEST_FS_LIMIT, guest_fs_limit),
H A Devmcs.c199 EVMCS1_FIELD(GUEST_FS_LIMIT, guest_fs_limit,
H A Dnested.c1715 vmcs12->guest_fs_limit = evmcs->guest_fs_limit; in copy_enlightened_to_vmcs12()
1914 evmcs->guest_fs_limit = vmcs12->guest_fs_limit; in copy_vmcs12_to_enlightened()
2416 vmcs_write32(GUEST_FS_LIMIT, vmcs12->guest_fs_limit); in prepare_vmcs02_rare()
4033 vmcs12->guest_fs_limit = vmcs_read32(GUEST_FS_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmcs12.h149 u32 guest_fs_limit; member
323 CHECK_OFFSET(guest_fs_limit, 856); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c97 FIELD(GUEST_FS_LIMIT, guest_fs_limit),
H A Dhyperv.c328 EVMCS1_FIELD(GUEST_FS_LIMIT, guest_fs_limit,
H A Dnested.c1697 vmcs12->guest_fs_limit = evmcs->guest_fs_limit; in copy_enlightened_to_vmcs12()
1916 evmcs->guest_fs_limit = vmcs12->guest_fs_limit; in copy_vmcs12_to_enlightened()
2422 vmcs_write32(GUEST_FS_LIMIT, vmcs12->guest_fs_limit); in prepare_vmcs02_rare()
4271 vmcs12->guest_fs_limit = vmcs_read32(GUEST_FS_LIMIT); in sync_vmcs02_to_vmcs12_rare()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H A Devmcs.h77 u32 guest_fs_limit; member
503 *value = current_evmcs->guest_fs_limit; in evmcs_vmread()
890 current_evmcs->guest_fs_limit = value; in evmcs_vmwrite()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dhyperv-tlfs.h356 u32 guest_fs_limit; member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h71 u32 guest_fs_limit; member
523 *value = current_evmcs->guest_fs_limit; in evmcs_vmread()
1002 current_evmcs->guest_fs_limit = value; in evmcs_vmwrite()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dhyperv-tlfs.h471 u32 guest_fs_limit; member

Completed in 24 milliseconds