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

  /src/sys/arch/arm/arm32/
pmap.c 1477 struct l2_bucket *l2b; local in function:pmap_get_l2_bucket
1480 (l2b = &l2->l2_bucket[L2_BUCKET(l1slot)])->l2b_kva == NULL)
1483 return l2b;
1519 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_alloc_l2_bucket
1524 if (l2b->l2b_kva == NULL) {
1531 if ((ptep = pmap_alloc_l2_ptp(&l2b->l2b_pa)) == NULL) {
1545 l2b->l2b_kva = ptep;
1546 l2b->l2b_l1slot = l1slot;
1554 pd_entry_t npde = L1_C_PROTO | l2b->l2b_pa
1562 return l2b;
1694 const struct l2_bucket * const l2b = local in function:pmap_l2ptp_ctor
1739 struct l2_bucket *l2b; local in function:pmap_pinit
1973 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2005 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2293 struct l2_bucket * const l2b = pmap_get_l2_bucket(pv->pv_pmap, local in function:pmap_vac_me_harder
2414 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, va); local in function:pmap_clearbit
2848 struct l2_bucket *l2b; local in function:pmap_page_remove
3095 struct l2_bucket *l2b; local in function:pmap_enter
3542 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, sva); local in function:pmap_remove
3760 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kenter_pa
3924 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kremove
4103 struct l2_bucket *l2b; local in function:pmap_protect
4220 struct l2_bucket *l2b; local in function:pmap_icache_sync_range
4388 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_prefetchabt_fixup
4434 struct l2_bucket *l2b; local in function:pmap_fault_fixup
4881 struct l2_bucket *l2b; local in function:pmap_unwire
6057 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_grow_l2_bucket
6130 struct l2_bucket *l2b = local in function:pmap_growkernel
6183 struct l2_bucket *l2b; local in function:vector_page_setprot
6330 struct l2_bucket *l2b; local in function:pmap_bootstrap
6666 struct l2_bucket *l2b; local in function:pmap_alloc_specials
7661 struct l2_bucket *l2b = pmap_get_l2_bucket(pmap_kernel(), va); local in function:pmap_uarea
7931 struct l2_bucket *l2b; local in function:pmap_dump
    [all...]
pmap.c 1477 struct l2_bucket *l2b; local in function:pmap_get_l2_bucket
1480 (l2b = &l2->l2_bucket[L2_BUCKET(l1slot)])->l2b_kva == NULL)
1483 return l2b;
1519 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_alloc_l2_bucket
1524 if (l2b->l2b_kva == NULL) {
1531 if ((ptep = pmap_alloc_l2_ptp(&l2b->l2b_pa)) == NULL) {
1545 l2b->l2b_kva = ptep;
1546 l2b->l2b_l1slot = l1slot;
1554 pd_entry_t npde = L1_C_PROTO | l2b->l2b_pa
1562 return l2b;
1694 const struct l2_bucket * const l2b = local in function:pmap_l2ptp_ctor
1739 struct l2_bucket *l2b; local in function:pmap_pinit
1973 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2005 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2293 struct l2_bucket * const l2b = pmap_get_l2_bucket(pv->pv_pmap, local in function:pmap_vac_me_harder
2414 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, va); local in function:pmap_clearbit
2848 struct l2_bucket *l2b; local in function:pmap_page_remove
3095 struct l2_bucket *l2b; local in function:pmap_enter
3542 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, sva); local in function:pmap_remove
3760 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kenter_pa
3924 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kremove
4103 struct l2_bucket *l2b; local in function:pmap_protect
4220 struct l2_bucket *l2b; local in function:pmap_icache_sync_range
4388 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_prefetchabt_fixup
4434 struct l2_bucket *l2b; local in function:pmap_fault_fixup
4881 struct l2_bucket *l2b; local in function:pmap_unwire
6057 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_grow_l2_bucket
6130 struct l2_bucket *l2b = local in function:pmap_growkernel
6183 struct l2_bucket *l2b; local in function:vector_page_setprot
6330 struct l2_bucket *l2b; local in function:pmap_bootstrap
6666 struct l2_bucket *l2b; local in function:pmap_alloc_specials
7661 struct l2_bucket *l2b = pmap_get_l2_bucket(pmap_kernel(), va); local in function:pmap_uarea
7931 struct l2_bucket *l2b; local in function:pmap_dump
    [all...]
pmap.c 1477 struct l2_bucket *l2b; local in function:pmap_get_l2_bucket
1480 (l2b = &l2->l2_bucket[L2_BUCKET(l1slot)])->l2b_kva == NULL)
1483 return l2b;
1519 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_alloc_l2_bucket
1524 if (l2b->l2b_kva == NULL) {
1531 if ((ptep = pmap_alloc_l2_ptp(&l2b->l2b_pa)) == NULL) {
1545 l2b->l2b_kva = ptep;
1546 l2b->l2b_l1slot = l1slot;
1554 pd_entry_t npde = L1_C_PROTO | l2b->l2b_pa
1562 return l2b;
1694 const struct l2_bucket * const l2b = local in function:pmap_l2ptp_ctor
1739 struct l2_bucket *l2b; local in function:pmap_pinit
1973 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2005 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2293 struct l2_bucket * const l2b = pmap_get_l2_bucket(pv->pv_pmap, local in function:pmap_vac_me_harder
2414 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, va); local in function:pmap_clearbit
2848 struct l2_bucket *l2b; local in function:pmap_page_remove
3095 struct l2_bucket *l2b; local in function:pmap_enter
3542 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, sva); local in function:pmap_remove
3760 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kenter_pa
3924 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kremove
4103 struct l2_bucket *l2b; local in function:pmap_protect
4220 struct l2_bucket *l2b; local in function:pmap_icache_sync_range
4388 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_prefetchabt_fixup
4434 struct l2_bucket *l2b; local in function:pmap_fault_fixup
4881 struct l2_bucket *l2b; local in function:pmap_unwire
6057 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_grow_l2_bucket
6130 struct l2_bucket *l2b = local in function:pmap_growkernel
6183 struct l2_bucket *l2b; local in function:vector_page_setprot
6330 struct l2_bucket *l2b; local in function:pmap_bootstrap
6666 struct l2_bucket *l2b; local in function:pmap_alloc_specials
7661 struct l2_bucket *l2b = pmap_get_l2_bucket(pmap_kernel(), va); local in function:pmap_uarea
7931 struct l2_bucket *l2b; local in function:pmap_dump
    [all...]
pmap.c 1477 struct l2_bucket *l2b; local in function:pmap_get_l2_bucket
1480 (l2b = &l2->l2_bucket[L2_BUCKET(l1slot)])->l2b_kva == NULL)
1483 return l2b;
1519 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_alloc_l2_bucket
1524 if (l2b->l2b_kva == NULL) {
1531 if ((ptep = pmap_alloc_l2_ptp(&l2b->l2b_pa)) == NULL) {
1545 l2b->l2b_kva = ptep;
1546 l2b->l2b_l1slot = l1slot;
1554 pd_entry_t npde = L1_C_PROTO | l2b->l2b_pa
1562 return l2b;
1694 const struct l2_bucket * const l2b = local in function:pmap_l2ptp_ctor
1739 struct l2_bucket *l2b; local in function:pmap_pinit
1973 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2005 struct l2_bucket * const l2b local in function:pmap_vac_me_user
2293 struct l2_bucket * const l2b = pmap_get_l2_bucket(pv->pv_pmap, local in function:pmap_vac_me_harder
2414 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, va); local in function:pmap_clearbit
2848 struct l2_bucket *l2b; local in function:pmap_page_remove
3095 struct l2_bucket *l2b; local in function:pmap_enter
3542 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, sva); local in function:pmap_remove
3760 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kenter_pa
3924 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local in function:pmap_kremove
4103 struct l2_bucket *l2b; local in function:pmap_protect
4220 struct l2_bucket *l2b; local in function:pmap_icache_sync_range
4388 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_prefetchabt_fixup
4434 struct l2_bucket *l2b; local in function:pmap_fault_fixup
4881 struct l2_bucket *l2b; local in function:pmap_unwire
6057 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local in function:pmap_grow_l2_bucket
6130 struct l2_bucket *l2b = local in function:pmap_growkernel
6183 struct l2_bucket *l2b; local in function:vector_page_setprot
6330 struct l2_bucket *l2b; local in function:pmap_bootstrap
6666 struct l2_bucket *l2b; local in function:pmap_alloc_specials
7661 struct l2_bucket *l2b = pmap_get_l2_bucket(pmap_kernel(), va); local in function:pmap_uarea
7931 struct l2_bucket *l2b; local in function:pmap_dump
    [all...]

Completed in 110 milliseconds