Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dtrampoline_32.S46 wr %g1, 0x0, %psr ! traps off though
70 wr %g1, PSR_ET, %psr ! traps on
100 wr %g1, 0x0, %psr ! traps off though
131 wr %g1, PSR_ET, %psr ! traps on
159 wr %g1, 0x0, %psr ! traps off though
187 wr %g1, PSR_ET, %psr ! traps on
Dentry.S442 wr %l0, PSR_ET, %psr ! re-enable traps
495 wr %l0, PSR_ET, %psr ! re-enable traps
510 wr %l0, PSR_ET, %psr ! re-enable traps
549 wr %l0, PSR_ET, %psr ! re-enable traps
566 wr %l0, PSR_ET, %psr ! re-enable traps
583 wr %l0, PSR_ET, %psr ! re-enable traps
600 wr %l0, PSR_ET, %psr ! re-enable traps
617 wr %l0, PSR_ET, %psr ! re-enable traps
634 wr %l0, PSR_ET, %psr ! re-enable traps
651 wr %l0, PSR_ET, %psr ! re-enable traps
Dwuf.S187 wr %t_psr, PSR_ET, %psr ! enable traps
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/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-4.4.14/arch/cris/arch-v32/kernel/
DMakefile8 obj-y := entry.o traps.o irq.o debugport.o \
9 process.o ptrace.o setup.o signal.o traps.o time.o \
/linux-4.4.14/arch/cris/arch-v10/kernel/
DMakefile8 obj-y := entry.o traps.o shadows.o debugport.o irq.o \
9 process.o setup.o signal.o traps.o time.o ptrace.o \
/linux-4.4.14/arch/mips/kvm/
DKconfig29 bool "KVM/MIPS: Dynamic binary translation to reduce traps"
33 instructions to reduce the number of traps.
/linux-4.4.14/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-4.4.14/arch/score/kernel/
DMakefile8 setup.o signal.o sys_score.o time.o traps.o \
/linux-4.4.14/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-4.4.14/arch/openrisc/kernel/
DMakefile8 traps.o time.o irq.o entry.o ptrace.o signal.o \
/linux-4.4.14/arch/m32r/kernel/
DMakefile7 obj-y := process.o entry.o traps.o align.o irq.o setup.o time.o \
/linux-4.4.14/arch/cris/kernel/
DMakefile9 obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
/linux-4.4.14/arch/c6x/kernel/
DMakefile7 obj-y := process.o traps.o irq.o signal.o ptrace.o
/linux-4.4.14/arch/h8300/kernel/
DMakefile7 obj-y := process.o traps.o ptrace.o \
/linux-4.4.14/arch/avr32/kernel/
DMakefile9 obj-y += setup.o traps.o ocd.o ptrace.o
/linux-4.4.14/arch/nios2/kernel/
DMakefile21 obj-y += traps.o
/linux-4.4.14/arch/hexagon/kernel/
DMakefile5 obj-y += setup.o irq_cpu.o traps.o syscalltab.o signal.o time.o
/linux-4.4.14/arch/x86/xen/
Denlighten.c854 struct trap_info *traps) in xen_convert_trap_info() argument
864 if (cvt_gate_to_trap(in, entry, &traps[out])) in xen_convert_trap_info()
867 traps[out].address = 0; in xen_convert_trap_info()
870 void xen_copy_trap_info(struct trap_info *traps) in xen_copy_trap_info() argument
874 xen_convert_trap_info(desc, traps); in xen_copy_trap_info()
883 static struct trap_info traps[257]; in xen_load_idt() local
891 xen_convert_trap_info(desc, traps); in xen_load_idt()
894 if (HYPERVISOR_set_trap_table(traps)) in xen_load_idt()
Dxen-ops.h22 void xen_copy_trap_info(struct trap_info *traps);
/linux-4.4.14/drivers/misc/genwqe/
Dcard_utils.c847 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local
886 traps = (val >> 24) & 0xff; in genwqe_ffdc_buff_size()
890 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size()
901 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
951 traps = (val >> 24) & 0xff; /* Number of Traps */ in genwqe_ffdc_buff_read()
967 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c946 MIPS_R2_STATS(traps); in mipsr2_decoder()
953 MIPS_R2_STATS(traps); in mipsr2_decoder()
960 MIPS_R2_STATS(traps); in mipsr2_decoder()
967 MIPS_R2_STATS(traps); in mipsr2_decoder()
974 MIPS_R2_STATS(traps); in mipsr2_decoder()
981 MIPS_R2_STATS(traps); in mipsr2_decoder()
2255 (unsigned long)__this_cpu_read(mipsr2emustats.traps), in mipsr2_stats_show()
2256 (unsigned long)__this_cpu_read(mipsr2bdemustats.traps)); in mipsr2_stats_show()
2314 __this_cpu_write((mipsr2emustats).traps, 0); in mipsr2_stats_clear_show()
2315 __this_cpu_write((mipsr2bdemustats).traps, 0); in mipsr2_stats_clear_show()
DMakefile9 syscall.o time.o topology.o traps.o unaligned.o watch.o \
/linux-4.4.14/arch/unicore32/kernel/
DMakefile7 obj-y += setup.o signal.o sys.o stacktrace.o traps.o
Dentry.S369 cand.a ip, #0x08000000 @ FPU execption traps?
/linux-4.4.14/arch/microblaze/kernel/
DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/linux-4.4.14/arch/frv/kernel/
DMakefile11 process.o traps.o ptrace.o signal.o dma.o \
Dentry-table.S288 # miscellaneous kernel traps
323 # userspace atomic op emulation, traps 120-126
Dbreak.S83 # traps will be enabled, so we have to do this now
/linux-4.4.14/arch/xtensa/kernel/
DMakefile8 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/linux-4.4.14/arch/m68k/kernel/
DMakefile17 obj-y += setup.o signal.o sys_m68k.o syscalltable.o time.o traps.o
/linux-4.4.14/arch/metag/kernel/
DMakefile25 obj-y += traps.o
/linux-4.4.14/scripts/basic/
Dfixdep.c417 static void traps(void) in traps() function
431 traps(); in main()
/linux-4.4.14/arch/arc/kernel/
DMakefile12 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o clk.o
/linux-4.4.14/arch/blackfin/kernel/
DMakefile9 sys_bfin.o traps.o irqchip.o dma-mapping.o flat.o \
/linux-4.4.14/arch/mips/include/asm/
Dmips-r2-to-r6-emul.h20 u64 traps; member
/linux-4.4.14/arch/mn10300/kernel/
DMakefile9 obj-y := process.o signal.o entry.o traps.o irq.o \
/linux-4.4.14/arch/tile/kernel/
DMakefile9 sysfs.o time.o traps.o unaligned.o vdso.o \
/linux-4.4.14/arch/parisc/kernel/
DMakefile7 obj-y := cache.o pacache.o setup.o traps.o time.o irq.o \
/linux-4.4.14/arch/sh/kernel/
DMakefile20 syscalls_$(BITS).o time.o topology.o traps.o \
/linux-4.4.14/arch/sparc/include/uapi/asm/
DKbuild46 header-y += traps.h
/linux-4.4.14/arch/s390/kernel/
DMakefile42 obj-y := traps.o time.o process.o base.o early.o setup.o idle.o vtime.o
/linux-4.4.14/arch/arm/kernel/
Dhyp-stub.S130 @ Disable all traps, so we don't get any nasty surprise
DMakefile21 stacktrace.o sys_arm.o time.o traps.o
/linux-4.4.14/arch/arm64/kernel/
DMakefile16 sys.o stacktrace.o time.o traps.o io.o vdso.o \
/linux-4.4.14/arch/ia64/kernel/
DMakefile13 salinfo.o setup.o signal.o sys_ia64.o time.o traps.o unaligned.o \
/linux-4.4.14/arch/x86/kernel/
DMakefile27 obj-y += traps.o irq.o irq_$(BITS).o dumpstack_$(BITS).o
/linux-4.4.14/arch/arm/nwfpe/
Dsoftfloat-specialize42 Raises the exceptions specified by `flags'. Floating-point traps can be
44 substitute a result value. If traps are not implemented, this routine
/linux-4.4.14/arch/alpha/kernel/
DMakefile9 obj-y := entry.o traps.o process.o osf_sys.o irq.o \
/linux-4.4.14/arch/powerpc/kernel/
DMakefile33 prom.o traps.o setup-common.o \
/linux-4.4.14/lib/
DKconfig.kgdb62 bool "KGDB: Allow debugging with traps in notifiers"
/linux-4.4.14/Documentation/RCU/
DNMI-RCU.txt9 "arch/x86/kernel/traps.c".
/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt151 4. The hardware traps to the host
174 (note that this initially only traps to EL2 and does not run the host ISR
/linux-4.4.14/Documentation/x86/
Dentry_64.txt9 arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
Dqe.c515 u32 trap = be32_to_cpu(ucode->traps[j]); in qe_upload_firmware()
/linux-4.4.14/arch/powerpc/include/asm/
Dqe.h222 __be32 traps[16]; /* Trap addresses, 0 == ignore */ member
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt122 desired location which the GDB stub then traps the exception for.
Dkernel-ABI.txt72 the exception handler won't be invoked. Debugging traps such as
/linux-4.4.14/arch/arm/
DMakefile133 …(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -U…
/linux-4.4.14/Documentation/networking/
Dde4x5.txt111 aligned DMA transfers and the Alphas get alignment traps with non
/linux-4.4.14/Documentation/virtual/kvm/
Dppc-pv.txt137 guest. Implementing any of those mappings is optional, as the instruction traps
/linux-4.4.14/Documentation/arm/
DBooting204 kernel modes) configuration. In addition, all traps into the
/linux-4.4.14/Documentation/
Dkprobes.txt93 calls jprobe_return(), which traps again to restore the original stack
Dkernel-parameters.txt4052 emulate [default] Vsyscalls turn into traps and are
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt179 memory faults or bad kernel traps, and kernel panics. To be exact: all
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S8671 # traps, and precision control = double extended. #
8685 # traps, and precision control = double extended. #
8698 # traps, and precision control = double extended. #
8712 # traps, and precision control = double extended. #
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt198 traps to the OS kernel. Examples of such calls trapping to the kernel
/linux-4.4.14/arch/x86/
DKconfig2062 The kernel traps and emulates calls into the fixed