Home
last modified time | relevance | path

Searched defs:MIPS_PHYS_TO_KSEG0 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dmips_cpuregs.h89 #define MIPS_PHYS_TO_KSEG0(x) ((unsigned)(x) | MIPS_KSEG0_START) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dcpuregs.h118 #define MIPS_PHYS_TO_KSEG0(x) ((intptr_t)((x) + MIPS_KSEG0_START)) macro
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/debugger/
H A Ddbg_decoder_local.h122 #define MIPS_PHYS_TO_KSEG0(x) ((uintptr_t)(x) | (intptr_t)MIPS_KSEG0_START) macro