Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
void
141
msr_bitmap_initialize(char *bitmap)
142
{
143
144
memset(bitmap, 0xff, PAGE_SIZE);
145
}
146
147
int
148
msr_bitmap_change_access(char *bitmap, u_int msr, int access)
Callers
1
vmx_init
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected