Home
last modified time | relevance | path

Searched refs:unaligned (Results 1 – 25 of 41) sorted by relevance

12

/arch/parisc/boot/compressed/
Dvmlinux.scr7 output_len = . - 4; /* can be at unaligned address */
/arch/arc/lib/
DMakefile12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs-unaligned.o
Dstrchr-700.S41 breq r7,0,.Loop ; For speed, we want this branch to be unaligned.
45 breq r12,0,.Loop ; For speed, we want this branch to be unaligned.
Dmemcpy-archs.S94 ;;; CASE 1: The source is unaligned, off by 1
139 ;;; CASE 2: The source is unaligned, off by 2
180 ;;; CASE 3: The source is unaligned, off by 3
/arch/alpha/kernel/
Dtraps.c429 } unaligned[2]; variable
445 unaligned[0].count++; in do_entUna()
446 unaligned[0].va = (unsigned long) va; in do_entUna()
447 unaligned[0].pc = pc; in do_entUna()
754 ++unaligned[1].count; in do_entUnaUser()
755 unaligned[1].va = (unsigned long)va; in do_entUnaUser()
756 unaligned[1].pc = regs->pc - 4; in do_entUnaUser()
Dsetup.c1132 } unaligned[2]; in show_cpuinfo()
1195 unaligned[0].count, unaligned[0].pc, unaligned[0].va, in show_cpuinfo()
1196 unaligned[1].count, unaligned[1].pc, unaligned[1].va, in show_cpuinfo()
/arch/powerpc/include/asm/
Demulated_ops.h35 struct ppc_emulated_entry unaligned; member
/arch/arc/kernel/
DMakefile16 obj-$(CONFIG_ARC_EMUL_UNALIGNED) += unaligned.o
Dhead.S52 ; gcc 7.3.1 (ARC GNU 2018.03) onwards generates unaligned access
/arch/parisc/kernel/
DMakefile11 signal.o hpmc.o real2.o parisc_ksyms.o unaligned.o \
/arch/ia64/kernel/
DMakefile14 salinfo.o setup.o signal.o sys_ia64.o time.o traps.o unaligned.o \
/arch/powerpc/boot/dts/
Do2d.dtsi88 no-unaligned-direct-access;
/arch/mips/kernel/
Dkprobes.c204 goto unaligned; in evaluate_branch_instruction()
222 unaligned: in evaluate_branch_instruction()
DMakefile10 syscall.o time.o topology.o traps.o unaligned.o watch.o \
/arch/arm/crypto/
Dsha1-armv4-large.S93 ldr r9,[r1],#4 @ handles unaligned
118 ldr r9,[r1],#4 @ handles unaligned
143 ldr r9,[r1],#4 @ handles unaligned
168 ldr r9,[r1],#4 @ handles unaligned
193 ldr r9,[r1],#4 @ handles unaligned
221 ldr r9,[r1],#4 @ handles unaligned
/arch/nds32/
DKconfig.cpu136 bool "Kernel support unaligned access handling by sw"
148 bool "Kernel support unaligned access handling by hw"
153 unaligned memory locations without generating the Data Alignment
/arch/arc/
DMakefile51 cflags-y += -mno-unaligned-access
DKconfig348 bool "Enable unaligned access in HW"
352 The ARC HS architecture supports unaligned memory access
353 which is disabled by default. Enable unaligned access in
502 bool "Emulate unaligned memory access (userspace only)"
/arch/alpha/lib/
Dstxcpy.S106 bne t0, $unaligned # .. e1 :
234 $unaligned:
Dev6-stxcpy.S126 bne t0, $unaligned # U : (stall)
265 $unaligned:
Dstxncpy.S131 bne t1, $unaligned # .. e1 :
291 $unaligned:
Dev6-stxncpy.S165 bne t1, $unaligned # U :
337 $unaligned:
/arch/xtensa/lib/
Dmemset.S46 bany a2, a6, .Ldstunaligned # if dst is unaligned
/arch/arm/lib/
Dmemset.S21 ands r3, r0, #3 @ 1 unaligned?
/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h36 # Disable unaligned load/store support but leave HW fixup enabled

12