Home
last modified time | relevance | path

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

/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
/linux/arch/parisc/kernel/
H A Dunaligned.h2 void handle_unaligned(struct pt_regs *regs);
H A Dtraps.c669 handle_unaligned(regs); in handle_interruption()
747 handle_unaligned(regs); in handle_interruption()
H A Dunaligned.c373 void handle_unaligned(struct pt_regs *regs) in handle_unaligned() function