Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powernv/
Dopal-hmi.c29 struct xstop_reason { struct
30 uint32_t xstop_reason; member
42 static const struct xstop_reason xstop_reason[] = { in print_core_checkstop_reason() argument
74 if (!hmi_evt->u.xstop_error.xstop_reason) { in print_core_checkstop_reason()
81 for (i = 0; i < ARRAY_SIZE(xstop_reason); i++) in print_core_checkstop_reason()
82 if (be32_to_cpu(hmi_evt->u.xstop_error.xstop_reason) & in print_core_checkstop_reason()
83 xstop_reason[i].xstop_reason) in print_core_checkstop_reason()
85 xstop_reason[i].unit_failed, in print_core_checkstop_reason()
86 xstop_reason[i].description); in print_core_checkstop_reason()
93 static const struct xstop_reason xstop_reason[] = { in print_nx_checkstop_reason() local
[all …]
/linux-6.1.9/arch/powerpc/include/asm/
Dopal-api.h634 __be32 xstop_reason; member