Searched refs:syscall (Results 1 – 2 of 2) sorted by relevance
6 - there is a single entry point (syscall) to the API8 - per current design the syscall is a C-callable function in the U-Boot9 text, which might evolve into a real syscall using machine exception trap15 - upon entry, the syscall dispatches the call to other (existing) U-Boot44 - implements the single entry point (mimics UNIX syscall)47 - entry point at the consumer side, allows to make syscall, mandatory51 the syscall directly, but in a more friendly manner (a la libc calls),
618 int syscall(int call, int *retval, ...) in syscall() function685 sig->syscall = &syscall; in api_init()689 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall); in api_init()
Completed in 5 milliseconds