OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 17:09:57 GMT 2025