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

  /src/external/lgpl3/mpfr/dist/tests/
tl2b.c 1 /* Test file for l2b constants.
24 the l2b constants. */
32 static __mpfr_struct l2b[BASE_MAX-1][2]; variable
108 p = &l2b[beta-2][i];
156 p = &l2b[beta-2][i];
179 /* Generate code that initializes the l2b constants. */
184 /* Check the l2b constants. */
  /src/sys/arch/arm/arm32/
pmap.c 1477 struct l2_bucket *l2b; local
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
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
1739 struct l2_bucket *l2b; local
1973 struct l2_bucket * const l2b local
2005 struct l2_bucket * const l2b local
2293 struct l2_bucket * const l2b = pmap_get_l2_bucket(pv->pv_pmap, local
2414 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, va); local
2848 struct l2_bucket *l2b; local
3095 struct l2_bucket *l2b; local
3542 struct l2_bucket * const l2b = pmap_get_l2_bucket(pm, sva); local
3760 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local
3924 struct l2_bucket * const l2b = pmap_get_l2_bucket(kpm, va); local
4103 struct l2_bucket *l2b; local
4220 struct l2_bucket *l2b; local
4388 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local
4434 struct l2_bucket *l2b; local
4881 struct l2_bucket *l2b; local
6057 struct l2_bucket * const l2b = &l2->l2_bucket[L2_BUCKET(l1slot)]; local
6130 struct l2_bucket *l2b = local
6183 struct l2_bucket *l2b; local
6330 struct l2_bucket *l2b; local
6666 struct l2_bucket *l2b; local
7661 struct l2_bucket *l2b = pmap_get_l2_bucket(pmap_kernel(), va); local
7931 struct l2_bucket *l2b; local
    [all...]

Completed in 26 milliseconds