Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmx_fix_cr4
Function
vmx_fix_cr4
freebsd/amd64/vmm/intel/vmx.c:502–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
}
501
502
u_long
503
vmx_fix_cr4(u_long cr4)
504
{
505
506
return ((cr4 | cr4_ones_mask) & ~cr4_zeros_mask);
507
}
508
509
static void
510
vpid_free(int vpid)
Callers
1
vmcs_fix_regval
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected