Lines Matching refs:off
91 disassemble_forward(u16 seg, u16 off, int n)
122 tregs.x86.R_IP = off;
217 u16 seg, off;
222 off = fetch_data_word_abs(0, iv * 4 + 2);
223 printk("%04x:%04x ", seg, off);
227 X86EMU_dump_memory(u16 seg, u16 off, u32 amt)
229 u32 start = off & 0xfffffff0;
230 u32 end = (off + 16) & 0xfffffff0;
233 while (end <= off + amt) {
235 for (i = start; i < off; i++)