Searched refs:EXC_ALI_RST (Results 1 – 2 of 2) sorted by relevance
799 const int reg = EXC_ALI_RST(tf->tf_dsisr); in fix_unaligned()845 const int reg = EXC_ALI_RST(tf->tf_dsisr); in fix_unaligned()896 const unsigned int t_reg = EXC_ALI_RST(tf->tf_dsisr); in fix_unaligned()948 const unsigned int s_reg = EXC_ALI_RST(tf->tf_dsisr); in fix_unaligned()993 const unsigned int t_reg = EXC_ALI_RST(tf->tf_dsisr); in fix_unaligned()1036 const unsigned int s_reg = EXC_ALI_RST(tf->tf_dsisr); in fix_unaligned()
181 #define EXC_ALI_RST(dsisr) ((dsisr >> 5) & 0x1f) /* source or target */ macro