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

/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A Depoc32.cpp110 case L1_TYPE_C:
/netbsd-current/sys/arch/arm/arm32/
H A Dvm_machdep.c310 case L1_TYPE_C:
351 case L1_TYPE_C:
H A Dpmap.c1618 KASSERT((pde & L1_TYPE_MASK) == L1_TYPE_C);
1624 == (L1_C_DOM(pmap_domain(pm))|L1_TYPE_C)) {
6408 if ((pde & L1_TYPE_MASK) != L1_TYPE_C)
7007 if ((pdep[l1slot] & L1_TYPE_MASK) != L1_TYPE_C)
7146 if ((pdep[l1slot] & L1_TYPE_MASK) != L1_TYPE_C)
/netbsd-current/sys/arch/arm/include/arm32/
H A Dpte.h154 #define L1_TYPE_C 0x01 /* Coarse L2 */ macro
H A Dpmap.h538 #define l1pte_page_p(pde) (((pde) & L1_TYPE_MASK) == L1_TYPE_C)
858 #define L1_C_PROTO_generic (L1_TYPE_C | L1_C_IMP2)
859 #define L1_C_PROTO_xscale (L1_TYPE_C)
860 #define L1_C_PROTO_armv6 (L1_TYPE_C)
861 #define L1_C_PROTO_armv7 (L1_TYPE_C)
/netbsd-current/lib/libkvm/
H A Dkvm_arm.c122 case L1_TYPE_C:

Completed in 140 milliseconds