Home
last modified time | relevance | path

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

/NextBSD/sys/arm/include/
HDpte-v6.h146 #define L2_TYPE_S 0x02 /* Small Page - 4 */ macro
253 #define PTE2_V L2_TYPE_S /* Valid bit */
HDpte.h223 #define L2_TYPE_S 0x02 /* Small Page */ macro
HDpmap.h335 #define L2_S_PROTO_generic (L2_TYPE_S)
383 #define L2_S_PROTO (L2_TYPE_S)
/NextBSD/lib/libkvm/
HDkvm_arm.h101 _Static_assert(L2_TYPE_S == ARM_L2_TYPE_S, "L2_TYPE_S mismatch");
/NextBSD/sys/arm/arm/
HDminidump_machdep.c263 } else if ((pt[k] & L2_TYPE_MASK) == L2_TYPE_S) { in minidumpsys()