Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c108 bool eu = (segctl >> CP0SC_EU) & 1; in get_segctl_physical_address()
/openbmc/qemu/target/mips/
H A Dcpu.h647 #define CP0SC_EU 3 macro
648 #define CP0SC_EU_MASK (1ULL << CP0SC_EU)
H A Dcpu.c373 (1 << CP0SC_EU) | (2 << CP0SC_C); in mips_cpu_reset_hold()
376 (1 << CP0SC_EU) | (2 << CP0SC_C)) << 16; in mips_cpu_reset_hold()