Searched defs:trapno (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/mm/ |
D | memory-failure.c | 193 static int kill_proc_ao(struct task_struct *t, unsigned long addr, int trapno, in kill_proc_ao() 341 static void kill_procs_ao(struct list_head *to_kill, int doit, int trapno, in kill_procs_ao() 847 int trapno) in hwpoison_user_mappings() 987 int __memory_failure(unsigned long pfn, int trapno, int flags) in __memory_failure() 1178 void memory_failure(unsigned long pfn, int trapno) in memory_failure() 1188 int trapno; member 1218 void memory_failure_queue(unsigned long pfn, int trapno, int flags) in memory_failure_queue()
|
/linux-3.3/arch/x86/include/asm/ |
D | sigcontext.h | 115 unsigned long trapno; member 151 unsigned long trapno; member 214 unsigned long trapno; member 256 unsigned long trapno; member
|
D | sigcontext32.h | 65 unsigned int trapno; member
|
/linux-3.3/arch/x86/kernel/ |
D | head_32.S | 525 .macro set_early_handler handler,trapno
|
D | vm86_32.c | 554 int handle_vm86_trap(struct kernel_vm86_regs *regs, long error_code, int trapno) in handle_vm86_trap()
|