RTEMS 6.1-rc2
|
Implementation of _AArch64_Exception_default. More...
#include <rtems/fatal.h>
#include <rtems/score/aarch64-system-registers.h>
#include <rtems/score/cpu.h>
#include <rtems/score/percpu.h>
Macros | |
#define | AARCH64_INSTRUCTION_SIZE 4 |
Functions | |
void | _AArch64_Exception_default (CPU_Exception_frame *frame) |
void | _CPU_Exception_disable_thread_dispatch (void) |
void | _AArch64_Exception_frame_copy (CPU_Exception_frame *new_ef, CPU_Exception_frame *old_ef) |
int | _CPU_Exception_frame_get_signal (CPU_Exception_frame *ef) |
void | _CPU_Exception_frame_set_resume (CPU_Exception_frame *ef, void *address) |
void | _CPU_Exception_frame_make_resume_next_instruction (CPU_Exception_frame *ef) |
Implementation of _AArch64_Exception_default.
This file implements _AArch64_Exception_default for use as part of the default exception handling code which dumps all system registers.