Searched refs:l2_slot (Results 1 – 1 of 1) sorted by relevance
952 u_int l2_slot; member964 .l2_slot = Ln_ENTRIES,992 state->l2_slot = Ln_ENTRIES; in pmap_bootstrap_l0_table()1040 state->l2_slot = Ln_ENTRIES; in pmap_bootstrap_l1_table()1073 u_int l2_slot; in pmap_bootstrap_l2_table() local1079 l2_slot = pmap_l2_index(state->va); in pmap_bootstrap_l2_table()1080 if (l2_slot != state->l2_slot) { in pmap_bootstrap_l2_table()1082 MPASS(state->l2_slot < l2_slot || in pmap_bootstrap_l2_table()1083 state->l2_slot == Ln_ENTRIES || in pmap_bootstrap_l2_table()1087 state->l2_slot = l2_slot; in pmap_bootstrap_l2_table()[all …]