Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dlowcore.h30 struct lowcore { struct
31 __u8 pad_0x0000[0x0014-0x0000]; /* 0x0000 */
32 __u32 ipl_parmblock_ptr; /* 0x0014 */
33 __u8 pad_0x0018[0x0080-0x0018]; /* 0x0018 */
34 __u32 ext_params; /* 0x0080 */
35 union {
42 __u32 svc_int_code; /* 0x0088 */
43 union {
50 __u32 data_exc_code; /* 0x0090 */
51 __u16 mon_class_num; /* 0x0094 */
[all …]
/linux/arch/s390/kernel/
H A Dentry.S50 .macro MBEAR reg, lowcore
55 .macro CHECK_STACK savearea, lowcore
127 .macro SIEEXIT sie_control,lowcore
/linux/tools/testing/selftests/kvm/s390x/
H A Ddebug_test.c25 char *lowcore; in test_step_int_1() local
/linux/arch/s390/mm/
H A Ddump_pagetables.c283 unsigned long lowcore = (unsigned long)get_lowcore(); in pt_dump_init() local
/linux/arch/s390/include/uapi/asm/
H A Dptrace.h378 } lowcore; member