Searched refs:PHYS_TO_K0 (Results 1 - 7 of 7) sorted by last modified time

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/include/
H A Dsbmips.h153 #define PHYS_TO_K0(pa) (K0BASE | (pa)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dexchandler.c234 vec = (uint32_t *) PHYS_TO_K0(vecoffset);
270 ptr = (uint32_t *) PHYS_TO_K0(0);
H A Dexception.S216 li t0,PHYS_TO_K0(CFE_LOCORE_GLOBAL_GP)
219 li t0,PHYS_TO_K0(CFE_LOCORE_GLOBAL_CERRH)
222 li t0,PHYS_TO_K0(MIPS_RAM_VEC_CACHEERR)
413 la gp,PHYS_TO_K0(CFE_LOCORE_GLOBAL_GP)
H A Dzipstart_init.S642 li t0,PHYS_TO_K0(CFE_LOCORE_GLOBAL_APIEPT)
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_aic6915.c401 #define PHYS_TO_PTR(a) ((uint8_t *)PHYS_TO_K0(a))
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcmcore/include/
H A Dsbmips32.h113 #define PHYS_TO_K0(pa) (K0BASE | (pa)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/common/include/
H A Daddrspace.h61 #define KERNADDR(x) PHYS_TO_K0(x)

Completed in 49 milliseconds