Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dunaligned.h8 void handle_unaligned(struct pt_regs *regs);
/openbmc/linux/arch/nios2/kernel/
H A 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
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c667 handle_unaligned(regs); in handle_interruption()
745 handle_unaligned(regs); in handle_interruption()
H A Dunaligned.c371 void handle_unaligned(struct pt_regs *regs) in handle_unaligned() function