Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm64/
H A Darm_vm_init.c370 #define PTOV_TABLE_SIZE 9 macro
372 #define PTOV_TABLE_SIZE 8 macro
375 SECURITY_READ_ONLY_LATE(static ptov_table_entry) ptov_table[PTOV_TABLE_SIZE];
386 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv()
403 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv_range()
426 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in ml_static_vtop()
1521 if (__improbable(ptov_index >= PTOV_TABLE_SIZE)) { in arm_vm_physmap_slide()
1555 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()
1619 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()
1629 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()
[all …]