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.c977 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, mask); in vmx_update_exception_bitmap()
978 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, match); in vmx_update_exception_bitmap()
989 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap()
1054 vmcs_write32(vmcs_count_field, m->nr); in vmx_remove_auto_msr()
1108 vmcs_write32(vmcs_count_field, m->nr); in vmx_add_auto_msr()
1721 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()
1935 vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE); in vmx_clear_hlt()
1957 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, (u16)ex->error_code); in vmx_inject_exception()
1972 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_exception()
1978 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr_info); in vmx_inject_exception()
[all …]
H A Dnested.c2326 vmcs_write32(NOTIFY_WINDOW, kvm->arch.notify_window); in prepare_vmcs02_constant_state()
2402 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early()
2517 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02_early()
2519 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, in prepare_vmcs02_early()
2521 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early()
2523 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, in prepare_vmcs02_early()
2528 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02_early()
2573 vmcs_write32(GUEST_ES_LIMIT, vmcs12->guest_es_limit); in prepare_vmcs02_rare()
2574 vmcs_write32(GUEST_CS_LIMIT, vmcs12->guest_cs_limit); in prepare_vmcs02_rare()
2575 vmcs_write32(GUEST_SS_LIMIT, vmcs12->guest_ss_limit); in prepare_vmcs02_rare()
[all …]
H A Dvmx_ops.h239 static __always_inline void vmcs_write32(unsigned long field, u32 value) in vmcs_write32() function