Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Dalignment.h7 extern void inc_unaligned_byte_access(void);
/openbmc/linux/arch/sh/mm/
H A Dalignment.c34 void inc_unaligned_byte_access(void) in inc_unaligned_byte_access() function
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c119 case 1: inc_unaligned_byte_access(); break; in handle_unaligned_ins()