Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal-hmi.c86 if (!hmi_evt->u.xstop_error.xstop_reason) { in print_core_checkstop_reason()
92 be32_to_cpu(hmi_evt->u.xstop_error.u.pir)); in print_core_checkstop_reason()
94 if (be32_to_cpu(hmi_evt->u.xstop_error.xstop_reason) & in print_core_checkstop_reason()
137 if (!hmi_evt->u.xstop_error.xstop_reason) { in print_nx_checkstop_reason()
143 be32_to_cpu(hmi_evt->u.xstop_error.u.chip_id)); in print_nx_checkstop_reason()
145 if (be32_to_cpu(hmi_evt->u.xstop_error.xstop_reason) & in print_nx_checkstop_reason()
155 uint8_t type = hmi_evt->u.xstop_error.xstop_type; in print_checkstop_reason()
/Linux-v4.19/arch/powerpc/include/asm/
Dopal-api.h633 } xstop_error; member