Home
last modified time | relevance | path

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

12

/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/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()
/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/drivers/net/ethernet/qualcomm/ppe/
H A Dppe_config.h227 * @eip_field_update_bitmap: Fields updated as actions taken for EIP.
228 * @eip_hw_service: Selected hardware functions for EIP.
230 * or using packet's layer 3 offset for EIP.
/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/include/uapi/video/
H A Duvesafb.h15 __u32 eip; member
/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/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/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/tools/perf/util/dwarf-regs-arch/
H A Ddwarf-regs-x86.c72 { "eip", DWARF_REG_PC }, { "ip", DWARF_REG_PC },
142 { "rip", DWARF_REG_PC }, { "eip", DWARF_REG_PC }, { "ip", DWARF_REG_PC },
/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 */
H A Duser_64.h50 for data and eip are replaced with flat 64bit pointers. */
/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/arch/x86/kvm/
H A Dsmm.h62 u32 eip; member
/linux/drivers/scsi/
H A Dses.c470 int eip = desc[0] & 0x10; in ses_process_descriptor() local
483 if (eip) { in ses_process_descriptor()
492 if (eip) { in ses_process_descriptor()
/linux/Documentation/devicetree/bindings/net/
H A Dqcom,ipq9574-ppe.yaml22 communicating to the EIP engine which is used for IPsec offload. On the
56 | | | +-----+ |EDMA FIFO | | EIP FIFO|
/linux/tools/testing/selftests/x86/
H A Dnx_stack.c107 #define RIP_STRING "eip"
H A Dfsgsbase_restore.c203 regs2.eip = (unsigned long)tracee_zap_segment; in main()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c205 * Note that the length here MUST be >0 or else the EIP(1)97 in safexcel_add_cdesc()

12