Searched refs:slotnum (Results 1 – 1 of 1) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | breakpoint.c | 112 slotN_contents(char *bundle, int slotnum) { in slotN_contents() argument 113 return extract_bit_field(bundle, 5 + 41 * slotnum, 41); in slotN_contents() 119 replace_slotN_contents(char *bundle, long long instr, int slotnum) { in replace_slotN_contents() argument 120 replace_bit_field(bundle, instr, 5 + 41 * slotnum, 41); in replace_slotN_contents() 180 int slotnum = (int)(addr & 0x0f) & 0x3; in arch_enable_breakpoint() local 186 assert(slotnum <= 2); in arch_enable_breakpoint() 195 if (slotnum == 1 && template_encoding_table[template][1] == L) { in arch_enable_breakpoint() 196 slotnum = 2; in arch_enable_breakpoint() 199 instr = slotN_contents(bundle.cbundle, slotnum); in arch_enable_breakpoint() 203 replace_slotN_contents(bundle.cbundle, 0x00002000040LL, slotnum); in arch_enable_breakpoint() [all …]
|