Searched defs:ucf (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-ppc32/ |
A D | arch.h | 15 void fill_ucontext_frame(ucontext_t *ucf, l4_exc_regs_t *ue) in fill_ucontext_frame() 25 void fill_utcb_exc(l4_exc_regs_t *ue, ucontext_t *ucf) in fill_utcb_exc()
|
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-sparc/ |
A D | arch.h | 15 void fill_ucontext_frame(ucontext_t *ucf, l4_exc_regs_t *ue) in fill_ucontext_frame() 21 void fill_utcb_exc(l4_exc_regs_t *ue, ucontext_t *ucf) in fill_utcb_exc()
|
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-amd64/ |
A D | arch.h | 15 void fill_ucontext_frame(ucontext_t *ucf, l4_exc_regs_t *ue) in fill_ucontext_frame() 43 void fill_utcb_exc(l4_exc_regs_t *ue, ucontext_t *ucf) in fill_utcb_exc()
|
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-arm/ |
A D | arch.h | 15 void fill_ucontext_frame(ucontext_t *ucf, l4_exc_regs_t *ue) in fill_ucontext_frame() 42 void fill_utcb_exc(l4_exc_regs_t *ue, ucontext_t *ucf) in fill_utcb_exc()
|
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-mips/ |
A D | arch.h | 15 void fill_ucontext_frame(ucontext_t *ucf, l4_exc_regs_t *ue) in fill_ucontext_frame() 26 void fill_utcb_exc(l4_exc_regs_t *ue, ucontext_t *ucf) in fill_utcb_exc()
|
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-arm64/ |
A D | arch.h | 15 void fill_ucontext_frame(ucontext_t *ucf, l4_exc_regs_t *ue) in fill_ucontext_frame() 30 void fill_utcb_exc(l4_exc_regs_t *ue, ucontext_t *ucf) in fill_utcb_exc()
|
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-x86/ |
A D | arch.h | 27 void fill_ucontext_frame(ucontext_t *ucf, l4_exc_regs_t *ue) in fill_ucontext_frame() 56 void fill_utcb_exc(l4_exc_regs_t *ue, ucontext_t *ucf) in fill_utcb_exc()
|
/l4re-core-master/libc_backends/lib/sig/lib/ |
A D | sig.cc | 153 ucontext_t *ucf = (ucontext_t *)(u->r[29] - sizeof(*ucf)); in setup_sig_frame() local 248 ucontext_t *ucf = (ucontext_t *)u->sp; in op_exception() local
|
Completed in 12 milliseconds