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

Function pmap_kenter_device

freebsd/arm64/arm64/pmap.c:1488–1493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486}
1487
1488void
1489pmap_kenter_device(vm_offset_t sva, vm_size_t size, vm_paddr_t pa)
1490{
1491
1492 pmap_kenter(sva, size, pa, VM_MEMATTR_DEVICE);
1493}
1494
1495/*
1496 * Remove a page from the kernel pagetables.

Callers

nothing calls this directly

Calls 1

pmap_kenterFunction · 0.70

Tested by

no test coverage detected