HomeSort by: relevance | last modified time | path
    Searched defs:b_tbl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/sun3x/
pmap.c 1140 b_tmgr_t *b_tbl; local in function:pmap_init_b_tables
1144 b_tbl = &Btmgrbase[i];
1146 b_tbl->bt_parent = NULL; /* clear its parent, */
1147 b_tbl->bt_pidx = 0; /* parent index, */
1148 b_tbl->bt_wcnt = 0; /* wired entry count, */
1149 b_tbl->bt_ecnt = 0; /* valid entry count. */
1152 b_tbl->bt_dtbl = &mmuBbase[i * MMU_B_TBL_SIZE];
1156 b_tbl->bt_dtbl[j].attr.raw = MMU_DT_INVALID;
1159 TAILQ_INSERT_TAIL(&b_pool, b_tbl, bt_link);
1364 b_tmgr_t *b_tbl; local in function:free_a_table
1663 b_tmgr_t *b_tbl; \/* B: short descriptor table manager *\/ local in function:pmap_enter
2267 b_tmgr_t *b_tbl; local in function:pmap_protect
2386 b_tmgr_t *b_tbl; local in function:pmap_unwire
2942 b_tmgr_t *b_tbl; local in function:pmap_extract
3055 b_tmgr_t *b_tbl; local in function:pmap_remove_a
3646 b_tmgr_t *b_tbl; local in function:pmap_count
    [all...]
pmap.c 1140 b_tmgr_t *b_tbl; local in function:pmap_init_b_tables
1144 b_tbl = &Btmgrbase[i];
1146 b_tbl->bt_parent = NULL; /* clear its parent, */
1147 b_tbl->bt_pidx = 0; /* parent index, */
1148 b_tbl->bt_wcnt = 0; /* wired entry count, */
1149 b_tbl->bt_ecnt = 0; /* valid entry count. */
1152 b_tbl->bt_dtbl = &mmuBbase[i * MMU_B_TBL_SIZE];
1156 b_tbl->bt_dtbl[j].attr.raw = MMU_DT_INVALID;
1159 TAILQ_INSERT_TAIL(&b_pool, b_tbl, bt_link);
1364 b_tmgr_t *b_tbl; local in function:free_a_table
1663 b_tmgr_t *b_tbl; \/* B: short descriptor table manager *\/ local in function:pmap_enter
2267 b_tmgr_t *b_tbl; local in function:pmap_protect
2386 b_tmgr_t *b_tbl; local in function:pmap_unwire
2942 b_tmgr_t *b_tbl; local in function:pmap_extract
3055 b_tmgr_t *b_tbl; local in function:pmap_remove_a
3646 b_tmgr_t *b_tbl; local in function:pmap_count
    [all...]

Completed in 23 milliseconds