Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c916 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, mask); in vmx_update_exception_bitmap()
917 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, match); in vmx_update_exception_bitmap()
928 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap()
1006 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr()
1015 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr()
1080 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr()
1090 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr()
1618 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()
1825 vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE); in vmx_clear_hlt()
1847 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, (u16)ex->error_code); in vmx_inject_exception()
[all …]
H A Dnested.c2297 vmcs_write32(NOTIFY_WINDOW, kvm->arch.notify_window); in prepare_vmcs02_constant_state()
2363 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early()
2478 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02_early()
2480 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, in prepare_vmcs02_early()
2482 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early()
2484 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, in prepare_vmcs02_early()
2489 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02_early()
2508 vmcs_write32(GUEST_ES_LIMIT, vmcs12->guest_es_limit); in prepare_vmcs02_rare()
2509 vmcs_write32(GUEST_CS_LIMIT, vmcs12->guest_cs_limit); in prepare_vmcs02_rare()
2510 vmcs_write32(GUEST_SS_LIMIT, vmcs12->guest_ss_limit); in prepare_vmcs02_rare()
[all …]
H A Dvmx_ops.h237 static __always_inline void vmcs_write32(unsigned long field, u32 value) in vmcs_write32() function