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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dfault.c228 int from_user = !(regs->psr & PSR_PS); local
260 if(!from_user && address >= PAGE_OFFSET)
317 if(from_user) {
331 if (!from_user && (fixup = search_extables_range(regs->pc, &g2))) {
367 if (from_user)
379 if (!from_user)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsb1250_duart.c293 static inline int copy_buf(char *dest, const char *src, int size, int from_user) argument
295 if (from_user) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c592 static int rs_write(struct tty_struct * tty, int from_user,
595 static int e100_write_rs485(struct tty_struct * tty, int from_user,
1789 e100_write_rs485(struct tty_struct *tty, int from_user,
1802 count = rs_write(tty, from_user, buf, count);
3576 static int rs_raw_write(struct tty_struct * tty, int from_user,
3611 if (from_user) {
3683 rs_write(struct tty_struct * tty, int from_user,
3710 count = rs_raw_write(tty, from_user, buf, count);

Completed in 57 milliseconds