| /linux/arch/sparc/kernel/ |
| H A D | trampoline_32.S | 47 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
|
| H A D | entry.S | 444 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/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| H A D | firmware.txt | 16 - virtual-traps: The virtual traps, taken from the firmware binary. 23 virtual-traps = <0 0 0 0 0 0 0 0>;
|
| /linux/arch/riscv/kernel/ |
| H A D | vmlinux-xip.lds.S | 107 .xip.traps : { 109 *(.xip.traps) argument
|
| /linux/arch/m68k/fpsp040/ |
| H A D | slog2.S | 35 | 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/Documentation/arch/powerpc/ |
| H A D | qe_firmware.rst | 80 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/arch/arm64/kvm/vgic/ |
| H A D | vgic-v3.c | 894 u64 traps; in vgic_v3_probe() local 958 traps = vgic_ich_hcr_trap_bits(); in vgic_v3_probe() 959 if (traps) { in vgic_v3_probe() 961 (traps & ICH_HCR_EL2_TALL0) ? "G0" : "", in vgic_v3_probe() 962 (traps & ICH_HCR_EL2_TALL1) ? "G1" : "", in vgic_v3_probe() 963 (traps & ICH_HCR_EL2_TC) ? "C" : "", in vgic_v3_probe() 964 (traps & ICH_HCR_EL2_TDIR) ? "D" : ""); in vgic_v3_probe()
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_utils.c | 832 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/arch/mips/kernel/ |
| H A D | mips-r2-to-r6-emul.c | 947 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/arch/openrisc/kernel/ |
| H A D | Makefile | 9 traps.o time.o irq.o entry.o ptrace.o signal.o \
|
| /linux/arch/nios2/kernel/ |
| H A D | Makefile | 22 obj-y += traps.o
|
| /linux/arch/hexagon/kernel/ |
| H A D | Makefile | 7 obj-y += setup.o irq_cpu.o traps.o syscalltab.o signal.o time.o
|
| /linux/arch/m68k/kernel/ |
| H A D | Makefile | 12 obj-y += setup.o signal.o sys_m68k.o syscalltable.o time.o traps.o
|
| /linux/arch/microblaze/kernel/ |
| H A D | Makefile | 19 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
|
| /linux/arch/csky/kernel/ |
| H A D | Makefile | 4 obj-y += head.o entry.o atomic.o signal.o traps.o irq.o time.o vdso.o vdso/
|
| /linux/arch/xtensa/kernel/ |
| H A D | Makefile | 9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
|
| /linux/arch/arc/kernel/ |
| H A D | Makefile | 7 obj-y += signal.o traps.o sys.o troubleshoot.o stacktrace.o disasm.o
|
| /linux/arch/sh/kernel/vsyscall/ |
| H A D | Makefile | 7 targets += vsyscall-trapa.o vsyscall-traps.so
|
| /linux/arch/mips/include/asm/ |
| H A D | mips-r2-to-r6-emul.h | 20 u64 traps; member
|
| /linux/arch/arm/kernel/ |
| H A D | hyp-stub.S | 118 @ Disable all traps, so we don't get any nasty surprise
|
| /linux/arch/sh/kernel/ |
| H A D | Makefile | 21 syscalls_32.o time.o topology.o traps.o \
|
| /linux/arch/parisc/kernel/ |
| H A D | Makefile | 8 obj-y := head.o cache.o pacache.o setup.o pdt.o traps.o time.o irq.o \
|
| /linux/arch/loongarch/kernel/ |
| H A D | Makefile | 11 traps.o irq.o idle.o process.o dma.o mem.o reset.o switch.o \
|
| /linux/arch/arm64/kernel/ |
| H A D | Makefile | 31 setup.o signal.o sys.o stacktrace.o time.o traps.o \
|
| /linux/arch/x86/xen/ |
| H A D | xen-ops.h | 29 void xen_copy_trap_info(struct trap_info *traps);
|