/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | processor.h | 32 unsigned long eip = 0; \ 35 eip = ((struct pt_regs *)regs)->erp; \ 36 eip; \
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | processor.h | 42 unsigned long eip = 0; \ 46 eip = ((struct pt_regs *)regs)->irp; \ 47 eip; \
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | process.c | 151 unsigned long ebp, esp, eip; in get_wchan() 165 eip = *(unsigned long *) (ebp+4); in get_wchan() 166 if (!in_sched_functions(eip)) in get_wchan() 167 return eip; in get_wchan()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | interface_32.h | 58 uint32_t eip; member 81 unsigned long eip; member 86 ((struct xen_callback){ .cs = (__cs), .eip = (unsigned long)(__eip) })
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 50 static void do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() argument 56 v86->regs.eip = eip; in do_test()
|
/linux-4.1.27/arch/x86/um/ |
D | bug.c | 13 int is_valid_bugaddr(unsigned long eip) in is_valid_bugaddr() argument 17 if (probe_kernel_address((unsigned short __user *)eip, ud2)) in is_valid_bugaddr()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | processor.h | 94 unsigned long eip = 0; \ 97 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ 98 eip; })
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | processor.h | 169 unsigned long eip = 0; \ 172 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ 173 eip; })
|
/linux-4.1.27/arch/um/kernel/ |
D | exec.c | 41 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread() argument 43 PT_REGS_IP(regs) = eip; in start_thread()
|
/linux-4.1.27/drivers/lguest/x86/ |
D | core.c | 203 return &cpu->regs->eip; in lguest_arch_regptr() 362 copy_from_guest(cpu, cpu->pending.insn, cpu->regs->eip, in setup_emulate_insn() 370 copy_from_guest(cpu, cpu->pending.insn, cpu->regs->eip, in setup_iomem_insn() 457 cpu->regs->trapnum, cpu->regs->eip, in lguest_arch_handle_trap() 728 regs->eip = start; in lguest_arch_setup_regs()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 1728 setreg(eip, getreg(eip) + insnlen); in emulate_insn() 1738 err(1, "Reinjecting trap 13 for fault at %#x", getreg(eip)); in emulate_insn() 2165 off, getreg(eip)); in emulate_mmio_write() 2174 off, getreg(eip)); in emulate_mmio_write() 2181 off, getreg(eip)); in emulate_mmio_write() 2245 off, getreg(eip)); in emulate_mmio_read() 2255 bad_driver(d, "read from padding (%#x)", getreg(eip)); in emulate_mmio_read() 2259 bad_driver(d, "read past end (%#x)", getreg(eip)); in emulate_mmio_read() 2295 off, getreg(eip)); in emulate_mmio_read() 2302 off, getreg(eip)); in emulate_mmio_read() [all …]
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | ptrace.h | 30 long eip; member
|
D | vm86.h | 78 long eip; member
|
D | sigcontext.h | 120 unsigned long eip; member
|
/linux-4.1.27/drivers/oprofile/ |
D | cpu_buffer.c | 223 sample->eip = ESCAPE_CODE; in op_add_code() 245 sample->eip = pc; in op_add_sample() 371 sample->eip = ESCAPE_CODE; in oprofile_write_reserve()
|
D | buffer_sync.c | 385 add_sample_entry(s->eip, s->event); in add_sample() 396 cookie = lookup_dcookie(mm, s->eip, &offset); in add_sample() 518 if (is_code(sample->eip)) { in sync_buffer()
|
D | cpu_buffer.h | 34 unsigned long eip; member
|
/linux-4.1.27/drivers/lguest/ |
D | interrupts_and_traps.c | 122 push_guest_stack(cpu, &gstack, cpu->regs->eip); in push_guest_interrupt_stack() 151 cpu->regs->eip = idt_address(lo, hi); in guest_run_interrupt() 277 if (cpu->regs->eip == cpu->lg->noirq_iret) { in try_deliver_interrupt()
|
/linux-4.1.27/include/uapi/video/ |
D | uvesafb.h | 14 __u32 eip; member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | lguest.h | 39 unsigned long eip; member
|
D | user32.h | 39 __u32 orig_eax, eip; member
|
D | kvm_emulate.h | 270 unsigned long eip; /* eip before instruction emulation */ member
|
/linux-4.1.27/arch/x86/kvm/ |
D | tss.h | 13 u32 eip; member
|
D | emulate.c | 451 .next_rip = ctxt->eip, in emulator_check_intercept() 796 .ea = ctxt->eip + cur_size }; in __do_insn_fetch_bytes() 1957 u16 cs, eip; in __emulate_int_real() local 1986 rc = ops->read_std(ctxt, eip_addr, &eip, 2, &ctxt->exception); in __emulate_int_real() 1994 ctxt->_eip = eip; in __emulate_int_real() 2170 unsigned long eip; in em_ret() local 2172 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret() 2176 return assign_eip_near(ctxt, eip); in em_ret() 2182 unsigned long eip, cs; in em_ret_far() local 2192 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret_far() [all …]
|
D | x86.c | 5105 ctxt->eip = kvm_rip_read(vcpu); in init_emulate_ctxt() 5126 ctxt->_eip = ctxt->eip + inc_eip; in kvm_inject_realmode_interrupt() 5132 ctxt->eip = ctxt->_eip; in kvm_inject_realmode_interrupt() 5133 kvm_rip_write(vcpu, ctxt->eip); in kvm_inject_realmode_interrupt() 5263 if (ctxt->eip == last_retry_eip && last_retry_addr == cr2) in retry_instruction() 5266 vcpu->arch.last_retry_eip = ctxt->eip; in retry_instruction() 5334 unsigned long eip = kvm_get_linear_rip(vcpu); in kvm_vcpu_check_breakpoint() local 5335 u32 dr6 = kvm_vcpu_check_hw_bp(eip, 0, in kvm_vcpu_check_breakpoint() 5341 kvm_run->debug.arch.pc = eip; in kvm_vcpu_check_breakpoint() 5351 unsigned long eip = kvm_get_linear_rip(vcpu); in kvm_vcpu_check_breakpoint() local [all …]
|
/linux-4.1.27/fs/proc/ |
D | array.c | 367 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local 386 vsize = eip = esp = 0; in do_task_stat() 392 eip = KSTK_EIP(task); in do_task_stat() 490 seq_put_decimal_ull(m, ' ', eip); in do_task_stat()
|
/linux-4.1.27/include/linux/ |
D | oprofile.h | 120 void oprofile_add_trace(unsigned long eip);
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_32.S | 262 CFI_OFFSET eip, -3*4 270 CFI_OFFSET eip, -3*4 278 CFI_OFFSET eip, PT_EIP-PT_OLDESP 405 CFI_REL_OFFSET eip, 0 1265 CFI_UNDEFINED eip 1269 CFI_REL_OFFSET eip, 0
|
D | head_32.S | 538 # 28(%esp) %eip 578 leal 28(%esp),%eax # Pointer to %eip
|
D | ptrace.c | 970 R32(eip, ip); in putreg32() 1041 R32(eip, ip); in getreg32()
|
/linux-4.1.27/drivers/scsi/ |
D | ses.c | 384 int eip = desc[0] & 0x10; in ses_process_descriptor() local 397 if (eip) { in ses_process_descriptor() 403 if (eip) { in ses_process_descriptor()
|
/linux-4.1.27/Documentation/x86/ |
D | exception-tables.txt | 46 (i.e. regs->eip) to find an address where the execution can continue 48 return address (again regs->eip) and returns. The execution will 267 4.) do page fault calls search_exception_table (regs->eip == c017e7a5);
|
/linux-4.1.27/arch/x86/xen/ |
D | smp.c | 383 ctxt->user_regs.eip = (unsigned long)cpu_bringup_and_idle; in cpu_initialize_context() 426 ctxt->user_regs.eip = (unsigned long)xen_pvh_early_cpu_init; in cpu_initialize_context()
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_aout.c | 94 dump->regs.eip = regs->ip; in dump_thread32()
|
/linux-4.1.27/arch/tile/mm/ |
D | fault.c | 423 pr_err("WP fault at " REGFMT "\n", regs->eip); in handle_page_fault()
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3221 trapno = 14, err = 4, eip = 268480945, cs = 35, __csh = 0, eflags = 66118, 3574 err = 6, eip = 268550834, cs = 35, __csh = 0, eflags = 66070,
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 308 eip current value of EIP
|