Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/tests/
H A Dpmap_tests.c325 const ppnum_t pp2 = VM_PAGE_GET_PHYS_PAGE(m2); in test_pmap_nesting() local
343 kr = pmap_enter(nested_pmap, va, (rand_mod == 1) ? pp1 : pp2, VM_PROT_READ, in test_pmap_nesting()
/xnu-11417.121.6/bsd/kern/
H A Duipc_domain.c353 struct protosw *pp1 __single, *pp2 __single; in net_del_domain_old()
359 TAILQ_FOREACH_SAFE(pp1, &dp1->dom_protosw, pr_entry, pp2) { in net_del_domain_old()