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

/drivers/oprofile/
H A Dcpu_buffer.h34 unsigned long eip; member in struct:op_sample
H A Dbuffer_sync.c372 add_sample_entry(s->eip, s->event);
383 cookie = lookup_dcookie(mm, s->eip, &offset);
516 if (is_code(sample->eip)) {
H A Dcpu_buffer.c223 sample->eip = ESCAPE_CODE;
245 sample->eip = pc;
371 sample->eip = ESCAPE_CODE;
427 * broken frame can give an eip with the same value as an
/drivers/lguest/x86/
H A Dcore.c279 * The eip contains the *virtual* address of the Guest's instruction:
282 unsigned long physaddr = guest_pa(cpu, cpu->regs->eip);
303 cpu->regs->eip++;
357 cpu->regs->eip += insnlen;
440 cpu->regs->trapnum, cpu->regs->eip,
711 regs->eip = start;
/drivers/lguest/
H A Dinterrupts_and_traps.c127 push_guest_stack(cpu, &gstack, cpu->regs->eip);
140 cpu->regs->eip = idt_address(lo, hi);
207 if (cpu->regs->eip >= cpu->lg->noirq_start &&
208 (cpu->regs->eip < cpu->lg->noirq_end))
/drivers/scsi/
H A Dses.c297 int eip = desc[0] & 0x10; local
311 if (eip)

Completed in 413 milliseconds