| /linux-4.4.14/arch/avr32/mm/ | 
| D | fault.c | 24 static inline int notify_page_fault(struct pt_regs *regs, int trap)  in notify_page_fault()36 static inline int notify_page_fault(struct pt_regs *regs, int trap)  in notify_page_fault()
 
 | 
| /linux-4.4.14/arch/ia64/mm/ | 
| D | fault.c | 22 static inline int notify_page_fault(struct pt_regs *regs, int trap)  in notify_page_fault()37 static inline int notify_page_fault(struct pt_regs *regs, int trap)  in notify_page_fault()
 
 | 
| /linux-4.4.14/drivers/lguest/ | 
| D | interrupts_and_traps.c | 378 static bool has_err(unsigned int trap)  in has_err()520 static void set_trap(struct lg_cpu *cpu, struct desc_struct *trap,  in set_trap()
 582 			      int trap,  in default_idt_entry()
 
 | 
| D | lguest_user.c | 88 static int trap(struct lg_cpu *cpu, const unsigned long __user *input)  in trap()  function
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ | 
| D | gf100.c | 860 	u32 trap[4];  in gf100_gr_trap_gpc_rop()  local925 		u32 trap = nvkm_rd32(device, TPC_UNIT(gpc, tpc, 0x0224));  in gf100_gr_trap_tpc()  local
 937 		u32 trap = nvkm_rd32(device, TPC_UNIT(gpc, tpc, 0x0084));  in gf100_gr_trap_tpc()  local
 944 		u32 trap = nvkm_rd32(device, TPC_UNIT(gpc, tpc, 0x048c));  in gf100_gr_trap_tpc()  local
 969 		u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x0900));  in gf100_gr_trap_gpc()  local
 976 		u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x1028));  in gf100_gr_trap_gpc()  local
 983 		u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x0824));  in gf100_gr_trap_gpc()  local
 1008 	u32 trap = nvkm_rd32(device, 0x400108);  in gf100_gr_trap_intr()  local
 
 | 
| /linux-4.4.14/arch/mips/kernel/ | 
| D | kgdb.c | 292 	int trap = (regs->cp0_cause & 0x7c) >> 2;  in kgdb_mips_notify()  local334 		 struct pt_regs *regs, long err, int trap, int sig)  in kgdb_ll_trap()
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | lguest_launcher.h | 40 	__u8 trap;  member
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ | 
| D | nv50.h | 15 	u32 trap;  member
 | 
| D | nv50.c | 161 	u32 trap[6], idx, inst;  in nv50_fb_intr()  local
 | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | hugetlbpage-hash64.c | 22 		     pte_t *ptep, unsigned long trap, unsigned long flags,  in __hash_page_huge()
 | 
| D | hash_utils_64.c | 852 unsigned int hash_page_do_lazy_icache(unsigned int pp, pte_t pte, int trap)  in hash_page_do_lazy_icache()960 			unsigned long vsid, unsigned long trap,  in hash_failure_debug()
 994 		 unsigned long access, unsigned long trap,  in hash_page_mm()
 1190 int hash_page(unsigned long ea, unsigned long access, unsigned long trap,  in hash_page()
 1207 		  unsigned long access, unsigned long trap)  in hash_preload()
 
 | 
| D | hugepage-hash64.c | 22 		    pmd_t *pmdp, unsigned long trap, unsigned long flags,  in __hash_page_thp()
 | 
| D | fault.c | 217 	int trap = TRAP(regs);  in do_page_fault()  local
 | 
| D | ppc_mmu_32.c | 166 		  unsigned long access, unsigned long trap)  in hash_preload()
 | 
| D | mem.c | 495 	unsigned long access = 0, trap;  in update_mmu_cache()  local
 | 
| /linux-4.4.14/arch/frv/kernel/ | 
| D | vmlinux.lds.S | 49 	*(.trap.user)
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | head_40x.S | 215 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret)	\  argument
 | 
| D | ppc32.h | 29 	unsigned int trap;		/* Reason for being here */  member
 | 
| D | head_32.S | 312 #define EXC_XFER_TEMPLATE(n, hdlr, trap, copyee, tfer, ret)	\  argument
 | 
| D | head_8xx.S | 199 #define EXC_XFER_TEMPLATE(n, hdlr, trap, copyee, tfer, ret)	\  argument
 | 
| D | head_booke.h | 226 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret)	\  argument
 | 
| D | process.c | 1013 	int i, trap;  in show_regs()  local
 | 
| D | ptrace.c | 212 static int set_user_trap(struct task_struct *task, unsigned long trap)  in set_user_trap()
 | 
| /linux-4.4.14/arch/powerpc/kvm/ | 
| D | book3s_hv_builtin.c | 238 void kvmhv_commence_exit(int trap)  in kvmhv_commence_exit()
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | exception-64s.h | 535 #define EXCEPTION_COMMON(trap, label, hdlr, ret, additions)	\  argument546 #define STD_EXCEPTION_COMMON(trap, label, hdlr)			\  argument
 555 #define STD_EXCEPTION_COMMON_ASYNC(trap, label, hdlr)		  \  argument
 
 | 
| D | mmu-hash64.h | 347 				  unsigned long trap, unsigned long flags,  in __hash_page_thp()
 | 
| D | kvm_host.h | 632 	int trap;  member
 | 
| /linux-4.4.14/arch/alpha/oprofile/ | 
| D | op_model_ev67.c | 157 			unsigned trap:		 1; /*    39 */  in ev67_handle_interrupt()  member
 | 
| /linux-4.4.14/arch/unicore32/kernel/ | 
| D | traps.c | 241 		struct siginfo *info, unsigned long err, unsigned long trap)  in uc32_notify_die()
 | 
| /linux-4.4.14/arch/powerpc/math-emu/ | 
| D | math.c | 234 	int eflag, trap;  in do_mathemu()  local
 | 
| /linux-4.4.14/arch/sh/mm/ | 
| D | fault.c | 26 static inline int notify_page_fault(struct pt_regs *regs, int trap)  in notify_page_fault()
 | 
| /linux-4.4.14/fs/cachefiles/ | 
| D | namei.c | 273 	struct dentry *grave, *trap;  in cachefiles_bury_object()  local
 | 
| /linux-4.4.14/drivers/gpu/drm/ast/ | 
| D | ast_post.c | 871 	u32 trap, trap_AC2, trap_MRS;  in get_ddr3_info()  local1236 	u32 trap, trap_AC2, trap_MRS;  in get_ddr2_info()  local
 
 | 
| /linux-4.4.14/arch/powerpc/sysdev/qe_lib/ | 
| D | qe.c | 515 			u32 trap = be32_to_cpu(ucode->traps[j]);  in qe_upload_firmware()  local
 | 
| /linux-4.4.14/kernel/ | 
| D | notifier.c | 537 	       struct pt_regs *regs, long err, int trap, int sig)  in notify_die()
 | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | kgdb.c | 577 		 struct pt_regs *regs, long err, int trap, int sig)  in kgdb_ll_trap()
 | 
| /linux-4.4.14/fs/debugfs/ | 
| D | inode.c | 671 	struct dentry *dentry = NULL, *trap;  in debugfs_rename()  local
 | 
| /linux-4.4.14/arch/powerpc/include/uapi/asm/ | 
| D | ptrace.h | 46 	unsigned long trap;		/* Reason for being here */  member
 | 
| /linux-4.4.14/net/ipv4/netfilter/ | 
| D | nf_nat_snmp_basic.c | 924 				      struct snmp_v1_trap *trap,  in snmp_trap_decode()1106 		struct snmp_v1_trap trap;  in snmp_parse_mangle()  local
 
 | 
| /linux-4.4.14/fs/overlayfs/ | 
| D | dir.c | 714 	struct dentry *trap;  in ovl_rename2()  local
 | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | traps.c | 337 		struct siginfo *info, unsigned long err, unsigned long trap)  in arm_notify_die()
 | 
| /linux-4.4.14/drivers/net/wireless/p54/ | 
| D | txrx.c | 607 	struct p54_trap *trap = (struct p54_trap *) hdr->data;  in p54_rx_trap()  local
 | 
| /linux-4.4.14/fs/ecryptfs/ | 
| D | inode.c | 610 	struct dentry *trap = NULL;  in ecryptfs_rename()  local
 | 
| /linux-4.4.14/arch/powerpc/xmon/ | 
| D | xmon.c | 1490 	unsigned long trap;  in excprint()  local1529 	int n, trap;  in prregs()  local
 
 | 
| /linux-4.4.14/fs/nfsd/ | 
| D | vfs.c | 1603 	struct dentry	*fdentry, *tdentry, *odentry, *ndentry, *trap;  in nfsd_rename()  local
 | 
| /linux-4.4.14/tools/testing/selftests/seccomp/ | 
| D | seccomp_bpf.c | 740 	struct sock_fprog trap;  in FIXTURE_DATA()  local
 | 
| /linux-4.4.14/fs/ | 
| D | namei.c | 4316 	struct dentry *trap;  in SYSCALL_DEFINE5()  local
 |