RTEMS 6.1-rc4
|
This source file contains the implementation of _CPU_Exception_disable_thread_dispatch(), _CPU_Exception_frame_get_signal(), _CPU_Exception_frame_set_resume(), and _CPU_Exception_frame_make_resume_next_instruction(). More...
#include <rtems/score/cpu.h>
#include <rtems/score/aarch64-system-registers.h>
#include <rtems/score/percpu.h>
Macros | |
#define | AARCH64_INSTRUCTION_SIZE 4 |
Functions | |
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) |
This source file contains the implementation of _CPU_Exception_disable_thread_dispatch(), _CPU_Exception_frame_get_signal(), _CPU_Exception_frame_set_resume(), and _CPU_Exception_frame_make_resume_next_instruction().