Searched refs:syscall (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/examples/api/ |
| H A D | glue.c | 80 if (!syscall(API_GETC, NULL, &c)) in ub_getc() 90 if (!syscall(API_TSTC, NULL, &t)) in ub_tstc() 98 syscall(API_PUTC, NULL, &c); in ub_putc() 103 syscall(API_PUTS, NULL, s); in ub_puts() 114 syscall(API_RESET, NULL); in ub_reset() 129 if (!syscall(API_GET_SYS_INFO, &err, &si)) in ub_get_sys_info() 143 syscall(API_UDELAY, NULL, &usec); in ub_udelay() 150 if (!syscall(API_GET_TIMER, NULL, &cur, &base)) in ub_get_timer() 186 if (!syscall(API_DEV_ENUM, NULL, di)) in ub_dev_enum() 200 if (!syscall(API_DEV_ENUM, NULL, di)) in ub_dev_enum() [all …]
|
| H A D | crt0.S | 20 .globl syscall symbol 21 syscall: label 38 .globl syscall symbol 39 syscall: label 53 .globl syscall symbol 54 .ent syscall 55 syscall: label 63 .end syscall
|
| H A D | glue.h | 24 int syscall(int, int *, ...);
|
| H A D | demo.c | 39 syscall_ptr = sig->syscall; in main() 206 printf(" sc entry\t= 0x%08x\n", (unsigned int)sig->syscall); in test_dump_sig()
|
| /rk3399_rockchip-uboot/api/ |
| H A D | README | 6 - 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),
|
| H A D | api.c | 603 int syscall(int call, int *retval, ...) in syscall() function 670 sig->syscall = &syscall; in api_init() 674 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall); in api_init()
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 99 unsigned long syscall; /* 56 */ member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | api_public.h | 29 scp_t syscall; /* entry point to the API */ member
|
| /rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 59 j syscall 507 syscall: label
|