Home
last modified time | relevance | path

Searched refs:traps (Results 1 - 25 of 449) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dtrampoline_32.S47 wr %g1, 0x0, %psr ! traps off though
69 /* Turn on traps (PSR_ET). */
71 wr %g1, PSR_ET, %psr ! traps on
101 wr %g1, 0x0, %psr ! traps off though
130 /* Turn on traps (PSR_ET). */
132 wr %g1, PSR_ET, %psr ! traps on
160 wr %g1, 0x0, %psr ! traps off though
186 /* Turn on traps (PSR_ET). */
188 wr %g1, PSR_ET, %psr ! traps on
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtrampoline_32.S47 wr %g1, 0x0, %psr ! traps off though
69 /* Turn on traps (PSR_ET). */
71 wr %g1, PSR_ET, %psr ! traps on
101 wr %g1, 0x0, %psr ! traps off though
130 /* Turn on traps (PSR_ET). */
132 wr %g1, PSR_ET, %psr ! traps on
160 wr %g1, 0x0, %psr ! traps off though
186 /* Turn on traps (PSR_ET). */
188 wr %g1, PSR_ET, %psr ! traps on
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dvmlinux-xip.lds.S106 .xip.traps : {
108 *(.xip.traps)
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dtraps.h3 * traps.h: Format of entries for the Sparc trap table.
10 #include <uapi/asm/traps.h>
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dtraps.h3 * traps.h: Format of entries for the Sparc trap table.
10 #include <uapi/asm/traps.h>
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dirq.c8 #include <asm/traps.h>
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dirq.c8 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
H A Dcp6.c7 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/h8300/mm/
H A Dmemory.c29 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dthreshold.c9 #include <asm/traps.h>
H A Dwinchip.c12 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3ints.h18 #include <asm/traps.h>
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3ints.h18 #include <asm/traps.h>
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dthreshold.c9 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/x86/xen/
H A Denlighten_pv.c62 #include <asm/traps.h>
647 * Check for known traps using IST and whitelist them. in get_trap_addr()
740 struct trap_info *traps, bool full) in xen_convert_trap_info()
750 if (cvt_gate_to_trap(in, entry, &traps[out]) || full) in xen_convert_trap_info()
757 void xen_copy_trap_info(struct trap_info *traps) in xen_copy_trap_info() argument
761 xen_convert_trap_info(desc, traps, true); in xen_copy_trap_info()
765 hold a spinlock to protect the static traps[] array (static because
770 static struct trap_info traps[257]; in xen_load_idt() local
780 out = xen_convert_trap_info(desc, traps, false); in xen_load_idt()
781 traps[ou in xen_load_idt()
739 xen_convert_trap_info(const struct desc_ptr *desc, struct trap_info *traps, bool full) xen_convert_trap_info() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Denlighten_pv.c63 #include <asm/traps.h>
736 * Check for known traps using IST and whitelist them. in get_trap_addr()
829 struct trap_info *traps, bool full) in xen_convert_trap_info()
839 if (cvt_gate_to_trap(in, entry, &traps[out]) || full) in xen_convert_trap_info()
846 void xen_copy_trap_info(struct trap_info *traps) in xen_copy_trap_info() argument
850 xen_convert_trap_info(desc, traps, true); in xen_copy_trap_info()
854 hold a spinlock to protect the static traps[] array (static because
859 static struct trap_info traps[257]; in xen_load_idt() local
869 out = xen_convert_trap_info(desc, traps, false); in xen_load_idt()
870 traps[ou in xen_load_idt()
828 xen_convert_trap_info(const struct desc_ptr *desc, struct trap_info *traps, bool full) xen_convert_trap_info() argument
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H 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.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H 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.
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A DMakefile8 obj-y := process.o traps.o irq.o signal.o ptrace.o
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A DMakefile8 obj-y := process.o traps.o ptrace.o \
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dirq.c18 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/m68k/apollo/
H A Ddn_ints.c5 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/openrisc/kernel/
H A DMakefile9 traps.o time.o irq.o entry.o ptrace.o signal.o \
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/
H A Dinit.c9 #include <asm/traps.h>
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/
H A Dip32-berr.c15 #include <asm/traps.h>

Completed in 8 milliseconds

12345678910>>...18