Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c8688 static ppnum_t scratch_pa = 0; local
8694 if (scratch_pa == 0) {
8696 scratch_pa = pmap_find_phys(kernel_pmap, (addr64_t)scratch);
8697 VERIFY(scratch_pa);
8854 IOMapperInsertPage(mcl_paddr_base, offset, scratch_pa);