Searched refs:alignment_get_thumb (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | compat_alignment.c | 297 static int alignment_get_thumb(struct pt_regs *regs, __le16 __user *ip, u16 *inst) in alignment_get_thumb() function 326 if (alignment_get_thumb(regs, ptr, &tinstr)) in do_compat_alignment_fixup() 330 if (alignment_get_thumb(regs, ptr + 1, &tinst2)) in do_compat_alignment_fixup()
|
/openbmc/linux/arch/arm/mm/ |
H A D | alignment.c | 784 static int alignment_get_thumb(struct pt_regs *regs, u16 *ip, u16 *inst) in alignment_get_thumb() function 820 fault = alignment_get_thumb(regs, ptr, &tinstr); in do_alignment() 826 fault = alignment_get_thumb(regs, ptr + 1, &tinst2); in do_alignment()
|