Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_trap.c129 const struct devlink_trap *trap, void *trap_ctx) in mlxsw_sp_trap_init()
150 const struct devlink_trap *trap, void *trap_ctx) in mlxsw_sp_trap_fini()
166 const struct devlink_trap *trap, in mlxsw_sp_trap_action_set()
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_64k.c37 pte_t *ptep, unsigned long trap, unsigned long flags, in __hash_page_4K()
224 unsigned long vsid, pte_t *ptep, unsigned long trap, in __hash_page_64K()
Dhash_utils.c1085 unsigned int hash_page_do_lazy_icache(unsigned int pp, pte_t pte, int trap) in hash_page_do_lazy_icache()
1201 unsigned long vsid, unsigned long trap, in hash_failure_debug()
1236 unsigned long access, unsigned long trap, in hash_page_mm()
1438 int hash_page(unsigned long ea, unsigned long access, unsigned long trap, in hash_page()
1455 int __hash_page(unsigned long trap, unsigned long ea, unsigned long dsisr, in __hash_page()
1514 bool is_exec, unsigned long trap) in hash_preload()
1609 unsigned long trap; in update_mmu_cache() local
Dhash_4k.c20 pte_t *ptep, unsigned long trap, unsigned long flags, in __hash_page_4K()
Dhash_hugepage.c22 pmd_t *pmdp, unsigned long trap, unsigned long flags, in __hash_page_thp()
Dhash_hugetlbpage.c26 pte_t *ptep, unsigned long trap, unsigned long flags, in __hash_page_huge()
/Linux-v5.4/arch/mips/kernel/
Dkgdb.c304 int trap = (regs->cp0_cause & 0x7c) >> 2; in kgdb_mips_notify() local
346 struct pt_regs *regs, long err, int trap, int sig) in kgdb_ll_trap()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c1179 u32 trap[4]; in gf100_gr_trap_gpc_rop() local
1263 u32 trap = nvkm_rd32(device, TPC_UNIT(gpc, tpc, 0x0224)); in gf100_gr_trap_tpc() local
1275 u32 trap = nvkm_rd32(device, TPC_UNIT(gpc, tpc, 0x0084)); in gf100_gr_trap_tpc() local
1282 u32 trap = nvkm_rd32(device, TPC_UNIT(gpc, tpc, 0x048c)); in gf100_gr_trap_tpc() local
1289 u32 trap = nvkm_rd32(device, TPC_UNIT(gpc, tpc, 0x0430)); in gf100_gr_trap_tpc() local
1314 u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x0900)); in gf100_gr_trap_gpc() local
1321 u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x1028)); in gf100_gr_trap_gpc() local
1328 u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x0824)); in gf100_gr_trap_gpc() local
1354 u32 trap = nvkm_rd32(device, 0x400108); in gf100_gr_trap_intr() local
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.h17 u32 trap; member
Dnv50.c143 u32 trap[6], idx, inst; in nv50_fb_intr() local
/Linux-v5.4/arch/powerpc/kernel/
Dhead_32.h174 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, tfer, ret) \ argument
Dhead_booke.h328 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, tfer, ret) \ argument
Dppc32.h25 unsigned int trap; /* Reason for being here */ member
/Linux-v5.4/arch/parisc/kernel/
Dkgdb.c173 int kgdb_arch_handle_exception(int trap, int signo, in kgdb_arch_handle_exception()
/Linux-v5.4/fs/overlayfs/
Dinode.c781 struct inode *trap; in ovl_lookup_trap_inode() local
803 struct inode *trap; in ovl_get_trap_inode() local
/Linux-v5.4/arch/alpha/oprofile/
Dop_model_ev67.c157 unsigned trap: 1; /* 39 */ in ev67_handle_interrupt() member
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.c125 static void cleanup_traps(struct hfi1_ibport *ibp, struct trap_node *trap) in cleanup_traps()
157 struct trap_node *trap) in check_and_add_trap()
232 struct trap_node *trap; in subn_handle_opa_trap_repress() local
313 static void send_trap(struct hfi1_ibport *ibp, struct trap_node *trap) in send_trap()
415 struct trap_node *trap = NULL; in hfi1_handle_trap_timer() local
433 struct trap_node *trap; in create_trap_node() local
454 struct trap_node *trap; in hfi1_bad_pkey() local
483 struct trap_node *trap; in bad_mkey() local
520 struct trap_node *trap; in hfi1_cap_mask_chg() local
545 struct trap_node *trap; in hfi1_sys_guid_chg() local
[all …]
/Linux-v5.4/arch/unicore32/kernel/
Dtraps.c242 unsigned long err, unsigned long trap) in uc32_notify_die()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dcfg_space.c149 static int trap_gttmmio(struct intel_vgpu *vgpu, bool trap) in trap_gttmmio()
/Linux-v5.4/drivers/net/netdevsim/
Ddev.c614 const struct devlink_trap *trap, in nsim_dev_devlink_trap_init()
632 const struct devlink_trap *trap, in nsim_dev_devlink_trap_action_set()
/Linux-v5.4/arch/powerpc/math-emu/
Dmath.c235 int eflag, trap; in do_mathemu() local
/Linux-v5.4/fs/cachefiles/
Dnamei.c294 struct dentry *grave, *trap; in cachefiles_bury_object() local
/Linux-v5.4/drivers/soc/fsl/qe/
Dqe.c543 u32 trap = be32_to_cpu(ucode->traps[j]); in qe_upload_firmware() local
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c3018 static void set_irq_happened(int trap) in set_irq_happened()
3055 int trap; in kvmppc_run_core() local
3393 int trap; in kvmhv_load_hv_regs_and_go() local
3527 int trap, save_pmu; in kvmhv_p9_guest_entry() local
4037 int trap, r, pcpu; in kvmhv_run_single_vcpu() local
/Linux-v5.4/kernel/
Dnotifier.c539 struct pt_regs *regs, long err, int trap, int sig) in notify_die()

123