MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmx_assert_nmi_blocking

Function vmx_assert_nmi_blocking

freebsd/amd64/vmm/intel/vmx.c:1634–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1632}
1633
1634static void
1635vmx_assert_nmi_blocking(struct vmx *vmx, int vcpuid)
1636{
1637 uint32_t gi;
1638
1639 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY);
1640 KASSERT(gi & VMCS_INTERRUPTIBILITY_NMI_BLOCKING,
1641 ("NMI blocking is not in effect %#x", gi));
1642}
1643
1644static int
1645vmx_emulate_xsetbv(struct vmx *vmx, int vcpu, struct vm_exit *vmexit)

Callers 1

vmx_exit_processFunction · 0.85

Calls 1

vmcs_readFunction · 0.85

Tested by

no test coverage detected