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

Function pmap_copy

freebsd/mips/mips/pmap.c:2587–2591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2585 */
2586
2587void
2588pmap_copy(pmap_t dst_pmap, pmap_t src_pmap, vm_offset_t dst_addr,
2589 vm_size_t len, vm_offset_t src_addr)
2590{
2591}
2592
2593/*
2594 * pmap_zero_page zeros the specified hardware page by mapping

Callers 2

vm_map_copy_entryFunction · 0.50
vmspace_forkFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected