Home
last modified time | relevance | path

Searched refs:l1_ttable (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/arm/arm32/
Dpmap.c561 struct l1_ttable { struct
563 SLIST_ENTRY(l1_ttable) l1_link;
566 TAILQ_ENTRY(l1_ttable) l1_lru;
593 static TAILQ_HEAD(, l1_ttable) l1_lru_list; argument
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; in pmap_alloc_l1()
1364 struct l1_ttable *l1 = pm->pm_l1; in pmap_free_l1()
1400 struct l1_ttable *l1; in pmap_use_l1()
6101 struct l1_ttable *l1; in pmap_growkernel()
[all …]
/netbsd/src/sys/arch/arm/include/arm32/
Dpmap.h169 struct l1_ttable;
233 struct l1_ttable *pm_l1;