Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dpmap_var.h170 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_C); in pte1_is_link()
177 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S); in pte1_is_section()
199 l1_type = pte1 & L1_TYPE_MASK; in pte1_is_valid()
H A Dpte-v6.h113 #define L1_TYPE_MASK 0x03 /* Mask of type bits */ macro