Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm64/
H A Darm_vm_init.c351 #define PTOV_TABLE_SIZE 8 macro
352 SECURITY_READ_ONLY_LATE(static ptov_table_entry) ptov_table[PTOV_TABLE_SIZE];
359 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv()
375 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv_range()
398 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in ml_static_vtop()
1461 if (__improbable(ptov_index >= PTOV_TABLE_SIZE)) { in arm_vm_physmap_slide()
1495 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()
1554 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
1564 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()
1581 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
[all …]