Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c190 int handle_misaligned_load(struct pt_regs *regs);
198 if (handle_misaligned_load(regs)) in do_trap_load_misaligned()
206 if (handle_misaligned_load(regs)) in do_trap_load_misaligned()
H A Dtraps_misaligned.c204 int handle_misaligned_load(struct pt_regs *regs) in handle_misaligned_load() function