Searched refs:vmcs_write32 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
A D | vmx.c | 766 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap() 1624 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_queue_exception() 2794 vmcs_write32(sf->limit, var.limit); in fix_rmode_seg() 2879 vmcs_write32(GUEST_TR_AR_BYTES, in enter_lmode() 3302 vmcs_write32(sf->limit, var->limit); in __vmx_set_segment() 3624 vmcs_write32(sf->limit, 0xffff); in seg_setup() 3629 vmcs_write32(sf->ar_bytes, ar); in seg_setup() 4313 vmcs_write32(PLE_GAP, ple_gap); in init_vmcs() 4370 vmcs_write32(GUEST_SYSENTER_CS, 0); in init_vmcs() 4380 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs() [all …]
|
A D | nested.c | 2325 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02_early() 2327 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, in prepare_vmcs02_early() 2329 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early() 2331 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, in prepare_vmcs02_early() 2336 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02_early() 2431 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, 0); in prepare_vmcs02_rare() 2432 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, 0); in prepare_vmcs02_rare() 3037 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3039 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 4273 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); in load_vmcs12_host_state() [all …]
|
A D | vmx_ops.h | 190 static __always_inline void vmcs_write32(unsigned long field, u32 value) in vmcs_write32() function
|
A D | vmx.h | 450 vmcs_write32(uname, val); \
|
Completed in 32 milliseconds