Home
last modified time | relevance | path

Searched refs:cmp_inst (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dkprobes.c142 cmp_inst_t cmp_inst; in is_cmp_ctype_unc_inst() local
153 cmp_inst.l = kprobe_inst; in is_cmp_ctype_unc_inst()
154 if ((cmp_inst.f.x2 == 0) || (cmp_inst.f.x2 == 1)) { in is_cmp_ctype_unc_inst()
156 if ((cmp_inst.f.tb == 0) && (cmp_inst.f.ta == 0) in is_cmp_ctype_unc_inst()
157 &&(cmp_inst.f.c == 1)) in is_cmp_ctype_unc_inst()
159 } else if ((cmp_inst.f.x2 == 2)||(cmp_inst.f.x2 == 3)) { in is_cmp_ctype_unc_inst()
161 if ((cmp_inst.f.ta == 0) &&(cmp_inst.f.c == 1)) in is_cmp_ctype_unc_inst()
/openbmc/linux/arch/ia64/include/asm/
H A Dkprobes.h31 typedef union cmp_inst { union