Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dkprobes.c46 static enum instruction_type bundle_encoding[32][3] = { enum
120 if (bundle_encoding[template][slot] == B) { in update_kprobe_inst_flag()
136 } else if (bundle_encoding[template][slot] == X) { in update_kprobe_inst_flag()
160 if (!((bundle_encoding[template][slot] == I) || in is_cmp_ctype_unc_inst()
161 (bundle_encoding[template][slot] == M))) in is_cmp_ctype_unc_inst()
207 else if (bundle_encoding[template][slot] == I) { in unsupported_inst()
246 else if (bundle_encoding[template][slot] == B) { in unsupported_inst()
268 else if (unlikely(bundle_encoding[template][slot] == F)) { in unsupported_inst()
372 if ((slot > 2) || ((bundle_encoding[template][1] == L) && slot > 1)) { in valid_kprobe_addr()
519 if (slot == 1 && bundle_encoding[template][1] == L) in __is_ia64_break_inst()
[all …]