Searched refs:instr_le (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dtraps.c384 __le16 instr_le; local
385 if (get_user(instr_le, (__le16 __user *)pc))
387 instr = le16_to_cpu(instr_le);
391 if (get_user(instr_le, (__le16 __user *)(pc + 2)))
393 instr2 = le16_to_cpu(instr_le);
398 __le32 instr_le; local
399 if (get_user(instr_le, (__le32 __user *)pc))
401 instr = le32_to_cpu(instr_le);

Completed in 139 milliseconds