Lines Matching full:bundle
40 /* What we think of as a bundle, ptrace thinks of it as two unsigned
43 /* An IA64 instruction bundle has a 5 bit header describing the
44 * type of bundle, then 3 41 bit instructions
89 union bundle_t bundle;
93 * broke was in the previous bundle, so wind back the
98 bundle.code[0] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0);
99 bundle.code[1] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip + 8, 0);
101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1;
102 unsigned long top = 0UL | bundle.bitmap.word1.top_slot1;
108 insn = bundle.bitmap.word1.slot2;
111 insn = bundle.bitmap.word0.slot0;