Home
last modified time | relevance | path

Searched refs:es_sel (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dsmm.h50 u32 es_sel; member
H A Dsmm.c44 CHECK_SMRAM32_OFFSET(es_sel, 0xFFA8); in check_smram_offsets()
214 enter_smm_save_seg_32(vcpu, &smram->es, &smram->es_sel, VCPU_SREG_ES); in enter_smm_save_state_32()
496 rsm_load_seg_32(vcpu, &smstate->es, smstate->es_sel, VCPU_SREG_ES); in rsm_load_state_32()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs.h43 u16 ds_sel, es_sel; member
H A Dvmx.c1339 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1392 if (unlikely(host_state->ds_sel | host_state->es_sel)) { in vmx_prepare_switch_to_host()
1394 loadsegment(es, host_state->es_sel); in vmx_prepare_switch_to_host()
H A Dnested.c262 dest->es_sel = src->es_sel; in vmx_sync_vmcs_host_state()
/openbmc/linux/include/uapi/linux/
H A Dacrn.h302 __le16 es_sel; member