MCPcopy 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
502u_long
503vmx_fix_cr4(u_long cr4)
504{
505
506 return ((cr4 | cr4_ones_mask) & ~cr4_zeros_mask);
507}
508
509static void
510vpid_free(int vpid)

Callers 1

vmcs_fix_regvalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected