Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c929 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap()
1867 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_exception()
3109 vmcs_write32(sf->limit, var.limit); in fix_rmode_seg()
3196 vmcs_write32(GUEST_TR_AR_BYTES, in enter_lmode()
3646 vmcs_write32(sf->limit, var->limit); in __vmx_set_segment()
3968 vmcs_write32(sf->limit, 0xffff); in seg_setup()
3973 vmcs_write32(sf->ar_bytes, ar); in seg_setup()
4790 vmcs_write32(PLE_GAP, ple_gap); in init_vmcs()
4850 vmcs_write32(GUEST_SYSENTER_CS, 0); in init_vmcs()
4860 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs()
[all …]
H A Dnested.c2492 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in prepare_vmcs02_early()
2494 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, in prepare_vmcs02_early()
2496 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in prepare_vmcs02_early()
2498 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, in prepare_vmcs02_early()
2503 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in prepare_vmcs02_early()
2599 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, 0); in prepare_vmcs02_rare()
2600 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, 0); in prepare_vmcs02_rare()
3212 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw()
3214 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw()
4724 vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); in load_vmcs12_host_state()
[all …]
H A Dvmx_ops.h239 static __always_inline void vmcs_write32(unsigned long field, u32 value) in vmcs_write32() function