/openbmc/linux/arch/loongarch/lib/ |
H A D | unaligned.S | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | Makefile | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | unaligned.c | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | Makefile | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | traps.c | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | thread_info.h | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | inst.h | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
/openbmc/linux/arch/loongarch/ |
H A D | Kconfig | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 61a6fccc Sat Dec 10 08:39:59 CST 2022 Huacai Chen <chenhuacai@loongson.cn> LoongArch: Add unaligned access support
Loongson-2 series (Loongson-2K500, Loongson-2K1000) don't support unaligned access in hardware, while Loongson-3 series (Loongson-3A5000, Loongson-3C5000) are configurable whether support unaligned access in hardware. This patch add unaligned access emulation for those LoongArch processors without hardware support.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
|