Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/arm/arm/
Dpmap.c281 struct l1_ttable { struct
289 volatile u_int l1_domain_use_count;
296 u_int8_t l1_domain_first;
297 u_int8_t l1_domain_free[PMAP_DOMAINS];
322 static TAILQ_HEAD(, l1_ttable) l1_lru_list; argument