Home
last modified time | relevance | path

Searched refs:inc_unaligned_word_access (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dalignment.h8 extern void inc_unaligned_word_access(void);
/openbmc/linux/arch/sh/mm/
H A Dalignment.c39 void inc_unaligned_word_access(void) in inc_unaligned_word_access() function
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c120 case 2: inc_unaligned_word_access(); break; in handle_unaligned_ins()