Searched refs:traps (Results 1 - 25 of 236) sorted by last modified time

12345678910

/linux-master/arch/x86/mm/
H A Dfault.c26 #include <asm/traps.h> /* dotraplinkage, ... */
H A Dextable.c11 #include <asm/traps.h>
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.c9 #include <asm/traps.h>
/linux-master/arch/x86/kernel/
H A DMakefile50 obj-y += traps.o idt.o irq.o irq_$(BITS).o dumpstack_$(BITS).o
H A Dsev.c38 #include <asm/traps.h>
H A Dkvm.c34 #include <asm/traps.h>
H A Dirq.c23 #include <asm/traps.h>
H A Didt.c9 #include <asm/traps.h>
60 * Early traps running on the DEFAULT_STACK because the other interrupt
81 * the traps which use them are reinitialized with IST after cpu_init() has
216 * idt_setup_early_traps - Initialize the idt table with early traps
218 * On X8664 these traps do not use interrupt stacks as they can't work
230 * idt_setup_traps - Initialize the idt table with default traps
242 * Early traps running on the DEFAULT_STACK because the other interrupt
/linux-master/arch/sh/kernel/vsyscall/
H A DMakefile7 targets += vsyscall-trapa.o vsyscall-traps.so
/linux-master/arch/arm64/mm/
H A Dfault.c44 #include <asm/traps.h>
851 * See traps.c and debug-monitors.c:debug_traps_init().
/linux-master/arch/arm/kernel/
H A Dtraps.c3 * linux/arch/arm/kernel/traps.c
6 * Fragments that appear the same as linux/arch/i386/kernel/traps.c (C) Linus Torvalds
8 * 'traps.c' handles hardware exceptions after we have saved some state in
9 * 'linux/arch/arm/lib/traps.S'. Mostly a debugging aid, but will probably
36 #include <asm/traps.h>
H A Dhw_breakpoint.c28 #include <asm/traps.h>
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c41 #include <asm/traps.h>
1887 * tracking is done using the CR write traps.
3497 /* SEV-ES guests must use the CR write traps to track CR registers. */
3690 * tracking is done using the CR write traps.
/linux-master/arch/powerpc/kernel/
H A DMakefile71 prom.o traps.o setup-common.o \
/linux-master/arch/mips/mm/
H A Dfault.c29 #include <asm/traps.h>
/linux-master/arch/loongarch/kernel/
H A DMakefile11 traps.o irq.o idle.o process.o dma.o mem.o io.o reset.o switch.o \
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h34 #include <asm/traps.h>
57 * traps are only taken to EL2 if the operation would not otherwise
59 * we set FPEXC.EN to prevent traps to EL1, when setting the TFP bit.
341 /* Only handle traps the vCPU can support here: */
355 /* First disable enough traps to allow us to update the registers */
397 * The normal sysreg handling code expects to see the traps,
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c22 #include <asm/traps.h>
261 * If KVM ever traps ERET for its own use, we'll have to
275 * So far, SVC traps only for NV via HFGITR_EL2. A SVC from a
330 * See ARM ARM B1.14.1: "Hyp traps on instructions
/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c34 #include <asm/traps.h>
/linux-master/arch/arm/mm/
H A Dmmu.c28 #include <asm/traps.h>
/linux-master/include/net/
H A Ddevlink.h821 * Describes immutable attributes of packet traps that drivers register with
834 /* All traps must be documented in
1392 * over all traps in a group and calling .trap_action_set().
1959 const struct devlink_trap *traps,
1962 const struct devlink_trap *traps,
1965 const struct devlink_trap *traps,
1968 const struct devlink_trap *traps,
/linux-master/include/linux/mlx5/
H A Ddriver.h602 struct list_head traps; member in struct:mlx5_priv
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1833 INIT_LIST_HEAD(&priv->traps);
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c14 #include <asm/traps.h>
/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c16 #include <asm/traps.h>

Completed in 342 milliseconds

12345678910