Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dunaligned.h13 void handle_unaligned(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dtraps.c674 handle_unaligned(regs); in handle_interruption()
752 handle_unaligned(regs); in handle_interruption()
H A Dunaligned.c435 void handle_unaligned(struct pt_regs *regs) in handle_unaligned() function