Home
last modified time | relevance | path

Searched defs:trap (Results 1 – 47 of 47) sorted by relevance

/linux-4.4.14/arch/avr32/mm/
Dfault.c24 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/
Dfault.c22 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/
Dinterrupts_and_traps.c378 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()
Dlguest_user.c88 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/
Dgf100.c860 u32 trap[4]; in gf100_gr_trap_gpc_rop() local
925 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/
Dkgdb.c292 int trap = (regs->cp0_cause & 0x7c) >> 2; in kgdb_mips_notify() local
334 struct pt_regs *regs, long err, int trap, int sig) in kgdb_ll_trap()
/linux-4.4.14/include/linux/
Dlguest_launcher.h40 __u8 trap; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.h15 u32 trap; member
Dnv50.c161 u32 trap[6], idx, inst; in nv50_fb_intr() local
/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage-hash64.c22 pte_t *ptep, unsigned long trap, unsigned long flags, in __hash_page_huge()
Dhash_utils_64.c852 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()
Dhugepage-hash64.c22 pmd_t *pmdp, unsigned long trap, unsigned long flags, in __hash_page_thp()
Dfault.c217 int trap = TRAP(regs); in do_page_fault() local
Dppc_mmu_32.c166 unsigned long access, unsigned long trap) in hash_preload()
Dmem.c495 unsigned long access = 0, trap; in update_mmu_cache() local
/linux-4.4.14/arch/frv/kernel/
Dvmlinux.lds.S49 *(.trap.user)
/linux-4.4.14/arch/powerpc/kernel/
Dhead_40x.S215 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret) \ argument
Dppc32.h29 unsigned int trap; /* Reason for being here */ member
Dhead_32.S312 #define EXC_XFER_TEMPLATE(n, hdlr, trap, copyee, tfer, ret) \ argument
Dhead_8xx.S199 #define EXC_XFER_TEMPLATE(n, hdlr, trap, copyee, tfer, ret) \ argument
Dhead_booke.h226 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret) \ argument
Dprocess.c1013 int i, trap; in show_regs() local
Dptrace.c212 static int set_user_trap(struct task_struct *task, unsigned long trap) in set_user_trap()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_builtin.c238 void kvmhv_commence_exit(int trap) in kvmhv_commence_exit()
/linux-4.4.14/arch/powerpc/include/asm/
Dexception-64s.h535 #define EXCEPTION_COMMON(trap, label, hdlr, ret, additions) \ argument
546 #define STD_EXCEPTION_COMMON(trap, label, hdlr) \ argument
555 #define STD_EXCEPTION_COMMON_ASYNC(trap, label, hdlr) \ argument
Dmmu-hash64.h347 unsigned long trap, unsigned long flags, in __hash_page_thp()
Dkvm_host.h632 int trap; member
/linux-4.4.14/arch/alpha/oprofile/
Dop_model_ev67.c157 unsigned trap: 1; /* 39 */ in ev67_handle_interrupt() member
/linux-4.4.14/arch/unicore32/kernel/
Dtraps.c241 struct siginfo *info, unsigned long err, unsigned long trap) in uc32_notify_die()
/linux-4.4.14/arch/powerpc/math-emu/
Dmath.c234 int eflag, trap; in do_mathemu() local
/linux-4.4.14/arch/sh/mm/
Dfault.c26 static inline int notify_page_fault(struct pt_regs *regs, int trap) in notify_page_fault()
/linux-4.4.14/fs/cachefiles/
Dnamei.c273 struct dentry *grave, *trap; in cachefiles_bury_object() local
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_post.c871 u32 trap, trap_AC2, trap_MRS; in get_ddr3_info() local
1236 u32 trap, trap_AC2, trap_MRS; in get_ddr2_info() local
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
Dqe.c515 u32 trap = be32_to_cpu(ucode->traps[j]); in qe_upload_firmware() local
/linux-4.4.14/kernel/
Dnotifier.c537 struct pt_regs *regs, long err, int trap, int sig) in notify_die()
/linux-4.4.14/arch/x86/kernel/
Dkgdb.c577 struct pt_regs *regs, long err, int trap, int sig) in kgdb_ll_trap()
/linux-4.4.14/fs/debugfs/
Dinode.c671 struct dentry *dentry = NULL, *trap; in debugfs_rename() local
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dptrace.h46 unsigned long trap; /* Reason for being here */ member
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c924 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/
Ddir.c714 struct dentry *trap; in ovl_rename2() local
/linux-4.4.14/arch/arm/kernel/
Dtraps.c337 struct siginfo *info, unsigned long err, unsigned long trap) in arm_notify_die()
/linux-4.4.14/drivers/net/wireless/p54/
Dtxrx.c607 struct p54_trap *trap = (struct p54_trap *) hdr->data; in p54_rx_trap() local
/linux-4.4.14/fs/ecryptfs/
Dinode.c610 struct dentry *trap = NULL; in ecryptfs_rename() local
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c1490 unsigned long trap; in excprint() local
1529 int n, trap; in prregs() local
/linux-4.4.14/fs/nfsd/
Dvfs.c1603 struct dentry *fdentry, *tdentry, *odentry, *ndentry, *trap; in nfsd_rename() local
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c740 struct sock_fprog trap; in FIXTURE_DATA() local
/linux-4.4.14/fs/
Dnamei.c4316 struct dentry *trap; in SYSCALL_DEFINE5() local