Searched refs:L1_ADDR_BITS (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A Depoc32.cpp98 l1Index = (va & L1_ADDR_BITS) >> L1_S_SHIFT;
147 l1Index = ((TUint)pa & L1_ADDR_BITS) >> L1_S_SHIFT;
169 l1Index = (pa & L1_ADDR_BITS) >> L1_S_SHIFT;
/netbsd-current/sys/arch/aarch64/include/
H A Dpte.h110 #define L1_ADDR_BITS __BITS(38,30) macro
H A Dpmap.h99 #define l1pde_index(v) (((vaddr_t)(v) & L1_ADDR_BITS) >> L1_SHIFT)
/netbsd-current/sys/arch/arm/include/arm32/
H A Dpte.h133 #define L1_ADDR_BITS 0xfff00000 /* L1 PTE address bits */ macro
/netbsd-current/sys/arch/aarch64/aarch64/
H A Ddb_interface.c495 (va & L1_ADDR_BITS) >> L1_SHIFT,

Completed in 130 milliseconds