Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dpmap.c952 u_int l1_slot; member
964 .l1_slot = Ln_ENTRIES,
992 state->l1_slot = Ln_ENTRIES; in pmap_bootstrap_l0_table()
1026 u_int l1_slot; in pmap_bootstrap_l1_table() local
1032 l1_slot = pmap_l1_index(state->va); in pmap_bootstrap_l1_table()
1033 if (l1_slot != state->l1_slot) { in pmap_bootstrap_l1_table()
1035 MPASS(state->l1_slot < l1_slot || in pmap_bootstrap_l1_table()
1036 state->l1_slot == Ln_ENTRIES || in pmap_bootstrap_l1_table()
1044 state->l1_slot = l1_slot; in pmap_bootstrap_l1_table()
1046 l1e = state->l1[l1_slot]; in pmap_bootstrap_l1_table()
[all …]