Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpte.h110 #define L1_TYPE_S 0x02 /* Section */ macro
206 #define PTE1_V L1_TYPE_S /* Valid bit */
H A Dpmap_var.h175 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S); in pte1_is_section()
198 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S)); in pte1_is_valid()
/freebsd/lib/libkvm/
H A Dkvm_arm.h104 _Static_assert(L1_TYPE_S == ARM_L1_TYPE_S, "L1_TYPE_S mismatch");