Home
last modified time | relevance | path

Searched full:eip (Results 1 – 25 of 54) sorted by relevance

123

/linux/tools/perf/pmu-events/arch/x86/silvermont/
H A Dpipeline.json8 …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/arch/riscv/kvm/
H A Daia_imsic.c24 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[0]); in imsic_vsfile_local_update()
[all …]
/linux/tools/testing/selftests/coredump/
H A DREADME.rst26 * 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/um/kernel/
H A Dexec.c31 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()
H A Dptrace.c116 /* User-mode eip? */ in send_sigtrap()
/linux/arch/x86/um/
H A Dptrace_32.c43 [EIP] = HOST_IP,
62 case EIP: in putreg()
133 case EIP: in getreg()
H A Dsysrq_32.c17 printk("EIP: %04lx:[<%08lx>] CPU: %d %s", in show_regs()
H A Duser-offsets.c23 DEFINE(HOST_IP, EIP); in foo()
/linux/scripts/
H A Dmarkup_oops.pl35 # 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/arch/x86/kvm/
H A Dtss.h14 u32 eip; member
H A Dsmm.c55 CHECK_SMRAM32_OFFSET(eip, 0xFFF0); in check_smram_offsets()
193 smram->eip = kvm_rip_read(vcpu); in enter_smm_save_state_32()
468 ctxt->_eip = smstate->eip; in rsm_load_state_32()
H A Dsmm.h62 u32 eip; member
/linux/include/uapi/video/
H A Duvesafb.h15 __u32 eip; member
/linux/fs/proc/
H A Darray.c470 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/tools/testing/selftests/capabilities/
H A Dtest_execve.c348 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/Documentation/arch/x86/
H A Dexception-tables.rst51 (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/tools/firmware/
H A Dihex2fw.c68 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/arch/x86/um/os-Linux/
H A Dmcontext.c23 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
67 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_mc_from_regs()
/linux/arch/x86/include/asm/
H A Duser32.h40 __u32 orig_eax, eip; member
H A Dkgdb.h36 GDB_PC, /* 8 also known as eip */
/linux/include/xen/interface/hvm/
H A Dhvm_vcpu.h20 uint32_t eip; member
/linux/arch/x86/include/uapi/asm/
H A Dvm86.h79 long eip; member
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py80 # DLA: Data Linear Address (EIP)
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.h534 * The EIP(1)97 only needs to fetch the descriptor part of
727 /* EIP integration context flags */
729 /* Platform (EIP integration context) specifier */
751 /* EIP algorithm presence flags */
/linux/drivers/scsi/
H A Dses.c471 int eip = desc[0] & 0x10; in ses_process_descriptor() local
484 if (eip) { in ses_process_descriptor()
493 if (eip) { in ses_process_descriptor()

123