Home | History | Annotate | Download | only in arm32

Lines Matching defs:l2_bucket

609 struct l2_bucket {
621 struct l2_bucket l2_bucket[L2_BUCKET_SIZE];
632 #define L2_BUCKET(l1slot) (L2_BUCKET_IDX(l1slot) & (L2_BUCKET_SIZE - 1))
718 static struct l2_bucket *pmap_get_l2_bucket(pmap_t, vaddr_t);
719 static struct l2_bucket *pmap_alloc_l2_bucket(pmap_t, vaddr_t);
720 static void pmap_free_l2_bucket(pmap_t, struct l2_bucket *, u_int);
1472 static inline struct l2_bucket *
1477 struct l2_bucket *l2b;
1480 (l2b = &l2->l2_bucket[L2_BUCKET(l1slot)])->l2b_kva == NULL)
1498 static struct l2_bucket *
1519 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)];
1575 pmap_free_l2_bucket(pmap_t pm, struct l2_bucket *l2b, u_int count)
1694 const struct l2_bucket * const l2b =
1739 struct l2_bucket *l2b;
1973 struct l2_bucket * const l2b
2005 struct l2_bucket * const l2b
2293 struct l2_bucket * const l2b = pmap_get_l2_bucket(pv->pv_pmap,
2414 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, va);
2848 struct l2_bucket *l2b;
3095 struct l2_bucket *l2b;
3542 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, sva);
3760 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va);
3766 ? &kpm->pm_l2[L2_IDX(l1slot)]->l2_bucket[L2_BUCKET(l1slot)]
3769 ? kpm->pm_l2[L2_IDX(l1slot)]->l2_bucket[L2_BUCKET(l1slot)].l2b_kva
3924 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va);
4035 (ptep = l2->l2_bucket[L2_BUCKET(l1slot)].l2b_kva) == NULL) {
4103 struct l2_bucket *l2b;
4220 struct l2_bucket *l2b;
4388 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)];
4434 struct l2_bucket *l2b;
4473 l2b = &l2->l2_bucket[L2_BUCKET(l1slot)];
4881 struct l2_bucket *l2b;
5997 struct l2_bucket * const l2b __diagused = pmap_get_l2_bucket(kpm, va);
6014 static inline struct l2_bucket *
6057 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)];
6130 struct l2_bucket *l2b =
6183 struct l2_bucket *l2b;
6254 (ptep = l2->l2_bucket[L2_BUCKET(l1slot)].l2b_kva) == NULL) {
6330 struct l2_bucket *l2b;
6440 l2b = &l2->l2_bucket[L2_BUCKET(l1slot)];
6666 struct l2_bucket *l2b;
7661 struct l2_bucket *l2b = pmap_get_l2_bucket(pmap_kernel(), va);
7931 struct l2_bucket *l2b;
7956 l2b = &l2->l2_bucket[j];