Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap.c238 unsigned int inuse_ptepages_count = 0; variable
513 OSAddAtomic(NKPT, &inuse_ptepages_count); in pmap_bootstrap()
1828 OSAddAtomic(-inuse_ptepages, &inuse_ptepages_count); in pmap_destroy()
2138 OSAddAtomic(1, &inuse_ptepages_count); in pmap_expand_pml4()
2155 OSAddAtomic(-1, &inuse_ptepages_count); in pmap_expand_pml4()
2244 OSAddAtomic(1, &inuse_ptepages_count); in pmap_expand_pdpt()
2261 OSAddAtomic(-1, &inuse_ptepages_count); in pmap_expand_pdpt()
2368 OSAddAtomic(1, &inuse_ptepages_count); in pmap_expand()
2386 OSAddAtomic(-1, &inuse_ptepages_count); //todo replace all with inlines in pmap_expand()
/xnu-12377.61.12/osfmk/i386/
H A Dpmap_internal.h544 extern unsigned int inuse_ptepages_count;
H A Dpmap_x86_common.c1298 OSAddAtomic(-1, &inuse_ptepages_count); in pmap_enter_options()
/xnu-12377.61.12/osfmk/kern/
H A Dzalloc.c7617 extern unsigned int inuse_ptepages_count;
7731 (uintptr_t)ptoa(inuse_ptepages_count)); in panic_display_zprint()
/xnu-12377.61.12/tools/lldbmacros/
H A Dmemory.py158 memstats["inuse_ptepages_count"] = int(kern.globals.inuse_ptepages_count)