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.c951 u_int l1_slot; member
963 .l1_slot = Ln_ENTRIES,
991 state->l1_slot = Ln_ENTRIES; in pmap_bootstrap_l0_table()
1025 u_int l1_slot; in pmap_bootstrap_l1_table() local
1031 l1_slot = pmap_l1_index(state->va); in pmap_bootstrap_l1_table()
1032 if (l1_slot != state->l1_slot) { in pmap_bootstrap_l1_table()
1034 MPASS(state->l1_slot < l1_slot || in pmap_bootstrap_l1_table()
1035 state->l1_slot == Ln_ENTRIES || in pmap_bootstrap_l1_table()
1043 state->l1_slot = l1_slot; in pmap_bootstrap_l1_table()
1045 l1e = state->l1[l1_slot]; in pmap_bootstrap_l1_table()
[all …]