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

Function pte1_roundup

freebsd/arm/include/pmap_var.h:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static __inline vm_offset_t
106pte1_roundup(vm_offset_t va)
107{
108
109 return ((va + PTE1_OFFSET) & PTE1_FRAME);
110}
111
112/*
113 * Virtual interface for L1 page table entries management.

Callers 4

pmap_bootstrap_prepareFunction · 0.85
pmap_mapFunction · 0.85
pmap_growkernelFunction · 0.85
pmap_align_superpageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected