Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dkprobes.c31 static enum instruction_type bundle_encoding[32][3] = { enum
105 if (bundle_encoding[template][slot] == B) { in update_kprobe_inst_flag()
121 } else if (bundle_encoding[template][slot] == X) { in update_kprobe_inst_flag()
145 if (!((bundle_encoding[template][slot] == I) || in is_cmp_ctype_unc_inst()
146 (bundle_encoding[template][slot] == M))) in is_cmp_ctype_unc_inst()
192 else if (bundle_encoding[template][slot] == I) { in unsupported_inst()
231 else if (bundle_encoding[template][slot] == B) { in unsupported_inst()
253 else if (unlikely(bundle_encoding[template][slot] == F)) { in unsupported_inst()
428 if (slot == 1 && bundle_encoding[template][1] == L) in __is_ia64_break_inst()
507 if (slot == 1 && bundle_encoding[template][1] == L) in arch_prepare_kprobe()
[all …]
/openbmc/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c150 struct bundle_encoding { struct
496 struct bundle_encoding *bundle = (void *)(lbc) + sizeof(*lbc); in sdsi_state_cert_show()