Searched hist:"4 da06fb3" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/sh4/ |
H A D | target_prctl.h | 4da06fb3 Mon Dec 27 09:01:27 CST 2021 Richard Henderson <richard.henderson@linaro.org> target/sh4: Implement prctl_unalign_sigbus
Leave TARGET_ALIGNED_ONLY set, but use the new CPUState flag to set MO_UNALN for the instructions that the kernel handles in the unaligned trap.
The Linux kernel does not handle all memory operations: no floating-point and no MAC.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20211227150127.2659293-7-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.h | 4da06fb3 Mon Dec 27 09:01:27 CST 2021 Richard Henderson <richard.henderson@linaro.org> target/sh4: Implement prctl_unalign_sigbus
Leave TARGET_ALIGNED_ONLY set, but use the new CPUState flag to set MO_UNALN for the instructions that the kernel handles in the unaligned trap.
The Linux kernel does not handle all memory operations: no floating-point and no MAC.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20211227150127.2659293-7-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | translate.c | 4da06fb3 Mon Dec 27 09:01:27 CST 2021 Richard Henderson <richard.henderson@linaro.org> target/sh4: Implement prctl_unalign_sigbus
Leave TARGET_ALIGNED_ONLY set, but use the new CPUState flag to set MO_UNALN for the instructions that the kernel handles in the unaligned trap.
The Linux kernel does not handle all memory operations: no floating-point and no MAC.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20211227150127.2659293-7-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|