Searched refs:fault_catcher (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/um/os-Linux/ |
D | uaccess.c | 11 void **fault_addr, jmp_buf **fault_catcher, in __do_user_copy() argument 18 *fault_catcher = &jbuf; in __do_user_copy() 29 *fault_catcher = NULL; in __do_user_copy()
|
/linux-2.6.39/arch/um/kernel/ |
D | uaccess.c | 22 void **fault_addr, jmp_buf **fault_catcher) in __do_copy_to_user() argument 27 fault = __do_user_copy(to, from, n, fault_addr, fault_catcher, in __do_copy_to_user()
|
D | trap.c | 187 catcher = current->thread.fault_catcher; in segv() 239 if (current->thread.fault_catcher != NULL) in bus_handler() 240 UML_LONGJMP(current->thread.fault_catcher, 1); in bus_handler()
|
/linux-2.6.39/arch/um/include/shared/ |
D | um_uaccess.h | 36 void **fault_addr, jmp_buf **fault_catcher);
|
D | os.h | 202 void **fault_addr, jmp_buf **fault_catcher,
|
/linux-2.6.39/arch/um/kernel/skas/ |
D | uaccess.c | 74 current->thread.fault_catcher = &buf; in do_op_one_page() 82 current->thread.fault_catcher = NULL; in do_op_one_page()
|
/linux-2.6.39/arch/um/include/asm/ |
D | processor-generic.h | 32 jmp_buf *fault_catcher; member
|