Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h692 static inline int cpu_hypervisor_mode(CPUSPARCState *env1) in cpu_hypervisor_mode() function
714 if ((env1->pstate & PS_IE) && !cpu_hypervisor_mode(env1)) { in cpu_interrupts_enabled()
764 if (cpu_hypervisor_mode(env)) { in cpu_get_tb_cpu_state()
H A Dint64_helper.c248 if (cpu_hypervisor_mode(env)) { in sparc_cpu_do_interrupt()
H A Dcpu.c738 } else if (cpu_hypervisor_mode(env)) { in sparc_cpu_mmu_index()
H A Dldst_helper.c351 && !cpu_hypervisor_mode(env) in do_check_asi()