Home
last modified time | relevance | path

Searched refs:scratch_pa (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c9740 static ppnum_t scratch_pa = 0; local
9746 if (scratch_pa == 0) {
9748 scratch_pa = pmap_find_phys(kernel_pmap, (addr64_t)scratch);
9749 VERIFY(scratch_pa);
9906 IOMapperInsertPage(mcl_paddr_base, offset, scratch_pa);