Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c67 bool has_supervisor = extract32(mask, CP0St_KSU, 2) == 0x3; in cpu_mips_store_status() local
74 if (has_supervisor && extract32(val, CP0St_KSU, 2) == 0x3) { in cpu_mips_store_status()