Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpmap_var.h195 int l1_type; in pte1_is_valid() local
197 l1_type = pte1 & L1_TYPE_MASK; in pte1_is_valid()
198 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S)); in pte1_is_valid()