Home | History | Annotate | Download | only in arm32

Lines Matching defs:l1_ttable

561 struct l1_ttable {
563 SLIST_ENTRY(l1_ttable) l1_link;
566 TAILQ_ENTRY(l1_ttable) l1_lru;
593 static TAILQ_HEAD(, l1_ttable) l1_lru_list;
599 static SLIST_HEAD(, l1_ttable) l1_list;
749 static void pmap_init_l1(struct l1_ttable *, pd_entry_t *);
1316 struct l1_ttable *l1;
1364 struct l1_ttable *l1 = pm->pm_l1;
1400 struct l1_ttable *l1;
6101 struct l1_ttable *l1;
6278 pmap_init_l1(struct l1_ttable *l1, pd_entry_t *l1pt)
6317 * We use 'kernel_l1pt' to build the metadata (struct l1_ttable and
6326 static struct l1_ttable static_l1;
6327 struct l1_ttable *l1 = &static_l1;
6848 struct l1_ttable *l1;