Searched refs:unaligned (Results 1 – 25 of 45) sorted by relevance
12
| /arch/parisc/boot/compressed/ |
| A D | vmlinux.scr | 7 output_len = . - 4; /* can be at unaligned address */
|
| /arch/alpha/kernel/ |
| A D | traps.c | 369 } unaligned[2]; variable 385 unaligned[0].count++; in do_entUna() 386 unaligned[0].va = (unsigned long) va; in do_entUna() 387 unaligned[0].pc = pc; in do_entUna() 694 ++unaligned[1].count; in do_entUnaUser() 695 unaligned[1].va = (unsigned long)va; in do_entUnaUser() 696 unaligned[1].pc = regs->pc - 4; in do_entUnaUser()
|
| A D | setup.c | 1049 } unaligned[2]; in show_cpuinfo() local 1112 unaligned[0].count, unaligned[0].pc, unaligned[0].va, in show_cpuinfo() 1113 unaligned[1].count, unaligned[1].pc, unaligned[1].va, in show_cpuinfo()
|
| /arch/loongarch/lib/ |
| A D | Makefile | 7 clear_user.o copy_user.o csum.o dump_tlb.o unaligned.o
|
| /arch/arc/lib/ |
| A D | Makefile | 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs-unaligned.o
|
| A D | strchr-700.S | 41 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.
|
| A D | memcpy-archs.S | 94 ;;; 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/riscv/ |
| A D | Kconfig | 951 bool "Probe for hardware unaligned access support" 956 the speed of unaligned accesses on the underlying system. If unaligned 962 bool "Emulate unaligned access where system support is missing" 966 supported by the system, the kernel will emulate the unaligned 968 unaligned accesses, the unaligned accesses are assumed to be slow. 976 that do not support unaligned memory accesses. 988 support efficient unaligned memory accesses. 993 prompt "Vector unaligned Accesses Support" 1003 bool "Probe speed of vector unaligned accesses" 1018 that do not support unaligned memory accesses. [all …]
|
| /arch/powerpc/include/asm/ |
| A D | emulated_ops.h | 35 struct ppc_emulated_entry unaligned; member
|
| /arch/arc/kernel/ |
| A D | Makefile | 18 obj-$(CONFIG_ARC_EMUL_UNALIGNED) += unaligned.o
|
| A D | head.S | 52 ; gcc 7.3.1 (ARC GNU 2018.03) onwards generates unaligned access
|
| /arch/riscv/kernel/ |
| A D | Makefile | 78 obj-$(CONFIG_RISCV_PROBE_UNALIGNED_ACCESS) += copy-unaligned.o 79 obj-$(CONFIG_RISCV_PROBE_VECTOR_UNALIGNED_ACCESS) += vec-copy-unaligned.o
|
| /arch/loongarch/kernel/ |
| A D | module.c | 199 goto unaligned; in apply_r_larch_sop_imm_field() 214 goto unaligned; in apply_r_larch_sop_imm_field() 225 goto unaligned; in apply_r_larch_sop_imm_field() 251 unaligned: in apply_r_larch_sop_imm_field()
|
| A D | Makefile | 22 obj-$(CONFIG_ARCH_STRICT_ALIGN) += unaligned.o
|
| /arch/parisc/kernel/ |
| A D | Makefile | 11 signal.o hpmc.o real2.o parisc_ksyms.o unaligned.o \
|
| /arch/powerpc/boot/dts/ |
| A D | o2d.dtsi | 82 no-unaligned-direct-access;
|
| /arch/mips/kernel/ |
| A D | kprobes.c | 210 goto unaligned; in evaluate_branch_instruction() 228 unaligned: in evaluate_branch_instruction()
|
| /arch/arc/ |
| A D | Makefile | 51 cflags-y += -mno-unaligned-access
|
| A D | Kconfig | 350 bool "Enable unaligned access in HW" 354 The ARC HS architecture supports unaligned memory access 355 which is disabled by default. Enable unaligned access in 505 bool "Emulate unaligned memory access (userspace only)"
|
| /arch/alpha/lib/ |
| A D | stxcpy.S | 106 bne t0, $unaligned # .. e1 : 234 $unaligned:
|
| A D | ev6-stxcpy.S | 126 bne t0, $unaligned # U : (stall) 265 $unaligned:
|
| A D | stxncpy.S | 131 bne t1, $unaligned # .. e1 : 291 $unaligned:
|
| /arch/loongarch/ |
| A D | Kconfig | 559 bool "Enable -mstrict-align to prevent unaligned accesses" if EXPERT 562 Not all LoongArch cores support h/w unaligned access, we can use 563 -mstrict-align build parameter to prevent unaligned accesses. 565 CPUs with h/w unaligned access support: 568 CPUs without h/w unaligned access support: 573 to run kernel only on systems with h/w unaligned access support in
|
| /arch/xtensa/lib/ |
| A D | memset.S | 46 bany a2, a6, .Ldstunaligned # if dst is unaligned
|
| /arch/arm/lib/ |
| A D | memset.S | 21 ands r3, r0, #3 @ 1 unaligned?
|
Completed in 42 milliseconds
12