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

/netbsd-current/sys/arch/mips/bonito/
H A Dbonitoreg.h27 #define REGVAL(x) *((volatile u_int32_t *)MIPS_PHYS_TO_XKPHYS_UNCACHED(x))
28 #define REGVAL8(x) *((volatile u_int8_t *)MIPS_PHYS_TO_XKPHYS_UNCACHED(x))
/netbsd-current/sys/arch/evbmips/cavium/
H A Dmachdep.c272 const uint64_t wdog_reg = MIPS_PHYS_TO_XKPHYS_UNCACHED(CIU_WDOG0);
/netbsd-current/sys/arch/mips/mips/
H A Dbus_dma.c687 kva = (void *)MIPS_PHYS_TO_XKPHYS_UNCACHED(
1120 *kvap = (void *)MIPS_PHYS_TO_XKPHYS_UNCACHED(
H A Dbus_space_alignstride_chipdep.c389 *hp = MIPS_PHYS_TO_XKPHYS_UNCACHED(addr);
616 *bshp = MIPS_PHYS_TO_XKPHYS_UNCACHED(mbst.mbst_sys_start +
H A Ddb_interface.c863 mips3_sd(MIPS_PHYS_TO_XKPHYS_UNCACHED(CIU_NMI), __BIT(ci->ci_cpuid));
/netbsd-current/sys/arch/mips/include/
H A Dcpuregs.h136 #define MIPS_PHYS_TO_XKPHYS_UNCACHED(x) \ macro

Completed in 214 milliseconds