HomeSort by: relevance | last modified time | path
    Searched defs:vmxon (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c 66 panic("%s: VMXON failed", __func__); \
612 struct vmxon { struct
619 CTASSERT(sizeof(struct vmxon) == PAGE_SIZE);
3572 struct vmxon *vmxon; local in function:vmx_init
3624 vmxon = (struct vmxon *)vmxoncpu[cpu_index(ci)].va;
3625 vmxon->ident = __SHIFTIN(revision, VMXON_IDENT_REVISION);
nvmm_x86_vmx.c 66 panic("%s: VMXON failed", __func__); \
612 struct vmxon { struct
619 CTASSERT(sizeof(struct vmxon) == PAGE_SIZE);
3572 struct vmxon *vmxon; local in function:vmx_init
3624 vmxon = (struct vmxon *)vmxoncpu[cpu_index(ci)].va;
3625 vmxon->ident = __SHIFTIN(revision, VMXON_IDENT_REVISION);

Completed in 29 milliseconds