MCPcopy Create free account
hub / github.com/F-Stack/f-stack / syscall

Function syscall

freebsd/arm/arm/syscall.c:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138#include "../../kern/subr_syscall.c"
139
140static void
141syscall(struct thread *td, struct trapframe *frame)
142{
143
144 syscallenter(td);
145 syscallret(td);
146}
147
148void
149swi_handler(struct trapframe *frame)

Callers 1

swi_handlerFunction · 0.70

Calls 2

syscallenterFunction · 0.85
syscallretFunction · 0.85

Tested by

no test coverage detected