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

/freebsd-current/lib/libkvm/
H A Dkvm_arm.h103 _Static_assert(L1_TYPE_C == ARM_L1_TYPE_C, "L1_TYPE_C mismatch");
/freebsd-current/sys/arm/include/
H A Dpte.h109 #define L1_TYPE_C 0x01 /* Coarse L2 */ macro
245 #define PTE1_LINK(pa) (((pa) & L1_C_ADDR_MASK) | L1_TYPE_C)
H A Dpmap_var.h168 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_C);
198 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S));

Completed in 60 milliseconds