Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/sparc/kernel/
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
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-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dfirmware.txt16 - virtual-traps: The virtual traps, taken from the firmware binary.
23 virtual-traps = <0 0 0 0 0 0 0 0>;
/Linux-v4.19/arch/m68k/fpsp040/
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-v4.19/arch/x86/xen/
Denlighten_pv.c724 struct trap_info *traps) in xen_convert_trap_info() argument
734 if (cvt_gate_to_trap(in, entry, &traps[out])) in xen_convert_trap_info()
737 traps[out].address = 0; in xen_convert_trap_info()
740 void xen_copy_trap_info(struct trap_info *traps) in xen_copy_trap_info() argument
744 xen_convert_trap_info(desc, traps); in xen_copy_trap_info()
753 static struct trap_info traps[257]; in xen_load_idt() local
761 xen_convert_trap_info(desc, traps); in xen_load_idt()
764 if (HYPERVISOR_set_trap_table(traps)) in xen_load_idt()
Dxen-ops.h23 void xen_copy_trap_info(struct trap_info *traps);
/Linux-v4.19/Documentation/powerpc/
Dqe_firmware.txt80 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.
237 virtual traps. As with 'extended_modes', this field is stored in the QE
247 'traps' is an array of 16 words that contain hardware trap values
248 for each of the 16 traps. If trap[i] is 0, then this particular
/Linux-v4.19/arch/mips/kvm/
DKconfig56 bool "KVM/MIPS: Dynamic binary translation to reduce traps"
61 instructions to reduce the number of traps.
/Linux-v4.19/arch/c6x/kernel/
DMakefile8 obj-y := process.o traps.o irq.o signal.o ptrace.o
/Linux-v4.19/arch/openrisc/kernel/
DMakefile9 traps.o time.o irq.o entry.o ptrace.o signal.o \
/Linux-v4.19/arch/h8300/kernel/
DMakefile8 obj-y := process.o traps.o ptrace.o \
/Linux-v4.19/arch/nios2/kernel/
DMakefile22 obj-y += traps.o
/Linux-v4.19/drivers/misc/genwqe/
Dcard_utils.c853 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local
892 traps = (val >> 24) & 0xff; in genwqe_ffdc_buff_size()
896 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size()
907 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
957 traps = (val >> 24) & 0xff; /* Number of Traps */ in genwqe_ffdc_buff_read()
973 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
/Linux-v4.19/arch/hexagon/kernel/
DMakefile6 obj-y += setup.o irq_cpu.o traps.o syscalltab.o signal.o time.o
/Linux-v4.19/arch/mips/kernel/
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()
2268 (unsigned long)__this_cpu_read(mipsr2emustats.traps), in mipsr2_stats_show()
2269 (unsigned long)__this_cpu_read(mipsr2bdemustats.traps)); in mipsr2_stats_show()
2327 __this_cpu_write((mipsr2emustats).traps, 0); in mipsr2_stats_clear_show()
2328 __this_cpu_write((mipsr2bdemustats).traps, 0); in mipsr2_stats_clear_show()
/Linux-v4.19/arch/nds32/kernel/
DMakefile12 sys_nds32.o time.o traps.o cacheinfo.o \
/Linux-v4.19/arch/microblaze/kernel/
DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/Linux-v4.19/arch/unicore32/kernel/
DMakefile8 obj-y += setup.o signal.o sys.o stacktrace.o traps.o
/Linux-v4.19/arch/xtensa/kernel/
DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/Linux-v4.19/arch/m68k/kernel/
DMakefile18 obj-y += setup.o signal.o sys_m68k.o syscalltable.o time.o traps.o
/Linux-v4.19/arch/riscv/kernel/
DMakefile25 obj-y += traps.o
/Linux-v4.19/arch/arc/kernel/
DMakefile12 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
/Linux-v4.19/arch/parisc/kernel/
DMakefile8 obj-y := cache.o pacache.o setup.o pdt.o traps.o time.o irq.o \
/Linux-v4.19/arch/mips/include/asm/
Dmips-r2-to-r6-emul.h20 u64 traps; member
/Linux-v4.19/arch/sh/kernel/
DMakefile21 syscalls_$(BITS).o time.o topology.o traps.o \

123