Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dpmap.py1276 wiredcnt = ptd.ptd_info[pt_index].wiredcnt
1277 print "descriptor: {:#x} (refcnt: {:#x}, wiredcnt: {:#x})".format(ptd, refcnt, wiredcnt)
/xnu-8019.80.24/osfmk/arm/pmap/
H A Dpmap_data.h812 unsigned short wiredcnt; member
H A Dpmap_data.c759 wiredcnt_acc += ptdp->ptd_info[i].wiredcnt; in ppr_find_eligible_pt_page()
2650 ptdp->ptd_info[i].wiredcnt = 0; in ptd_alloc_unlinked()
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c563 ptd_wiredcnt_ptr = &(ptep_get_info(ptep)->wiredcnt); in pte_set_wired()
5708 SInt16 *ptd_wiredcnt_ptr = (SInt16 *)&(ptep_get_info(pte_p)->wiredcnt);
5982 volatile uint16_t *wiredcnt; local
6069 wiredcnt = NULL;
6076 wiredcnt = &ptd_info->wiredcnt;
6083 OSAddAtomic16(1, (volatile int16_t*)wiredcnt);
6397 if (wiredcnt_updated && (OSAddAtomic16(-1, (volatile int16_t*)wiredcnt) <= 0)) {