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 */
445 handle_unaligned: label
451 handle_unaligned: label
/linux/arch/parisc/kernel/
H A Dunaligned.h2 void handle_unaligned(struct pt_regs *regs);
H A Dtraps.c671 handle_unaligned(regs); in handle_interruption()
749 handle_unaligned(regs); in handle_interruption()
H A Dunaligned.c374 void handle_unaligned(struct pt_regs *regs) in handle_unaligned() function