Home
last modified time | relevance | path

Searched refs:KSEG0_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/
H A Dinternal.h98 #define KSEG0_BASE ((target_ulong)(int32_t)0x80000000UL) macro
H A Dcpu.c298 env->CP0_EBase = KSEG0_BASE | (cs->cpu_index & 0x3FF); in mips_cpu_reset_hold()