Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
Dlowcore.h31 struct lowcore { struct
32 __u8 pad_0x0000[0x0014-0x0000]; /* 0x0000 */
33 __u32 ipl_parmblock_ptr; /* 0x0014 */
34 __u8 pad_0x0018[0x0080-0x0018]; /* 0x0018 */
35 __u32 ext_params; /* 0x0080 */
36 union {
43 __u32 svc_int_code; /* 0x0088 */
44 union {
51 __u32 data_exc_code; /* 0x0090 */
52 __u16 mon_class_num; /* 0x0094 */
[all …]
/linux-6.15/arch/s390/kernel/
Dentry.S51 .macro MBEAR reg, lowcore
116 .macro SIEEXIT sie_control,lowcore
/linux-6.15/tools/testing/selftests/kvm/s390/
Ddebug_test.c25 char *lowcore; in test_step_int_1() local
/linux-6.15/arch/s390/mm/
Ddump_pagetables.c285 unsigned long lowcore = (unsigned long)get_lowcore(); in pt_dump_init() local
/linux-6.15/arch/s390/include/uapi/asm/
Dptrace.h378 } lowcore; member