| /linux/tools/perf/pmu-events/arch/x86/silvermont/ | 
| H A 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/arch/riscv/kvm/ | 
| H A D | aia_imsic.c | 24 	unsigned long eip[BITS_PER_TYPE(u64) / BITS_PER_LONG];  member261 			    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 D | README.rst | 26 * commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in /proc/PID/stat") changed kstkesp to29 * 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 D | exec.c | 31 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp)  in start_thread()  argument33 	PT_REGS_IP(regs) = eip;  in start_thread()
 
 | 
| H A D | ptrace.c | 116 			/* User-mode eip? */  in send_sigtrap()
 | 
| /linux/arch/x86/um/ | 
| H A D | ptrace_32.c | 43 	[EIP] = HOST_IP,62 	case EIP:  in putreg()
 133 	case EIP:  in getreg()
 
 | 
| H A D | sysrq_32.c | 17         printk("EIP: %04lx:[<%08lx>] CPU: %d %s",   in show_regs()
 | 
| H A D | user-offsets.c | 23 	DEFINE(HOST_IP, EIP);  in foo()
 | 
| /linux/scripts/ | 
| H A D | markup_oops.pl | 35 # Parse the oops to find the EIP value158 	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 D | tss.h | 14 	u32 eip;  member
 | 
| H A D | emulate.c | 427 		.rip	    = ctxt->eip,  in emulator_check_intercept()847 					   .ea = ctxt->eip + cur_size };  in __do_insn_fetch_bytes()
 2005 	u16 cs, eip;  in __emulate_int_real()  local
 2034 	rc = linear_read_system(ctxt, eip_addr, &eip, 2);  in __emulate_int_real()
 2042 	ctxt->_eip = eip;  in __emulate_int_real()
 2210 	unsigned long eip = 0;  in em_ret()  local
 2212 	rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);  in em_ret()
 2216 	return assign_eip_near(ctxt, eip);  in em_ret()
 2222 	unsigned long eip = 0;  in em_ret_far()  local
 2227 	rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);  in em_ret_far()
 [all …]
 
 | 
| H A D | smm.c | 55 	CHECK_SMRAM32_OFFSET(eip,			0xFFF0);  in check_smram_offsets()193 	smram->eip     = kvm_rip_read(vcpu);  in enter_smm_save_state_32()
 472 	ctxt->_eip =  smstate->eip;  in rsm_load_state_32()
 
 | 
| H A D | smm.h | 62 	u32 eip;  member
 | 
| /linux/include/uapi/video/ | 
| H A D | uvesafb.h | 15 	__u32 eip;  member
 | 
| /linux/fs/proc/ | 
| H A D | array.c | 468 	unsigned long vsize, eip, esp, wchan = 0;  in do_task_stat()  local487 	vsize = eip = esp = 0;  in do_task_stat()
 493 		 * esp and eip are intentionally zeroed out.  There is no  in do_task_stat()
 503 				eip = KSTK_EIP(task);  in do_task_stat()
 618 	seq_put_decimal_ull(m, " ", eip);  in do_task_stat()
 
 | 
| /linux/tools/testing/selftests/capabilities/ | 
| H A 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/Documentation/arch/x86/ | 
| H A D | exception-tables.rst | 51 (i.e. regs->eip) to find an address where the execution can continue53 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 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/arch/x86/um/os-Linux/ | 
| H A D | mcontext.c | 23 	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 D | user32.h | 40 	__u32 orig_eax, eip;  member
 | 
| H A D | kgdb.h | 36 	GDB_PC,			/* 8 also known as eip */
 | 
| /linux/include/xen/interface/hvm/ | 
| H A D | hvm_vcpu.h | 20     uint32_t eip;  member
 | 
| /linux/arch/x86/include/uapi/asm/ | 
| H A D | vm86.h | 79 	long eip;  member
 | 
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ | 
| H A D | EventClass.py | 80 #       DLA:    Data Linear Address (EIP)
 | 
| /linux/drivers/crypto/inside-secure/ | 
| H A D | safexcel.h | 534  * The EIP(1)97 only needs to fetch the descriptor part of727 /* EIP integration context flags */
 729 	/* Platform (EIP integration context) specifier */
 751 /* EIP algorithm presence flags */
 
 |