Searched refs:vmcs_write32 (Results 1 – 3 of 3) sorted by relevance
| /arch/x86/kvm/vmx/ |
| A D | vmx.c | 878 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap() 1809 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_exception() 3060 vmcs_write32(sf->limit, var.limit); in fix_rmode_seg() 3147 vmcs_write32(GUEST_TR_AR_BYTES, in enter_lmode() 3597 vmcs_write32(sf->limit, var->limit); in __vmx_set_segment() 3919 vmcs_write32(sf->limit, 0xffff); in seg_setup() 3924 vmcs_write32(sf->ar_bytes, ar); in seg_setup() 4659 vmcs_write32(PLE_GAP, ple_gap); in init_vmcs() 4719 vmcs_write32(GUEST_SYSENTER_CS, 0); in init_vmcs() 4730 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs() [all …]
|
| A D | nested.c | 2508 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02_early() 2510 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, in prepare_vmcs02_early() 2512 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early() 2514 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, in prepare_vmcs02_early() 2519 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02_early() 2615 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, 0); in prepare_vmcs02_rare() 2616 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, 0); in prepare_vmcs02_rare() 3230 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3232 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 4748 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); in load_vmcs12_host_state() [all …]
|
| A D | vmx_ops.h | 239 static __always_inline void vmcs_write32(unsigned long field, u32 value) in vmcs_write32() function
|
Completed in 25 milliseconds