Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h37 typedef struct LowCore { struct
94 } __attribute__((packed, aligned(8192))) LowCore; argument
96 extern LowCore *lowcore;
H A Dmain.c28 LowCore *lowcore; /* Yes, this *is* a pointer to address 0 */
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c961 stq_phys(env_cpu(env)->as, env->psa + offsetof(LowCore, trans_exc_code), in HELPER()
965 stb_phys(env_cpu(env)->as, env->psa + offsetof(LowCore, op_access_id), in HELPER()