-
- Downloads
[SMP/Debug] New syscall to send arbitrary SGIs
Created a new syscall, seL4_DebugSendIPI for ARM to send arbitrary SGIs (software generated interrupts) to arbitrary cores. As SGIs are specifically PPIs (private interrupts), this syscall effectively allows to trigger PPIs on arbitrary cores, for debug/testing purposes.
Showing
- CHANGES 1 addition, 0 deletionsCHANGES
- libsel4/arch_include/arm/sel4/arch/syscalls.h 7 additions, 0 deletionslibsel4/arch_include/arm/sel4/arch/syscalls.h
- libsel4/include/api/syscall.xml 3 additions, 0 deletionslibsel4/include/api/syscall.xml
- libsel4/include/sel4/syscalls.h 14 additions, 0 deletionslibsel4/include/sel4/syscalls.h
- src/api/syscall.c 18 additions, 0 deletionssrc/api/syscall.c
Please register or sign in to comment