Searched refs:pv_list_free (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.101.15/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.c | 766 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, unsigned int pv_cnt) in pv_list_free() function 1027 pv_list_free(pve_head->pve_next, pve_tail, PV_BATCH_SIZE - 1); in pv_alloc() 1102 pv_list_free(pvep, pvep, 1); in pv_free()
|
| H A D | pmap_data.h | 2352 extern void pv_list_free(pv_entry_t *, pv_entry_t *, unsigned int);
|
| H A D | pmap.c | 4669 pv_list_free(pveh_p, pvet_p, pvh_cnt);
|
| /xnu-11417.101.15/osfmk/arm/pmap/ |
| H A D | pmap_data.h | 1898 extern void pv_list_free(pv_entry_t *, pv_entry_t *, int);
|
| H A D | pmap_data.c | 1777 pv_list_free(pv_entry_t *pve_head, pv_entry_t *pve_tail, int pv_cnt) in pv_list_free() function 2038 pv_list_free(pve_head->pve_next, pve_tail, PV_BATCH_SIZE - 1); in pv_alloc() 2093 pv_list_free(pvep, pvep, 1); in pv_free()
|
| H A D | pmap.c | 5305 pv_list_free(pveh_p, pvet_p, pvh_cnt);
|