Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dkprobes.c155 cmp_inst_t cmp_inst; in is_cmp_ctype_unc_inst() local
166 cmp_inst.l = kprobe_inst; in is_cmp_ctype_unc_inst()
167 if ((cmp_inst.f.x2 == 0) || (cmp_inst.f.x2 == 1)) { in is_cmp_ctype_unc_inst()
169 if ((cmp_inst.f.tb == 0) && (cmp_inst.f.ta == 0) in is_cmp_ctype_unc_inst()
170 &&(cmp_inst.f.c == 1)) in is_cmp_ctype_unc_inst()
172 } else if ((cmp_inst.f.x2 == 2)||(cmp_inst.f.x2 == 3)) { in is_cmp_ctype_unc_inst()
174 if ((cmp_inst.f.ta == 0) &&(cmp_inst.f.c == 1)) in is_cmp_ctype_unc_inst()
/Linux-v4.19/arch/ia64/include/asm/
Dkprobes.h44 typedef union cmp_inst { union