Searched defs:trapno (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/mm/ |
D | memory-failure.c | 194 static int kill_proc(struct task_struct *t, unsigned long addr, int trapno, in kill_proc() 348 static void kill_procs(struct list_head *to_kill, int forcekill, int trapno, in kill_procs() 858 int trapno, int flags) in hwpoison_user_mappings() 1018 int memory_failure(unsigned long pfn, int trapno, int flags) in memory_failure() 1200 int trapno; member 1230 void memory_failure_queue(unsigned long pfn, int trapno, int flags) in memory_failure_queue()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | sigcontext.h | 115 unsigned long trapno; member 151 unsigned long trapno; member 214 unsigned long trapno; member 256 __u64 trapno; member
|
D | sigcontext32.h | 65 unsigned int trapno; member
|
/linux-3.4.99/arch/x86/kernel/ |
D | head_32.S | 525 .macro set_early_handler handler,trapno
|
D | vm86_32.c | 556 int handle_vm86_trap(struct kernel_vm86_regs *regs, long error_code, int trapno) in handle_vm86_trap()
|