Searched refs:pv_list_free (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.c | 797 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, unsigned int pv_cnt) in pv_list_free() function 1058 pv_list_free(pve_head->pve_next, pve_tail, PV_BATCH_SIZE - 1); in pv_alloc() 1133 pv_list_free(pvep, pvep, 1); in pv_free()
|
| H A D | pmap_data.h | 2311 extern void pv_list_free(pv_entry_t *, pv_entry_t *, unsigned int);
|
| H A D | pmap.c | 5246 pv_list_free(pveh_p, pvet_p, pvh_cnt);
|
| /xnu-12377.61.12/osfmk/arm/pmap/ |
| H A D | pmap_data.h | 1900 extern void pv_list_free(pv_entry_t *, pv_entry_t *, int);
|
| H A D | pmap_data.c | 1782 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_free() function 2043 pv_list_free(pve_head->pve_next, pve_tail, PV_BATCH_SIZE - 1); in pv_alloc() 2098 pv_list_free(pvep, pvep, 1); in pv_free()
|
| H A D | pmap.c | 5353 pv_list_free(pveh_p, pvet_p, pvh_cnt);
|