Home
last modified time | relevance | path

Searched refs:syscall (Results 1 – 2 of 2) sorted by relevance

/api/
A DREADME6 - there is a single entry point (syscall) to the API
8 - per current design the syscall is a C-callable function in the U-Boot
9 text, which might evolve into a real syscall using machine exception trap
15 - upon entry, the syscall dispatches the call to other (existing) U-Boot
44 - implements the single entry point (mimics UNIX syscall)
47 - entry point at the consumer side, allows to make syscall, mandatory
51 the syscall directly, but in a more friendly manner (a la libc calls),
A Dapi.c618 int syscall(int call, int *retval, ...) in syscall() function
685 sig->syscall = &syscall; in api_init()
689 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall); in api_init()

Completed in 87 milliseconds