Searched refs:pv_h (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_x86_common.c353 pv_rooted_entry_t pv_h, pv_e; local
361 pv_h = pai_to_pvh(pn);
372 if (pv_h->pmap != PMAP_NULL) {
373 pv_e = pv_h;
388 } while ((pv_e = (pv_rooted_entry_t)nexth) != pv_h);
446 pv_rooted_entry_t pv_h; local
748 pv_h = pai_to_pvh(pai);
752 if (pv_h->pmap == PMAP_NULL) {
756 pv_h->va = vaddr;
757 pv_h
1280 pv_rooted_entry_t pv_h; local
1500 pv_rooted_entry_t pv_h; local
1665 pv_rooted_entry_t pv_h; local
[all...]
H A Dpmap_internal.h527 pv_rooted_entry_t pv_h)
535 insque(&pvh_e->qlink, &pv_h->qlink);
650 pv_rooted_entry_t pv_h = pai_to_pvh(ppn_to_pai(ppn)); local
651 pv_rooted_entry_t pv_e = pv_h;
653 pmap_t pvpmap = pv_h->pmap;
654 vm_map_offset_t pvva = pv_h->va;
681 } while (((pv_e = (pv_rooted_entry_t) queue_next(&pv_e->qlink))) && (pv_e != pv_h));
752 pv_rooted_entry_t pv_h; local
761 pv_h = pai_to_pvh(ppn_to_pai(ppn));
763 if (__improbable(pv_h
526 pv_hash_add(pv_hashed_entry_t pvh_e, pv_rooted_entry_t pv_h) argument
[all...]
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c529 pmap_unpack_index(pv_rooted_entry_t pv_h) argument
533 indx = (int32_t)(*((uint64_t *)(&pv_h->qlink.next)) >> 48);
535 indx |= (int32_t)(*((uint64_t *)(&pv_h->qlink.prev)) >> 48);
537 *((uint64_t *)(&pv_h->qlink.next)) |= ((uint64_t)0xffff << 48);
538 *((uint64_t *)(&pv_h->qlink.prev)) |= ((uint64_t)0xffff << 48);
547 pv_rooted_entry_t pv_h; local
549 pv_h = &pv_head_table[indx];
551 *((uint64_t *)(&pv_h->qlink.next)) &= ~((uint64_t)0xffff << 48);
552 *((uint64_t *)(&pv_h->qlink.prev)) &= ~((uint64_t)0xffff << 48);
554 *((uint64_t *)(&pv_h
600 pv_rooted_entry_t pv_h; local
1137 pv_rooted_entry_t pv_h; local
[all...]

Completed in 50 milliseconds