Symbol: vmcs_write
sys/amd64/vmm/intel/vmx.c
1184
vmcs_write(VMCS_ENTRY_MSR_LOAD, pmap_kextract(
sys/amd64/vmm/intel/vmx.c
1186
vmcs_write(VMCS_ENTRY_MSR_LOAD_COUNT,
sys/amd64/vmm/intel/vmx.c
1188
vmcs_write(VMCS_EXIT_MSR_STORE, 0);
sys/amd64/vmm/intel/vmx.c
1189
vmcs_write(VMCS_EXIT_MSR_STORE_COUNT, 0);
sys/amd64/vmm/intel/vmx.c
1358
vmcs_write(VMCS_HOST_TR_BASE, vmm_get_host_trbase());
sys/amd64/vmm/intel/vmx.c
1359
vmcs_write(VMCS_HOST_GDTR_BASE, vmm_get_host_gdtrbase());
sys/amd64/vmm/intel/vmx.c
1360
vmcs_write(VMCS_HOST_GS_BASE, vmm_get_host_gsbase());
sys/amd64/vmm/intel/vmx.c
1375
vmcs_write(VMCS_PRI_PROC_BASED_CTLS, vcpu->cap.proc_ctls);
sys/amd64/vmm/intel/vmx.c
1387
vmcs_write(VMCS_PRI_PROC_BASED_CTLS, vcpu->cap.proc_ctls);
sys/amd64/vmm/intel/vmx.c
1397
vmcs_write(VMCS_PRI_PROC_BASED_CTLS, vcpu->cap.proc_ctls);
sys/amd64/vmm/intel/vmx.c
1409
vmcs_write(VMCS_PRI_PROC_BASED_CTLS, vcpu->cap.proc_ctls);
sys/amd64/vmm/intel/vmx.c
1420
vmcs_write(VMCS_PRI_PROC_BASED_CTLS, vcpu->cap.proc_ctls);
sys/amd64/vmm/intel/vmx.c
1455
vmcs_write(VMCS_ENTRY_INTR_INFO, info);
sys/amd64/vmm/intel/vmx.c
1482
vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi);
sys/amd64/vmm/intel/vmx.c
1506
vmcs_write(VMCS_ENTRY_EXCEPTION_ERROR, entryinfo >> 32);
sys/amd64/vmm/intel/vmx.c
1508
vmcs_write(VMCS_ENTRY_INTR_INFO, info);
sys/amd64/vmm/intel/vmx.c
1620
vmcs_write(VMCS_ENTRY_INTR_INFO, info);
sys/amd64/vmm/intel/vmx.c
1672
vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi);
sys/amd64/vmm/intel/vmx.c
1683
vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi);
sys/amd64/vmm/intel/vmx.c
1839
vmcs_write(VMCS_GUEST_RSP, regval);
sys/amd64/vmm/intel/vmx.c
1890
vmcs_write(VMCS_CR0_SHADOW, regval);
sys/amd64/vmm/intel/vmx.c
1894
vmcs_write(VMCS_GUEST_CR0, crval);
sys/amd64/vmm/intel/vmx.c
1907
vmcs_write(VMCS_GUEST_IA32_EFER, efer);
sys/amd64/vmm/intel/vmx.c
1910
vmcs_write(VMCS_ENTRY_CTLS, entry_ctls);
sys/amd64/vmm/intel/vmx.c
1928
vmcs_write(VMCS_CR4_SHADOW, regval);
sys/amd64/vmm/intel/vmx.c
1932
vmcs_write(VMCS_GUEST_CR4, crval);
sys/amd64/vmm/intel/vmx.c
2471
vmcs_write(VMCS_ENTRY_INST_LENGTH, vmexit->inst_length);
sys/amd64/vmm/intel/vmx.c
2737
vmcs_write(VMCS_ENTRY_INST_LENGTH, vmexit->inst_length);
sys/amd64/vmm/intel/vmx.c
2866
vmcs_write(VMCS_GUEST_RIP, vmexit->rip);
sys/amd64/vmm/intel/vmx.c
3074
vmcs_write(VMCS_HOST_CR3, rcr3());
sys/amd64/vmm/intel/vmx.c
3076
vmcs_write(VMCS_GUEST_RIP, rip);
sys/amd64/vmm/intel/vmx.c
3147
vmcs_write(VMCS_TPR_THRESHOLD, vlapic_get_cr8(vlapic));
sys/amd64/vmm/intel/vmx.c
3918
vmcs_write(VMCS_EOI_EXIT(vector), val);
sys/amd64/vmm/intel/vmx.c
3941
vmcs_write(VMCS_PRI_PROC_BASED_CTLS, proc_ctls);
sys/amd64/vmm/intel/vmx.c
3969
vmcs_write(VMCS_SEC_PROC_BASED_CTLS, proc_ctls2);
sys/amd64/vmm/intel/vmx.c
4084
vmcs_write(VMCS_GUEST_INTR_STATUS, intr_status_new);