Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c132 if (address <= USEG_LIMIT) { in get_physical_address()
/openbmc/qemu/target/mips/
H A Dinternal.h98 #define USEG_LIMIT ((target_ulong)(int32_t)0x7FFFFFFFUL) macro
/openbmc/qemu/hw/mips/
H A Dmalta.c892 if (kernel_entry <= USEG_LIMIT) { in load_kernel()