Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Duprobes.c83 switch (inst.u_format.rt) { in is_trap_insn()
H A Dprocess.c210 ((ip->u_format.uimmediate >> 6) & GENMASK(9, 0)) == mm_jalr_op && in is_jr_ra_ins()
342 return ((ip->u_format.uimmediate >> 6) & mm_jalr_op) == mm_jalr_op; in is_jump_ins()
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h661 struct u_format { /* unsigned immediate format */ struct
1121 struct u_format u_format; member