OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vmxoncpu
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c
621
struct
vmxoncpu
{
struct
626
static struct
vmxoncpu
vmxoncpu
[MAXCPUS];
variable in typeref:struct:vmxoncpu[]
3506
vmx_vmxon(&
vmxoncpu
[cpu_index(ci)].pa);
3613
memset(
vmxoncpu
, 0, sizeof(
vmxoncpu
));
3621
vmxoncpu
[cpu_index(ci)].pa = pa;
3622
vmxoncpu
[cpu_index(ci)].va = va;
3624
vmxon = (struct vmxon *)
vmxoncpu
[cpu_index(ci)].va;
3650
if (
vmxoncpu
[i].pa != 0
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025