Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_sync_icache
Function
vm_sync_icache
freebsd/vm/vm_glue.c:261–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
void
262
vm_sync_icache(vm_map_t map, vm_offset_t va, vm_offset_t sz)
263
{
264
265
pmap_sync_icache(map->pmap, va, sz);
266
}
267
268
vm_object_t kstack_object;
269
static uma_zone_t kstack_cache;
Callers
1
proc_rwmem
Function · 0.85
Calls
1
pmap_sync_icache
Function · 0.50
Tested by
no test coverage detected