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

/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A Depoc32.cpp100 switch (l1 & L1_TYPE_MASK) {
/netbsd-current/sys/arch/arm/arm32/
H A Dvm_machdep.c300 switch ((oldpde = *pde) & L1_TYPE_MASK) {
345 switch (oldpde & L1_TYPE_MASK) {
H A Dpmap.c1618 KASSERT((pde & L1_TYPE_MASK) == L1_TYPE_C);
1623 if ((pde & (L1_C_DOM_MASK|L1_TYPE_MASK))
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.h157 #define L1_TYPE_MASK 0x03 /* mask of type bits */ macro
H A Dpmap.h535 #define l1pte_section_p(pde) (((pde) & L1_TYPE_MASK) == L1_TYPE_S)
538 #define l1pte_page_p(pde) (((pde) & L1_TYPE_MASK) == L1_TYPE_C)
539 #define l1pte_fpage_p(pde) (((pde) & L1_TYPE_MASK) == L1_TYPE_F)
/netbsd-current/lib/libkvm/
H A Dkvm_arm.c118 switch (pde & L1_TYPE_MASK) {

Completed in 137 milliseconds