Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dpte-v6.h112 #define L1_TYPE_S 0x02 /* Section */ macro
208 #define PTE1_V L1_TYPE_S /* Valid bit */
H A Dpmap_var.h177 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S); in pte1_is_section()
200 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S)); in pte1_is_valid()