MIPS_PHYS_TO_XKPHYS
btinfo_paddr = MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE,
fdt_data = (void *)MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE,
memdesc = (void *)MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE,
block = (void *)MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE, blockaddr);
awrreg = (volatile uint64_t *)MIPS_PHYS_TO_XKPHYS(CCA_UNCACHED,
awrreg = (volatile uint64_t *)MIPS_PHYS_TO_XKPHYS(CCA_UNCACHED,
awrreg = (volatile uint64_t *)MIPS_PHYS_TO_XKPHYS(CCA_UNCACHED,
memptr = (void *)MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE,
#define X(a) MIPS_PHYS_TO_XKPHYS(OCTEON_CCA_NONE, (a))
return mips3_ld(MIPS_PHYS_TO_XKPHYS(OCTEON_CCA_NONE, address));
mips3_sd(MIPS_PHYS_TO_XKPHYS(OCTEON_CCA_NONE, address), value);
#define MIPS3_XPHYS_UNCACHED MIPS_PHYS_TO_XKPHYS(2, 0)
#define MIPS3_XPHYS_ACC MIPS_PHYS_TO_XKPHYS(mips_options.mips3_cca_devmem, 0)
#define MIPS3_DEFAULT_XKPHYS_CACHED MIPS_PHYS_TO_XKPHYS(3, 0)
opts->mips3_xkphys_cached = MIPS_PHYS_TO_XKPHYS(cca, 0);
addr = MIPS_PHYS_TO_XKPHYS(MIPS3_TLB_ATTR_UNCACHED, addr);
addr = MIPS_PHYS_TO_XKPHYS(MIPS3_TLB_ATTR_UNCACHED, addr);