Searched hist:"9 ca766f9891d23743b4e1a7b1cafdc63723cd6a7" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | mce.h | diff 9ca766f9891d23743b4e1a7b1cafdc63723cd6a7 Fri Aug 02 05:56:34 CDT 2019 Nicholas Piggin <npiggin@gmail.com> powerpc/64s/pseries: machine check convert to use common event code
The common machine_check_event data structures and queues are mostly platform independent, with powernv decoding SRR1/DSISR/etc., into machine_check_event objects.
This patch converts pseries to use this infrastructure by decoding fwnmi/rtas data into machine_check_event objects.
This allows queueing to be used by a subsequent change to delay the virtual mode handling of machine checks that occur in kernel space where it is unsafe to switch immediately to virtual mode, similarly to powernv.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Fix implicit fallthrough warnings in mce_handle_error()] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190802105709.27696-10-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | mce.c | diff 9ca766f9891d23743b4e1a7b1cafdc63723cd6a7 Fri Aug 02 05:56:34 CDT 2019 Nicholas Piggin <npiggin@gmail.com> powerpc/64s/pseries: machine check convert to use common event code
The common machine_check_event data structures and queues are mostly platform independent, with powernv decoding SRR1/DSISR/etc., into machine_check_event objects.
This patch converts pseries to use this infrastructure by decoding fwnmi/rtas data into machine_check_event objects.
This allows queueing to be used by a subsequent change to delay the virtual mode handling of machine checks that occur in kernel space where it is unsafe to switch immediately to virtual mode, similarly to powernv.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Fix implicit fallthrough warnings in mce_handle_error()] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190802105709.27696-10-npiggin@gmail.com
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | ras.c | diff 9ca766f9891d23743b4e1a7b1cafdc63723cd6a7 Fri Aug 02 05:56:34 CDT 2019 Nicholas Piggin <npiggin@gmail.com> powerpc/64s/pseries: machine check convert to use common event code
The common machine_check_event data structures and queues are mostly platform independent, with powernv decoding SRR1/DSISR/etc., into machine_check_event objects.
This patch converts pseries to use this infrastructure by decoding fwnmi/rtas data into machine_check_event objects.
This allows queueing to be used by a subsequent change to delay the virtual mode handling of machine checks that occur in kernel space where it is unsafe to switch immediately to virtual mode, similarly to powernv.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Fix implicit fallthrough warnings in mce_handle_error()] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190802105709.27696-10-npiggin@gmail.com
|