/linux/arch/x86/include/asm/xen/ |
H A D | interface_32.h | 59 uint32_t eip; member 82 unsigned long eip; member 87 ((struct xen_callback){ .cs = (__cs), .eip = (unsigned long)(__eip) })
|
/linux/arch/riscv/kvm/ |
H A D | aia_imsic.c | 24 unsigned long eip[BITS_PER_TYPE(u64) / BITS_PER_LONG]; member 261 imsic_mrif_atomic_read(mrif, &eix->eip[0]); in imsic_mrif_topei() 264 imsic_mrif_atomic_read(mrif, &eix->eip[1]); in imsic_mrif_topei() 344 ei = (pend) ? &eix->eip[0] : &eix->eie[0]; in imsic_mrif_rmw() 346 ei = (pend) ? &eix->eip[num & 0x1] : &eix->eie[num & 0x1]; in imsic_mrif_rmw() 397 eix->eip[0] = imsic_eix_swap(IMSIC_EIP0 + i * 2, 0); in imsic_vsfile_local_read() 400 eix->eip[1] = imsic_eix_swap(IMSIC_EIP0 + i * 2 + 1, 0); in imsic_vsfile_local_read() 409 eix->eip[0] = imsic_eix_read(IMSIC_EIP0 + i * 2); in imsic_vsfile_local_read() 412 eix->eip[1] = imsic_eix_read(IMSIC_EIP0 + i * 2 + 1); in imsic_vsfile_local_read() 575 imsic_eix_set(IMSIC_EIP0 + i * 2, eix->eip[ in imsic_vsfile_local_update() [all...] |
/linux/tools/testing/selftests/x86/ |
H A D | entry_from_vm86.c | 114 static bool do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() argument 121 v86->regs.eip = eip; in do_test() 161 printf("[FAIL]\tIncorrect return reason (started at eip = 0x%lx, ended at eip = 0x%lx)\n", eip, v86->regs.eip); in do_test()
|
H A D | fsgsbase_restore.c | 203 regs2.eip = (unsigned long)tracee_zap_segment; in main()
|
H A D | ptrace_syscall.c | 39 # define user_ip eip
|
/linux/arch/m68k/include/asm/ |
H A D | processor.h | 168 unsigned long eip = 0; \ 171 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ 172 eip; })
|
/linux/arch/um/kernel/ |
H A D | exec.c | 31 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread() argument 33 PT_REGS_IP(regs) = eip; in start_thread()
|
/linux/tools/testing/selftests/coredump/ |
H A D | README.rst | 26 * commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in /proc/PID/stat") changed kstkesp to 29 * commit fd7d56270b52 ("fs/proc: Report eip/esp in /prod/PID/stat for coredumping") fixed it for the 32 * commit cb8f381f1613 ("fs/proc/array.c: allow reporting eip/esp for all coredumping threads") fixed
|
/linux/arch/x86/include/uapi/asm/ |
H A D | ptrace.h | 31 long eip; member
|
H A D | vm86.h | 79 long eip; member
|
H A D | sigcontext.h | 315 __u32 eip; member
|
/linux/include/uapi/video/ |
H A D | uvesafb.h | 15 __u32 eip; member
|
/linux/arch/x86/include/asm/ |
H A D | user32.h | 40 __u32 orig_eax, eip; member
|
/linux/arch/x86/kvm/ |
H A D | tss.h | 14 u32 eip; member
|
H A D | emulate.c | 483 .rip = ctxt->eip, in emulator_check_intercept() 903 .ea = ctxt->eip + cur_size }; in __do_insn_fetch_bytes() 2033 u16 cs, eip; in __emulate_int_real() local 2062 rc = linear_read_system(ctxt, eip_addr, &eip, 2); in __emulate_int_real() 2070 ctxt->_eip = eip; in __emulate_int_real() 2238 unsigned long eip = 0; in em_ret() local 2240 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret() 2244 return assign_eip_near(ctxt, eip); in em_ret() 2250 unsigned long eip = 0; in em_ret_far() local 2255 rc = emulate_pop(ctxt, &eip, ctx in em_ret_far() 3165 unsigned long eip = 0; em_ret_near_imm() local [all...] |
H A D | smm.h | 62 u32 eip; member
|
H A D | kvm_emulate.h | 327 unsigned long eip; /* eip before instruction emulation */ member
|
/linux/include/xen/interface/hvm/ |
H A D | hvm_vcpu.h | 20 uint32_t eip; member
|
/linux/fs/proc/ |
H A D | array.c | 470 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local 489 vsize = eip = esp = 0; in do_task_stat() 495 * esp and eip are intentionally zeroed out. There is no in do_task_stat() 505 eip = KSTK_EIP(task); in do_task_stat() 620 seq_put_decimal_ull(m, " ", eip); in do_task_stat()
|
/linux/drivers/scsi/ |
H A D | ses.c | 471 int eip = desc[0] & 0x10; in ses_process_descriptor() local 484 if (eip) { in ses_process_descriptor() 493 if (eip) { in ses_process_descriptor()
|
/linux/Documentation/arch/x86/ |
H A D | exception-tables.rst | 51 (i.e. regs->eip) to find an address where the execution can continue 53 return address (again regs->eip) and returns. The execution will 287 #. kernelmode_fixup_or_oops() calls fixup_exception() (regs->eip == c017e7a5);
|
/linux/arch/x86/xen/ |
H A D | smp_pv.c | 247 ctxt->user_regs.eip = (unsigned long)asm_cpu_bringup_and_idle; in cpu_initialize_context()
|
/linux/arch/x86/kernel/ |
H A D | vm86_32.c | 126 unsafe_put_user(regs->pt.ip, &user->regs.eip, Efault_end); in save_v86_state() 263 vm86regs.pt.ip = v.regs.eip; in do_sys_vm86()
|
H A D | ptrace.c | 918 R32(eip, ip); in putreg32() 992 R32(eip, ip); in getreg32()
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-37xx.dtsi | 439 "ring3", "eip", "mem";
|