/linux-6.14.4/tools/perf/pmu-events/arch/x86/silvermont/ |
D | pipeline.json | 8 …ddress not only based on the EIP of the branch but also based on the execution path through which … 17 …ddress not only based on the EIP of the branch but also based on the execution path through which … 27 …ddress not only based on the EIP of the branch but also based on the execution path through which … 37 …ddress not only based on the EIP of the branch but also based on the execution path through which … 47 …ddress not only based on the EIP of the branch but also based on the execution path through which … 57 …ddress not only based on the EIP of the branch but also based on the execution path through which … 67 …ddress not only based on the EIP of the branch but also based on the execution path through which … 77 …ddress not only based on the EIP of the branch but also based on the execution path through which … 87 …ddress not only based on the EIP of the branch but also based on the execution path through which … 97 …ddress not only based on the EIP of the branch but also based on the execution path through which …
|
/linux-6.14.4/arch/riscv/kvm/ |
D | aia_imsic.c | 23 unsigned long eip[BITS_PER_TYPE(u64) / BITS_PER_LONG]; member 260 imsic_mrif_atomic_read(mrif, &eix->eip[0]); in imsic_mrif_topei() 263 imsic_mrif_atomic_read(mrif, &eix->eip[1]); in imsic_mrif_topei() 343 ei = (pend) ? &eix->eip[0] : &eix->eie[0]; in imsic_mrif_rmw() 345 ei = (pend) ? &eix->eip[num & 0x1] : &eix->eie[num & 0x1]; in imsic_mrif_rmw() 396 eix->eip[0] = imsic_eix_swap(IMSIC_EIP0 + i * 2, 0); in imsic_vsfile_local_read() 399 eix->eip[1] = imsic_eix_swap(IMSIC_EIP0 + i * 2 + 1, 0); in imsic_vsfile_local_read() 408 eix->eip[0] = imsic_eix_read(IMSIC_EIP0 + i * 2); in imsic_vsfile_local_read() 411 eix->eip[1] = imsic_eix_read(IMSIC_EIP0 + i * 2 + 1); in imsic_vsfile_local_read() 574 imsic_eix_set(IMSIC_EIP0 + i * 2, eix->eip[0]); in imsic_vsfile_local_update() [all …]
|
/linux-6.14.4/tools/testing/selftests/coredump/ |
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-6.14.4/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 134 static bool do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() argument 141 v86->regs.eip = eip; in do_test() 181 …tf("[FAIL]\tIncorrect return reason (started at eip = 0x%lx, ended at eip = 0x%lx)\n", eip, v86->r… in do_test()
|
/linux-6.14.4/arch/x86/include/asm/xen/ |
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-6.14.4/arch/um/kernel/ |
D | exec.c | 33 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread() argument 35 PT_REGS_IP(regs) = eip; in start_thread()
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | processor.h | 168 unsigned long eip = 0; \ 171 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \ 172 eip; })
|
/linux-6.14.4/Documentation/devicetree/bindings/crypto/ |
D | inside-secure,safexcel.yaml | 37 - const: eip 83 interrupt-names = "ring0", "ring1", "ring2", "ring3", "eip", "mem";
|
/linux-6.14.4/arch/x86/um/ |
D | ptrace_32.c | 43 [EIP] = HOST_IP, 62 case EIP: in putreg() 133 case EIP: in getreg()
|
D | sysrq_32.c | 17 printk("EIP: %04lx:[<%08lx>] CPU: %d %s", in show_regs()
|
D | user-offsets.c | 23 DEFINE(HOST_IP, EIP); in foo()
|
/linux-6.14.4/Documentation/translations/zh_CN/admin-guide/ |
D | bug-hunting.rst | 119 EIP: 0060:[<c021e50e>] Not tainted VLI 128 EIP is at vt_ioctl+0xda8/0x1482 200 EIP is at +0x14/0x4c0 320 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
|
/linux-6.14.4/Documentation/translations/zh_TW/admin-guide/ |
D | bug-hunting.rst | 122 EIP: 0060:[<c021e50e>] Not tainted VLI 131 EIP is at vt_ioctl+0xda8/0x1482 203 EIP is at +0x14/0x4c0 323 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
|
/linux-6.14.4/Documentation/admin-guide/ |
D | bug-hunting.rst | 120 EIP value from the OOPS:: 122 EIP: 0060:[<c021e50e>] Not tainted VLI 132 EIP is at vt_ioctl+0xda8/0x1482 210 EIP is at +0x14/0x4c0 359 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
|
/linux-6.14.4/scripts/ |
D | markup_oops.pl | 35 # Parse the oops to find the EIP value 158 if ($line =~ /EIP: 0060:\[\<([a-z0-9]+)\>\]/) { 164 if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) { 174 if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]+\W\[([a-zA-Z0-9\_\-]+)\]/) {
|
/linux-6.14.4/arch/x86/kvm/ |
D | tss.h | 14 u32 eip; member
|
/linux-6.14.4/include/uapi/video/ |
D | uvesafb.h | 15 __u32 eip; member
|
/linux-6.14.4/arch/x86/include/uapi/asm/ |
D | ptrace.h | 31 long eip; member
|
D | ptrace-abi.h | 19 #define EIP 12 macro
|
/linux-6.14.4/fs/proc/ |
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-6.14.4/Documentation/arch/x86/ |
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-6.14.4/tools/testing/selftests/capabilities/ |
D | test_execve.c | 348 ksft_print_msg("[RUN]\tRoot +i => eip\n"); in do_tests() 390 "[RUN]\tRoot, gid != 0, +ia, sgidroot => eip\n"); in do_tests() 398 ksft_print_msg("[RUN]\tRoot +ia, sgidnonroot => eip\n"); in do_tests()
|
/linux-6.14.4/arch/x86/um/os-Linux/ |
D | mcontext.c | 19 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
|
/linux-6.14.4/tools/firmware/ |
D | ihex2fw.c | 68 fprintf(stderr, " -j: include records for CS:IP/EIP address\n"); in usage() 238 /* These records contain the CS/IP or EIP where execution in process_ihex()
|
/linux-6.14.4/arch/x86/include/asm/ |
D | user32.h | 40 __u32 orig_eax, eip; member
|