Searched hist:ccd81f1e097c3eafe38523110c8eebabbe662508 (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/include/bl31/ |
| H A D | sync_handle.h | ccd81f1e097c3eafe38523110c8eebabbe662508 Mon Nov 21 17:04:10 UTC 2022 Andre Przywara <andre.przywara@arm.com> feat(el3-runtime): introduce system register trap handler
At the moment we only handle SMC traps from lower ELs, but ignore any other synchronous traps and just panic. To cope with system register traps, which we might need to emulate, introduce a C function to handle those traps, and wire that up in the exception handler to be called.
We provide a dispatcher function (in C), that will call platform specific implementation for certain (classes of) system registers. For now this is empty.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Change-Id: If147bcb49472eb02791498700300926afbcf75ff
|
| /rk3399_ARM-atf/bl31/ |
| H A D | bl31_traps.c | ccd81f1e097c3eafe38523110c8eebabbe662508 Mon Nov 21 17:04:10 UTC 2022 Andre Przywara <andre.przywara@arm.com> feat(el3-runtime): introduce system register trap handler
At the moment we only handle SMC traps from lower ELs, but ignore any other synchronous traps and just panic. To cope with system register traps, which we might need to emulate, introduce a C function to handle those traps, and wire that up in the exception handler to be called.
We provide a dispatcher function (in C), that will call platform specific implementation for certain (classes of) system registers. For now this is empty.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Change-Id: If147bcb49472eb02791498700300926afbcf75ff
|
| H A D | bl31.mk | ccd81f1e097c3eafe38523110c8eebabbe662508 Mon Nov 21 17:04:10 UTC 2022 Andre Przywara <andre.przywara@arm.com> feat(el3-runtime): introduce system register trap handler
At the moment we only handle SMC traps from lower ELs, but ignore any other synchronous traps and just panic. To cope with system register traps, which we might need to emulate, introduce a C function to handle those traps, and wire that up in the exception handler to be called.
We provide a dispatcher function (in C), that will call platform specific implementation for certain (classes of) system registers. For now this is empty.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Change-Id: If147bcb49472eb02791498700300926afbcf75ff
|
| /rk3399_ARM-atf/bl31/aarch64/ |
| H A D | runtime_exceptions.S | ccd81f1e097c3eafe38523110c8eebabbe662508 Mon Nov 21 17:04:10 UTC 2022 Andre Przywara <andre.przywara@arm.com> feat(el3-runtime): introduce system register trap handler
At the moment we only handle SMC traps from lower ELs, but ignore any other synchronous traps and just panic. To cope with system register traps, which we might need to emulate, introduce a C function to handle those traps, and wire that up in the exception handler to be called.
We provide a dispatcher function (in C), that will call platform specific implementation for certain (classes of) system registers. For now this is empty.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Change-Id: If147bcb49472eb02791498700300926afbcf75ff
|