Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pagecopy
Function
pagecopy
freebsd/arm64/arm64/pmap.c:427–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
/********************/
426
427
static __inline void
428
pagecopy(void *s, void *d)
429
{
430
431
memcpy(d, s, PAGE_SIZE);
432
}
433
434
static __inline pd_entry_t *
435
pmap_l0(pmap_t pmap, vm_offset_t va)
Callers
3
pmap_copy_page
Function · 0.85
mp_realloc_pcpu
Function · 0.85
pmap_copy_page
Function · 0.85
Calls
1
memcpy
Function · 0.50
Tested by
no test coverage detected