Home
last modified time | relevance | path

Searched refs:handle_unaligned (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/parisc/include/asm/
Dunaligned.h8 void handle_unaligned(struct pt_regs *regs);
/linux-6.1.9/arch/nios2/kernel/
Dentry.S78 .word handle_unaligned /* 6 - Misaligned data access */
79 .word handle_unaligned /* 7 - Misaligned destination address */
439 handle_unaligned: label
445 handle_unaligned: label
/linux-6.1.9/arch/parisc/kernel/
Dtraps.c660 handle_unaligned(regs); in handle_interruption()
738 handle_unaligned(regs); in handle_interruption()
Dunaligned.c373 void handle_unaligned(struct pt_regs *regs) in handle_unaligned() function