Searched refs:unaligned (Results 1 – 25 of 46) sorted by relevance
12
/arch/sh/include/asm/ |
D | unaligned-sh4a.h | 36 unsigned long unaligned; in sh4a_get_unaligned_cpu32() local 40 : "=z" (unaligned) in sh4a_get_unaligned_cpu32() 44 return unaligned; in sh4a_get_unaligned_cpu32()
|
/arch/metag/ |
D | Kconfig.soc | 32 bool "Meta 2.x unaligned access checking" 36 raised on unaligned accesses. This feature does cost performance
|
/arch/mips/cavium-octeon/ |
D | Kconfig | 23 bool "Enable hardware fixups of unaligned loads and stores" 26 Configure the Octeon hardware to automatically fix unaligned loads 27 and stores. Normally unaligned accesses are fixed using a kernel 30 are running code that relies on address exceptions on unaligned
|
/arch/alpha/kernel/ |
D | traps.c | 440 } unaligned[2]; variable 456 unaligned[0].count++; in do_entUna() 457 unaligned[0].va = (unsigned long) va; in do_entUna() 458 unaligned[0].pc = pc; in do_entUna() 795 ++unaligned[1].count; in do_entUnaUser() 796 unaligned[1].va = (unsigned long)va; in do_entUnaUser() 797 unaligned[1].pc = regs->pc - 4; in do_entUnaUser()
|
D | setup.c | 1196 } unaligned[2]; in show_cpuinfo() 1253 unaligned[0].count, unaligned[0].pc, unaligned[0].va, in show_cpuinfo() 1254 unaligned[1].count, unaligned[1].pc, unaligned[1].va, in show_cpuinfo()
|
/arch/powerpc/include/asm/ |
D | emulated_ops.h | 46 struct ppc_emulated_entry unaligned; member
|
/arch/arc/kernel/ |
D | Makefile | 19 obj-$(CONFIG_ARC_MISALIGN_ACCESS) += unaligned.o
|
/arch/metag/lib/ |
D | memcpy.S | 49 ! blocks, then jump to the unaligned copy loop or fall through to the aligned 55 BNZ $Lunaligned_copy ! if unaligned, use unaligned copy loop 178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
|
/arch/parisc/kernel/ |
D | Makefile | 10 signal.o hpmc.o real2.o parisc_ksyms.o unaligned.o \
|
/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 38 # Disable unaligned load/store support but leave HW fixup enabled 42 # Disable unaligned load/store and HW fixup support
|
/arch/arm/include/asm/ |
D | Kbuild | 36 generic-y += unaligned.h
|
/arch/ |
D | Kconfig | 113 architectures without unaligned access. 119 See Documentation/unaligned-memory-access.txt for more 120 information on the topic of unaligned memory accesses. 125 Some architectures are unable to perform unaligned accesses 128 unaligned access and require fixing it up in the exception 132 perform unaligned accesses efficiently to allow different 138 See Documentation/unaligned-memory-access.txt for more 139 information on the topic of unaligned memory accesses.
|
/arch/blackfin/include/asm/ |
D | Kbuild | 44 generic-y += unaligned.h
|
/arch/hexagon/include/asm/ |
D | Kbuild | 54 generic-y += unaligned.h
|
/arch/arm64/include/asm/ |
D | Kbuild | 51 generic-y += unaligned.h
|
/arch/metag/include/asm/ |
D | Kbuild | 51 generic-y += unaligned.h
|
/arch/unicore32/include/asm/ |
D | Kbuild | 59 generic-y += unaligned.h
|
/arch/powerpc/boot/dts/ |
D | o2d.dtsi | 92 no-unaligned-direct-access;
|
/arch/arm/crypto/ |
D | sha1-armv4-large.S | 83 ldr r9,[r1],#4 @ handles unaligned 108 ldr r9,[r1],#4 @ handles unaligned 133 ldr r9,[r1],#4 @ handles unaligned 158 ldr r9,[r1],#4 @ handles unaligned 183 ldr r9,[r1],#4 @ handles unaligned 211 ldr r9,[r1],#4 @ handles unaligned
|
/arch/arm/lib/ |
D | memzero.S | 35 ands r3, r0, #3 @ 1 unaligned?
|
D | memset.S | 19 ands r3, r0, #3 @ 1 unaligned?
|
/arch/xtensa/ |
D | Kconfig | 97 The Xtensa architecture currently does not handle unaligned 99 Per default, unaligned memory accesses are disabled in user space. 101 Say Y here to enable unaligned memory access in user space.
|
/arch/arc/lib/ |
D | strchr-700.S | 43 breq r7,0,.Loop ; For speed, we want this branch to be unaligned.
|
/arch/mips/kernel/ |
D | kprobes.c | 264 goto unaligned; in evaluate_branch_instruction() 282 unaligned: in evaluate_branch_instruction()
|
/arch/alpha/lib/ |
D | stxcpy.S | 105 bne t0, $unaligned # .. e1 : 233 $unaligned:
|
12