Home
last modified time | relevance | path

Searched refs:PHYS_TO_XKSEG_UNCACHED (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/mips/sgi-ip22/
Dip22-mc.c193 *(unsigned long *)PHYS_TO_XKSEG_UNCACHED(0x60000000) = 0; in prom_cleanup()
Dip28-berr.c325 PHYS_TO_XKSEG_UNCACHED(pte); in check_microtlb()
/linux-6.1.9/arch/mips/include/asm/
Daddrspace.h126 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED, (p)) macro