Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.3-rc2/Documentation/networking/devlink/
A Ddevlink-trap.rst123 Generic packet traps are used to describe traps that trap well-defined packets
547 - Contains packet traps for STP packets
549 - Contains packet traps for LACP packets
551 - Contains packet traps for LLDP packets
556 - Contains packet traps for DHCP packets
561 - Contains packet traps for BFD packets
563 - Contains packet traps for OSPF packets
565 - Contains packet traps for BGP packets
569 - Contains packet traps for PIM packets
575 group without affecting other traps
[all …]
/linux-6.3-rc2/arch/sparc/kernel/
A Dtrampoline_32.S47 wr %g1, 0x0, %psr ! traps off though
71 wr %g1, PSR_ET, %psr ! traps on
101 wr %g1, 0x0, %psr ! traps off though
132 wr %g1, PSR_ET, %psr ! traps on
160 wr %g1, 0x0, %psr ! traps off though
188 wr %g1, PSR_ET, %psr ! traps on
A Dentry.S444 wr %l0, PSR_ET, %psr ! re-enable traps
497 wr %l0, PSR_ET, %psr ! re-enable traps
512 wr %l0, PSR_ET, %psr ! re-enable traps
551 wr %l0, PSR_ET, %psr ! re-enable traps
568 wr %l0, PSR_ET, %psr ! re-enable traps
585 wr %l0, PSR_ET, %psr ! re-enable traps
602 wr %l0, PSR_ET, %psr ! re-enable traps
619 wr %l0, PSR_ET, %psr ! re-enable traps
636 wr %l0, PSR_ET, %psr ! re-enable traps
653 wr %l0, PSR_ET, %psr ! re-enable traps
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
A Dfirmware.txt16 - virtual-traps: The virtual traps, taken from the firmware binary.
23 virtual-traps = <0 0 0 0 0 0 0 0>;
/linux-6.3-rc2/arch/riscv/kernel/
A Dvmlinux-xip.lds.S110 .xip.traps : {
112 *(.xip.traps) argument
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dslog2.S35 | traps, and precision control = double extended.
50 | traps, and precision control = double extended.
64 | traps, and precision control = double extended.
79 | traps, and precision control = double extended.
/linux-6.3-rc2/Documentation/powerpc/
A Dqe_firmware.rst80 5) If necessary, device drivers that need the virtual traps and extended mode
85 These virtual traps are conditional branches in the microcode. These are
87 flexibility and save h/w traps If new features are activated or an issue is
89 structure signals the microcode which of these virtual traps is active.
238 virtual traps. As with 'extended_modes', this field is stored in the QE
248 'traps' is an array of 16 words that contain hardware trap values
249 for each of the 16 traps. If trap[i] is 0, then this particular
/linux-6.3-rc2/arch/x86/xen/
A Denlighten_pv.c749 struct trap_info *traps, bool full) in xen_convert_trap_info() argument
759 if (cvt_gate_to_trap(in, entry, &traps[out]) || full) in xen_convert_trap_info()
766 void xen_copy_trap_info(struct trap_info *traps) in xen_copy_trap_info() argument
770 xen_convert_trap_info(desc, traps, true); in xen_copy_trap_info()
779 static struct trap_info traps[257]; in xen_load_idt() local
789 out = xen_convert_trap_info(desc, traps, false); in xen_load_idt()
790 traps[out] = zero; in xen_load_idt()
793 if (HYPERVISOR_set_trap_table(traps)) in xen_load_idt()
A Dxen-ops.h22 void xen_copy_trap_info(struct trap_info *traps);
/linux-6.3-rc2/arch/openrisc/kernel/
A DMakefile9 traps.o time.o irq.o entry.o ptrace.o signal.o \
/linux-6.3-rc2/drivers/misc/genwqe/
A Dcard_utils.c832 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local
871 traps = (val >> 24) & 0xff; in genwqe_ffdc_buff_size()
875 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size()
890 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
940 traps = (val >> 24) & 0xff; /* Number of Traps */ in genwqe_ffdc_buff_read()
956 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
/linux-6.3-rc2/arch/nios2/kernel/
A DMakefile22 obj-y += traps.o
/linux-6.3-rc2/arch/mips/kernel/
A Dmips-r2-to-r6-emul.c947 MIPS_R2_STATS(traps); in mipsr2_decoder()
954 MIPS_R2_STATS(traps); in mipsr2_decoder()
961 MIPS_R2_STATS(traps); in mipsr2_decoder()
968 MIPS_R2_STATS(traps); in mipsr2_decoder()
975 MIPS_R2_STATS(traps); in mipsr2_decoder()
982 MIPS_R2_STATS(traps); in mipsr2_decoder()
2261 (unsigned long)__this_cpu_read(mipsr2emustats.traps), in mipsr2_emul_show()
2262 (unsigned long)__this_cpu_read(mipsr2bdemustats.traps)); in mipsr2_emul_show()
2320 __this_cpu_write((mipsr2emustats).traps, 0); in mipsr2_clear_show()
2321 __this_cpu_write((mipsr2bdemustats).traps, 0); in mipsr2_clear_show()
/linux-6.3-rc2/arch/hexagon/kernel/
A DMakefile7 obj-y += setup.o irq_cpu.o traps.o syscalltab.o signal.o time.o
/linux-6.3-rc2/arch/csky/kernel/
A DMakefile4 obj-y += head.o entry.o atomic.o signal.o traps.o irq.o time.o vdso.o vdso/
/linux-6.3-rc2/arch/microblaze/kernel/
A DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/linux-6.3-rc2/Documentation/filesystems/
A Dautofs.rst46 symbolic links and mount traps. Mount traps are directories with
51 mount traps are created with `mkdir`. The determination of whether a
65 Directories created in the root directory are mount traps only if the
71 tree are ever mount traps, they are always regular directories. When
72 the *maxproto* is four (or three), these directories are mount traps
75 So: non-empty (i.e. non-leaf) directories are never mount traps. Empty
76 directories are sometimes mount traps, and sometimes not depending on
106 This functionality is sufficient for some users of mount traps such
107 as NFS which creates traps so that mountpoints on the server can be
232 directories. As lower-level directories are never mount traps, other
[all …]
/linux-6.3-rc2/arch/xtensa/kernel/
A DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/linux-6.3-rc2/arch/m68k/kernel/
A DMakefile20 obj-y += setup.o signal.o sys_m68k.o syscalltable.o time.o traps.o
/linux-6.3-rc2/arch/arc/kernel/
A DMakefile7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
/linux-6.3-rc2/arch/mips/include/asm/
A Dmips-r2-to-r6-emul.h20 u64 traps; member
/linux-6.3-rc2/arch/arm/kernel/
A Dhyp-stub.S118 @ Disable all traps, so we don't get any nasty surprise
/linux-6.3-rc2/arch/sh/kernel/
A DMakefile21 syscalls_32.o time.o topology.o traps.o \
/linux-6.3-rc2/arch/parisc/kernel/
A DMakefile8 obj-y := head.o cache.o pacache.o setup.o pdt.o traps.o time.o irq.o \
/linux-6.3-rc2/arch/ia64/kernel/
A DMakefile14 salinfo.o setup.o signal.o sys_ia64.o time.o traps.o unaligned.o \

Completed in 29 milliseconds

123