MCPcopy 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
427static __inline void
428pagecopy(void *s, void *d)
429{
430
431 memcpy(d, s, PAGE_SIZE);
432}
433
434static __inline pd_entry_t *
435pmap_l0(pmap_t pmap, vm_offset_t va)

Callers 3

pmap_copy_pageFunction · 0.85
mp_realloc_pcpuFunction · 0.85
pmap_copy_pageFunction · 0.85

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected