Searched refs:l2b (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c845 struct l2_bucket *l2b; local
851 (l2b = &l2->l2_bucket[L2_BUCKET(l1idx)])->l2b_kva == NULL)
854 return (l2b);
873 struct l2_bucket *l2b; local
918 l2b = &l2->l2_bucket[L2_BUCKET(l1idx)];
923 if (l2b->l2b_kva == NULL) {
936 if (l2b->l2b_kva != 0) {
943 if (l2b->l2b_kva == 0)
945 return (l2b);
947 l2b
1003 pmap_free_l2_bucket(pmap_t pm, struct l2_bucket *l2b, u_int count) argument
1088 struct l2_bucket *l2b; local
1283 struct l2_bucket *l2b; local
1433 struct l2_bucket *l2b; local
1680 struct l2_bucket *l2b; local
1889 struct l2_bucket *l2b; local
2103 struct l2_bucket *l2b; local
2153 struct l2_bucket *l2b; local
2273 struct l2_bucket *l2b; local
2309 struct l2_bucket *l2b; local
2525 struct l2_bucket *l2b; local
2555 struct l2_bucket *l2b; local
2688 struct l2_bucket *l2b = NULL; local
2805 struct l2_bucket *l2b; local
2897 struct l2_bucket *l2b; local
3137 struct l2_bucket *l2b; local
3206 struct l2_bucket *l2b; local
3335 struct l2_bucket *l2b = NULL; local
3659 struct l2_bucket *l2b; local
3906 struct l2_bucket *l2b; local
4127 struct l2_bucket *l2b; local
4678 struct l2_bucket *l2b; local
[all...]

Completed in 54 milliseconds