Searched refs:do_exception (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/mm/
H A Dfault.c290 static inline int do_exception(struct pt_regs *regs, int access, function
393 fault = do_exception(regs, VM_WRITE, trans_exc_code);
409 fault = do_exception(regs, access, trans_exc_code);
458 fault = do_exception(&regs, access, uaddr | 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/mm/
H A Dfault.c290 static inline int do_exception(struct pt_regs *regs, int access, function
393 fault = do_exception(regs, VM_WRITE, trans_exc_code);
409 fault = do_exception(regs, access, trans_exc_code);
458 fault = do_exception(&regs, access, uaddr | 2);

Completed in 120 milliseconds