Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/tests/ !
H A Dpmap_tests.c280 const ppnum_t pp2 = VM_PAGE_GET_PHYS_PAGE(m2); in test_pmap_nesting() local
298 kr = pmap_enter(nested_pmap, va, (rand_mod == 1) ? pp1 : pp2, VM_PROT_READ, in test_pmap_nesting()
/xnu-8796.121.2/bsd/kern/ !
H A Duipc_domain.c345 struct protosw *pp1, *pp2; in net_del_domain_old() local
351 TAILQ_FOREACH_SAFE(pp1, &dp1->dom_protosw, pr_entry, pp2) { in net_del_domain_old()