Home
last modified time | relevance | path

Searched refs:external_damage_code (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/kernel/
H A Dnmi.c151 ptr = u64_to_hex(ptr, lc->external_damage_code); in nmi_print_info()
349 mcck_backup->ext_damage_code = get_lowcore()->external_damage_code; in s390_backup_mcck_info()
451 if (lc->external_damage_code & (1U << ED_STP_SYNC)) in s390_do_machine_check()
453 if (lc->external_damage_code & (1U << ED_STP_ISLAND)) in s390_do_machine_check()
/linux/arch/s390/include/asm/
H A Dlowcore.h82 __u32 external_damage_code; /* 0x00f4 */ member