Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/powernv/
Dopal-hmi.c26 struct OpalHMIEvent hmi_evt; member
39 struct OpalHMIEvent *hmi_evt) in print_core_checkstop_reason() argument
74 if (!hmi_evt->u.xstop_error.xstop_reason) { in print_core_checkstop_reason()
80 be32_to_cpu(hmi_evt->u.xstop_error.u.pir)); in print_core_checkstop_reason()
82 if (be32_to_cpu(hmi_evt->u.xstop_error.xstop_reason) & in print_core_checkstop_reason()
90 struct OpalHMIEvent *hmi_evt) in print_nx_checkstop_reason() argument
125 if (!hmi_evt->u.xstop_error.xstop_reason) { in print_nx_checkstop_reason()
131 be32_to_cpu(hmi_evt->u.xstop_error.u.chip_id)); in print_nx_checkstop_reason()
133 if (be32_to_cpu(hmi_evt->u.xstop_error.xstop_reason) & in print_nx_checkstop_reason()
141 struct OpalHMIEvent *hmi_evt) in print_npu_checkstop_reason() argument
[all …]