Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c9889 static ppnum_t scratch_pa = 0; local
9895 if (scratch_pa == 0) {
9897 scratch_pa = pmap_find_phys(kernel_pmap, (addr64_t)scratch);
9898 VERIFY(scratch_pa);
10055 IOMapperInsertPage(mcl_paddr_base, offset, scratch_pa);