Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c937 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap()
1838 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_exception()
3068 vmcs_write32(sf->limit, var.limit); in fix_rmode_seg()
3155 vmcs_write32(GUEST_TR_AR_BYTES, in enter_lmode()
3593 vmcs_write32(sf->limit, var->limit); in __vmx_set_segment()
3915 vmcs_write32(sf->limit, 0xffff); in seg_setup()
3920 vmcs_write32(sf->ar_bytes, ar); in seg_setup()
4755 vmcs_write32(PLE_GAP, ple_gap); in init_vmcs()
4815 vmcs_write32(GUEST_SYSENTER_CS, 0); in init_vmcs()
4825 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs()
[all …]
H A Dnested.c2389 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02_early()
2391 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, in prepare_vmcs02_early()
2393 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early()
2395 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, in prepare_vmcs02_early()
2400 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02_early()
2495 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, 0); in prepare_vmcs02_rare()
2496 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, 0); in prepare_vmcs02_rare()
3096 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw()
3098 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw()
4514 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); in load_vmcs12_host_state()
[all …]
H A Dvmx_ops.h237 static __always_inline void vmcs_write32(unsigned long field, u32 value) in vmcs_write32() function