Home
last modified time | relevance | path

Searched refs:vmcs_write32 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c762 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, mask); in vmx_update_exception_bitmap()
763 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, match); in vmx_update_exception_bitmap()
766 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap()
838 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr()
847 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr()
912 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr()
922 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr()
1399 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()
1597 vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE); in vmx_clear_hlt()
1611 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, error_code); in vmx_queue_exception()
[all …]
Dnested.c2245 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early()
2357 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02_early()
2359 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, in prepare_vmcs02_early()
2361 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early()
2363 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, in prepare_vmcs02_early()
2368 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02_early()
2386 vmcs_write32(GUEST_ES_LIMIT, vmcs12->guest_es_limit); in prepare_vmcs02_rare()
2387 vmcs_write32(GUEST_CS_LIMIT, vmcs12->guest_cs_limit); in prepare_vmcs02_rare()
2388 vmcs_write32(GUEST_SS_LIMIT, vmcs12->guest_ss_limit); in prepare_vmcs02_rare()
2389 vmcs_write32(GUEST_DS_LIMIT, vmcs12->guest_ds_limit); in prepare_vmcs02_rare()
[all …]
Dvmx_ops.h190 static __always_inline void vmcs_write32(unsigned long field, u32 value) in vmcs_write32() function
Dvmx.h412 vmcs_write32(uname, val); \