Home
last modified time | relevance | path

Searched defs:lowcore (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h24 struct lowcore { struct
25 __u8 pad_0x0000[0x0014-0x0000]; /* 0x0000 */
26 __u32 ipl_parmblock_ptr; /* 0x0014 */
27 __u8 pad_0x0018[0x0080-0x0018]; /* 0x0018 */
28 __u32 ext_params; /* 0x0080 */
29 union {
36 __u32 svc_int_code; /* 0x0088 */
37 union {
44 __u32 data_exc_code; /* 0x0090 */
45 __u16 mon_class_num; /* 0x0094 */
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c202 LowCore *lowcore; in do_program_interrupt() local
293 LowCore *lowcore; in do_svc_interrupt() local
325 LowCore *lowcore; in do_ext_interrupt() local
388 LowCore *lowcore; in do_io_interrupt() local
446 LowCore *lowcore; in do_mchk_interrupt() local
H A Dmisc_helper.c529 LowCore *lowcore; in HELPER() local
693 LowCore *lowcore; in HELPER() local
/openbmc/qemu/target/s390x/
H A Dhelper.c104 LowCore *lowcore; in cpu_map_lowcore() local
116 void cpu_unmap_lowcore(LowCore *lowcore) in cpu_unmap_lowcore()
124 LowCore *lowcore; in do_restart_interrupt() local
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Ddebug_test.c25 char *lowcore; in test_step_int_1() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Dmain.c28 LowCore *lowcore; /* Yes, this *is* a pointer to address 0 */ variable
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h378 } lowcore; member