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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dkprobes.c46 static enum instruction_type bundle_encoding[32][3] = { variable in typeref:enum:instruction_type
120 if (bundle_encoding[template][slot] == B) {
136 } else if (bundle_encoding[template][slot] == X) {
160 if (!((bundle_encoding[template][slot] == I) ||
161 (bundle_encoding[template][slot] == M)))
207 else if (bundle_encoding[template][slot] == I) {
246 else if (bundle_encoding[template][slot] == B) {
268 else if (unlikely(bundle_encoding[template][slot] == F)) {
372 if ((slot > 2) || ((bundle_encoding[template][1] == L) && slot > 1)) {
519 if (slot == 1 && bundle_encoding[templat
[all...]

Completed in 34 milliseconds