Searched refs:PTOV_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
369 #define PTOV_TABLE_SIZE 8 macro370 SECURITY_READ_ONLY_LATE(static ptov_table_entry) ptov_table[PTOV_TABLE_SIZE];378 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv()395 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in phystokv_range()418 for (size_t i = 0; (i < PTOV_TABLE_SIZE) && (ptov_table[i].len != 0); i++) { in ml_static_vtop()1494 if (__improbable(ptov_index >= PTOV_TABLE_SIZE)) { in arm_vm_physmap_slide()1528 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()1587 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()1597 ptov_table_entry temp_ptov_table[PTOV_TABLE_SIZE]; in arm_vm_physmap_init()1614 qsort(temp_ptov_table, PTOV_TABLE_SIZE, sizeof(temp_ptov_table[0]), cmp_ptov_entries); in arm_vm_physmap_init()[all …]