Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm64/
H A Darm_vm_init.c369 #define PTOV_TABLE_SIZE 8 macro
371 SECURITY_READ_ONLY_LATE(static ptov_table_entry) ptov_table[PTOV_TABLE_SIZE];
382 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv()
399 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv_range()
422 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in ml_static_vtop()
1517 if (__improbable(ptov_index >= PTOV_TABLE_SIZE)) { in arm_vm_physmap_slide()
1551 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()
1612 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
1622 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()
1639 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
[all …]