Searched refs:V850_SIM_SYSCALL (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsim.c95 int rval = V850_SIM_SYSCALL (gettimeofday, timeval, timezone);
104 V850_SIM_SYSCALL (write, 1, "RESTART\n", 8);
105 V850_SIM_SYSCALL (exit, 0);
110 V850_SIM_SYSCALL (write, 1, "HALT\n", 5);
111 V850_SIM_SYSCALL (exit, 0);
116 V850_SIM_SYSCALL (write, 1, "POWER OFF\n", 10);
117 V850_SIM_SYSCALL (exit, 0);
136 rval = V850_SIM_SYSCALL (stat, name, stat_buf);
144 fd = V850_SIM_SYSCALL (open, name, 0);
152 V850_SIM_SYSCALL (clos
[all...]
H A Dsimcons.c31 V850_SIM_SYSCALL (write, 1, buf, len);
36 return V850_SIM_SYSCALL (read, 0, buf, len);
67 return V850_SIM_SYSCALL (write, 1, buf, count);
122 if (V850_SIM_SYSCALL (poll, &pfd, 1, 0) > 0) {
127 int rd = V850_SIM_SYSCALL (read, 0, buf, 32);
155 V850_SIM_SYSCALL (make_raw, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dsimsyscall.h96 #define V850_SIM_SYSCALL(call, args...) \ macro

Completed in 53 milliseconds