Searched refs:eip (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/x86/include/asm/xen/
H A Dinterface_32.h59 uint32_t eip; member in struct:cpu_user_regs
82 unsigned long eip; member in struct:xen_callback
87 ((struct xen_callback){ .cs = (__cs), .eip = (unsigned long)(__eip) })
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace.h31 long eip; member in struct:pt_regs
H A Dvm86.h79 long eip; member in struct:vm86_regs
H A Dsigcontext.h315 __u32 eip; member in struct:sigcontext
/linux-master/arch/um/kernel/
H A Dexec.c42 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) argument
44 PT_REGS_IP(regs) = eip;
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h154 unsigned long eip = 0; \
157 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
158 eip; })
/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c134 static bool do_test(struct vm86plus_struct *v86, unsigned long eip, argument
141 v86->regs.eip = eip;
181 printf("[FAIL]\tIncorrect return reason (started at eip = 0x%lx, ended at eip = 0x%lx)\n", eip, v86->regs.eip);
H A Dfsgsbase_restore.c204 regs2.eip = (unsigned long)tracee_zap_segment;
H A Dptrace_syscall.c37 # define user_ip eip
/linux-master/arch/riscv/kvm/
H A Daia_imsic.c23 unsigned long eip[BITS_PER_TYPE(u64) / BITS_PER_LONG]; member in struct:imsic_mrif_eix
260 imsic_mrif_atomic_read(mrif, &eix->eip[0]);
263 imsic_mrif_atomic_read(mrif, &eix->eip[1]);
343 ei = (pend) ? &eix->eip[0] : &eix->eie[0];
345 ei = (pend) ? &eix->eip[num & 0x1] : &eix->eie[num & 0x1];
396 eix->eip[0] = imsic_eix_swap(IMSIC_EIP0 + i * 2, 0);
399 eix->eip[1] = imsic_eix_swap(IMSIC_EIP0 + i * 2 + 1, 0);
408 eix->eip[0] = imsic_eix_read(IMSIC_EIP0 + i * 2);
411 eix->eip[1] = imsic_eix_read(IMSIC_EIP0 + i * 2 + 1);
574 imsic_eix_set(IMSIC_EIP0 + i * 2, eix->eip[
[all...]
/linux-master/arch/x86/kvm/
H A Dtss.h14 u32 eip; member in struct:tss_segment_32
H A Dsmm.h62 u32 eip; member in struct:kvm_smram_state_32
H A Demulate.c481 .next_rip = ctxt->eip,
899 .ea = ctxt->eip + cur_size };
2028 u16 cs, eip; local
2057 rc = linear_read_system(ctxt, eip_addr, &eip, 2);
2065 ctxt->_eip = eip;
2233 unsigned long eip = 0; local
2235 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
2239 return assign_eip_near(ctxt, eip);
2245 unsigned long eip = 0; local
2250 rc = emulate_pop(ctxt, &eip, ctx
3189 unsigned long eip = 0; local
[all...]
H A Dsmm.c55 CHECK_SMRAM32_OFFSET(eip, 0xFFF0);
192 smram->eip = kvm_rip_read(vcpu);
467 ctxt->_eip = smstate->eip;
H A Dkvm_emulate.h313 unsigned long eip; /* eip before instruction emulation */ member in struct:x86_emulate_ctxt
H A Dx86.c8675 ctxt->eip = kvm_rip_read(vcpu);
8699 ctxt->_eip = ctxt->eip + inc_eip;
8705 ctxt->eip = ctxt->_eip;
8706 kvm_rip_write(vcpu, ctxt->eip);
8897 * last retried eip and the last fault address, if we meet the eip
8913 if (ctxt->eip == last_retry_eip && last_retry_addr == cr2_or_gpa)
8916 vcpu->arch.last_retry_eip = ctxt->eip;
9028 unsigned long eip = kvm_get_linear_rip(vcpu); local
9029 u32 dr6 = kvm_vcpu_check_hw_bp(eip,
9045 unsigned long eip = kvm_get_linear_rip(vcpu); local
[all...]
/linux-master/arch/x86/include/asm/
H A Duser32.h40 __u32 orig_eax, eip; member in struct:user_regs_struct32
/linux-master/include/uapi/video/
H A Duvesafb.h15 __u32 eip; member in struct:v86_regs
/linux-master/include/xen/interface/hvm/
H A Dhvm_vcpu.h20 uint32_t eip; member in struct:vcpu_hvm_x86_32
/linux-master/fs/proc/
H A Darray.c470 unsigned long vsize, eip, esp, wchan = 0; local
489 vsize = eip = esp = 0;
495 * esp and eip are intentionally zeroed out. There is no
505 eip = KSTK_EIP(task);
620 seq_put_decimal_ull(m, " ", eip);
/linux-master/arch/x86/xen/
H A Dsmp_pv.c250 ctxt->user_regs.eip = (unsigned long)asm_cpu_bringup_and_idle;
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h610 u32 eip:3; /* encaped ip */ member in struct:wx_dec_ptype
616 #define WX_PTT(mac, ip, etype, eip, proto, layer)\
621 WX_DEC_PTYPE_IP_##eip, /* eip */\
/linux-master/drivers/scsi/
H A Dses.c471 int eip = desc[0] & 0x10; local
484 if (eip) {
493 if (eip) {
/linux-master/arch/x86/kernel/
H A Dvm86_32.c126 unsafe_put_user(regs->pt.ip, &user->regs.eip, Efault_end);
264 vm86regs.pt.ip = v.regs.eip;
H A Dptrace.c918 R32(eip, ip);
992 R32(eip, ip);

Completed in 314 milliseconds

12