Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c263 lowcore = cpu_map_lowcore(env); in do_program_interrupt()
295 lowcore = cpu_map_lowcore(env); in do_svc_interrupt()
331 lowcore = cpu_map_lowcore(env); in do_ext_interrupt()
394 lowcore = cpu_map_lowcore(env); in do_io_interrupt()
455 lowcore = cpu_map_lowcore(env); in do_mchk_interrupt()
H A Dmisc_helper.c563 lowcore = cpu_map_lowcore(env); in HELPER()
695 lowcore = cpu_map_lowcore(env); in HELPER()
/openbmc/qemu/target/s390x/
H A Dhelper.c102 LowCore *cpu_map_lowcore(CPUS390XState *env) in cpu_map_lowcore() function
126 lowcore = cpu_map_lowcore(env); in do_restart_interrupt()
H A Ds390x-internal.h337 LowCore *cpu_map_lowcore(CPUS390XState *env);