Searched refs:CELL_UPDATE (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_mteinfo.c | 1148 #define CELL_UPDATE(cell, tag_page, cleared_bit, ...) ({ \ macro 1241 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_set_active() 1268 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_set_retired() 1300 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_set_unmanaged() 1337 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_set_inactive() 1358 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_set_claimed() 1381 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_set_reclaiming() 1409 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_flush_reclaiming() 1442 CELL_UPDATE(cell, tag_page, false, { in mteinfo_tag_storage_wakeup() 1485 CELL_UPDATE(cell, tag_page, false, { in mteinfo_covered_page_set_free() [all …]
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_mteinfo.c | 493 CELL_UPDATE(cell, tag_page, false, { in t_set_activating() 506 CELL_UPDATE(cell, tag_page, false, { in t_set_deactivating()
|