Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dbsd_kern.c633 get_task_page_table(task_t task) in get_task_page_table() function
H A Dtask.h1080 extern uint64_t get_task_page_table(task_t);
/xnu-11215/bsd/kern/
H A Dkern_exit.c666 ledger_page_table = get_task_page_table(corpse_task); in populate_corpse_crashinfo()
H A Dkern_memorystatus.c5049 *page_table_pages = (get_task_page_table(task) / PAGE_SIZE_64); in memorystatus_get_task_phys_footprint_page_counts()