Home
last modified time | relevance | path

Searched refs:MIPS3_PG_SIZE_MASK_TO_SIZE (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/arc/arc/
Dp_dti_tyne.c215 MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_256K)); in p_dti_tyne_init()
221 MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_4K)); in p_dti_tyne_init()
Dwired_map_machdep.c117 size = MIPS3_PG_SIZE_MASK_TO_SIZE(entry->pgmask); in arc_wired_map_paddr_entry()
144 size = MIPS3_PG_SIZE_MASK_TO_SIZE(entry->pgmask); in arc_wired_map_vaddr_entry()
Dc_nec_eisa.c186 MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_16M)); in c_nec_eisa_init()
/netbsd/src/sys/arch/ews4800mips/include/
Dwired_map.h5 #define MIPS3_WIRED_SIZE MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_16M)
/netbsd/src/sys/arch/arc/include/
Dwired_map.h30 #define MIPS3_WIRED_SIZE MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_16M)
/netbsd/src/sys/arch/mips/include/
Dwired_map.h65 #define MIPS3_WIRED_SIZE MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_16M)
Dmips3_pte.h178 #define MIPS3_PG_SIZE_MASK_TO_SIZE(pg_mask) \ macro
/netbsd/src/sys/arch/newsmips/apbus/
Dapbus_subr.c59 apbd_work_sz = MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_1M); in apbus_map_romwork()