Searched refs:NUM_C_TABLES (Results 1 – 1 of 1) sorted by relevance
336 #define NUM_C_TABLES 64 macro338 unsigned int NUM_A_TABLES, NUM_B_TABLES, NUM_C_TABLES; variable345 #define NUM_USER_PTES (NUM_C_TABLES * MMU_C_TBL_SIZE)466 if ((idx < 0) || (idx >= NUM_C_TABLES)) in mmuC2tmgr()729 NUM_C_TABLES = (total_phys_mem * 4) / (MMU_C_TBL_SIZE * MMU_PAGE_SIZE); in pmap_bootstrap()730 NUM_B_TABLES = NUM_C_TABLES / 2; in pmap_bootstrap()734 size = sizeof(mmu_short_pte_t) * MMU_C_TBL_SIZE * NUM_C_TABLES; in pmap_bootstrap()968 (c_tmgr_t *)pmap_bootstrap_alloc(sizeof(c_tmgr_t) * NUM_C_TABLES); in pmap_alloc_usertmgr()1175 for (i = 0; i < NUM_C_TABLES; i++) { in pmap_init_c_tables()