Home
last modified time | relevance | path

Searched refs:handle_misaligned_load (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/riscv/include/asm/
Dentry-common.h29 int handle_misaligned_load(struct pt_regs *regs);
32 static inline int handle_misaligned_load(struct pt_regs *regs) in handle_misaligned_load() function
/linux-6.12.1/arch/riscv/kernel/
Dtraps.c206 if (handle_misaligned_load(regs)) in do_trap_load_misaligned()
214 if (handle_misaligned_load(regs)) in do_trap_load_misaligned()
Dtraps_misaligned.c328 int handle_misaligned_load(struct pt_regs *regs) in handle_misaligned_load() function