bundle_encoding    31 arch/ia64/kernel/kprobes.c static enum instruction_type bundle_encoding[32][3] = {
bundle_encoding   105 arch/ia64/kernel/kprobes.c 	if (bundle_encoding[template][slot] == B) {
bundle_encoding   121 arch/ia64/kernel/kprobes.c 	} else if (bundle_encoding[template][slot] == X) {
bundle_encoding   145 arch/ia64/kernel/kprobes.c 	if (!((bundle_encoding[template][slot] == I) ||
bundle_encoding   146 arch/ia64/kernel/kprobes.c 		(bundle_encoding[template][slot] == M)))
bundle_encoding   192 arch/ia64/kernel/kprobes.c 	else if (bundle_encoding[template][slot] == I) {
bundle_encoding   231 arch/ia64/kernel/kprobes.c 	else if (bundle_encoding[template][slot] == B) {
bundle_encoding   253 arch/ia64/kernel/kprobes.c 	else if (unlikely(bundle_encoding[template][slot] == F)) {
bundle_encoding   357 arch/ia64/kernel/kprobes.c 	if ((slot > 2) || ((bundle_encoding[template][1] == L) && slot > 1)) {
bundle_encoding   501 arch/ia64/kernel/kprobes.c 	if (slot == 1 && bundle_encoding[template][1] == L)
bundle_encoding   580 arch/ia64/kernel/kprobes.c 	if (slot == 1 && bundle_encoding[template][1] == L)
bundle_encoding   678 arch/ia64/kernel/kprobes.c 	if (slot == 1 && bundle_encoding[template][1] == L)