MCPcopy Create free account
hub / github.com/F-Stack/f-stack / msr_bitmap_initialize

Function msr_bitmap_initialize

freebsd/amd64/vmm/intel/vmx_msr.c:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void
141msr_bitmap_initialize(char *bitmap)
142{
143
144 memset(bitmap, 0xff, PAGE_SIZE);
145}
146
147int
148msr_bitmap_change_access(char *bitmap, u_int msr, int access)

Callers 1

vmx_initFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected