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

/freebsd-13-stable/lib/libkvm/
H A Dkvm_arm.h110 _Static_assert(L1_TYPE_S == ARM_L1_TYPE_S, "L1_TYPE_S mismatch");
/freebsd-13-stable/sys/arm/include/
H A Dpmap_var.h177 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S);
200 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S));
H A Dpte-v6.h112 #define L1_TYPE_S 0x02 /* Section */ macro
208 #define PTE1_V L1_TYPE_S /* Valid bit */

Completed in 186 milliseconds