l1_ttable
struct l1_ttable *l1;
pmap_init_l1(struct l1_ttable *l1, pd_entry_t *l1pt)
static struct l1_ttable static_l1;
struct l1_ttable *l1 = &static_l1;
TAILQ_ENTRY(l1_ttable) l1_link;
TAILQ_HEAD(, l1_ttable) l1_list;
void pmap_init_l1(struct l1_ttable *, pd_entry_t *);
struct l1_ttable *l1;
struct l1_ttable *l1 = pm->pm_l1;
struct l1_ttable;
struct l1_ttable *pm_l1;