Searched refs:trap (Results 151 - 162 of 162) sorted by relevance

1234567

/linux-master/net/ipv6/
H A Droute.c5768 if (READ_ONCE(rt->trap))
6223 bool offload, bool trap, bool offload_failed)
6229 READ_ONCE(f6i->trap) == trap &&
6234 WRITE_ONCE(f6i->trap, trap);
6222 fib6_info_hw_flags_set(struct net *net, struct fib6_info *f6i, bool offload, bool trap, bool offload_failed) argument
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c1311 "Breakpoint" : "SS trap", instruction_pointer(regs));
/linux-master/net/ipv4/
H A Droute.c3358 fri.trap = 0;
3372 fri.trap = READ_ONCE(fa->trap);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3835 /* When action is discard or trap, the nexthop must be
4098 bool offload = false, trap = false; local
4102 trap = true;
4107 bucket_index, offload, trap); local
4203 * the trap and let everthing flow through kernel.
4219 * trap and let everything flow through kernel.
4240 /* The trap was set for fib entries, so we have to call
5394 * to trap packets to the CPU.
5398 NL_SET_ERR_MSG_MOD(extack, "Failed to update routes to trap packets");
6007 fri.trap
[all...]
/linux-master/arch/m68k/kernel/
H A Dhead.S831 trap #15
832 .word 0x70 /* trap 0x70 - .BRD_ID */
3127 trap #15
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c395 sja1105_packing(buf, &entry->trap, 168, 168, size, op);
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64s.S222 /* HSRR variants have the 0x2 bit added to their trap number */
500 100: tdgei r1,-INT_FRAME_SIZE /* trap if r1 is in userspace */
602 std r9,_TRAP(r1) /* set trap number */
723 * endian. For example a WARN() boils down to a trap instruction, which will
1781 0: trap
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h767 s8 trap; member in struct:rtw89_txpwr_byrate
H A Dphy.c1808 return &head->trap;
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S4281 cmpi.b SPCOND_FLG(%a6),&ftrapcc_flg # should a trap occur?
4296 # the ftrapcc instruction should take a trap. so, here we must create a
4297 # trap stack frame from an unimplemented fp instruction stack frame and
4298 # jump to the user supplied entry point for the trap exception
4454 # the fscc instruction should take a trace trap. so, here we must create a
16162 # then, the SNAN bit is set in the FPSR EXC byte. If the SNAN trap #
16163 # enable bit is set in the FPCR, then the trap is taken and the #
16164 # destination is not modified. If the SNAN trap enable bit is not set, #
17017 beq.w ftrapcc_trap # no; go take trap
17021 bra.w ftrapcc_trap # no; go take trap
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c18701 struct bpf_insn trap = BPF_JMP_IMM(BPF_JA, 0, 0, -1); local
18709 memcpy(insn + i, &trap, sizeof(trap));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c71 #include "en/trap.h"
246 err = mlx5e_handle_trap_event(priv, trap_event_ctx->trap);

Completed in 411 milliseconds

1234567