Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/examples/api/
H A Dcrt0.S20 syscall: label
38 syscall: label
54 syscall: label
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S482 syscall: label
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dptrace.h98 unsigned long syscall; /* 56 */ member
/openbmc/qemu/hw/char/
H A Driscv_htif.c204 uint64_t syscall[8]; in htif_handle_tohost_write() local
/openbmc/u-boot/api/
H A Dapi.c602 int syscall(int call, int *retval, ...) in syscall() function
/openbmc/u-boot/include/
H A Dapi_public.h28 scp_t syscall; /* entry point to the API */ member
/openbmc/qemu/linux-user/mips/
H A Dsignal.c90 static void install_sigtramp(uint32_t *tramp, unsigned int syscall) in install_sigtramp()