Searched defs:eip (Results 1 - 12 of 12) sorted by relevance

/arch/x86/um/
H A Dbug.c9 * Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because
13 int is_valid_bugaddr(unsigned long eip) argument
17 if (probe_kernel_address((unsigned short __user *)eip, ud2))
/arch/um/kernel/
H A Dexec.c41 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) argument
43 PT_REGS_IP(regs) = eip;
/arch/x86/include/uapi/asm/
H A Dptrace.h30 long eip; member in struct:pt_regs
H A Dvm86.h78 long eip; member in struct:vm86_regs
H A Dsigcontext.h120 unsigned long eip; member in struct:sigcontext
/arch/x86/include/asm/
H A Dlguest.h42 unsigned long eip; member in struct:lguest_regs
H A Duser32.h39 __u32 orig_eax, eip; member in struct:user_regs_struct32
H A Dkvm_emulate.h269 unsigned long eip; /* eip before instruction emulation */ member in struct:x86_emulate_ctxt
/arch/x86/include/asm/xen/
H A Dinterface_32.h58 uint32_t eip; member in struct:cpu_user_regs
81 unsigned long eip; member in struct:xen_callback
86 ((struct xen_callback){ .cs = (__cs), .eip = (unsigned long)(__eip) })
/arch/x86/kvm/
H A Dtss.h13 u32 eip; member in struct:tss_segment_32
H A Demulate.c437 .next_rip = ctxt->eip,
586 WARN(1, "unsupported eip assignment size\n");
767 .ea = ctxt->eip + cur_size };
1883 u16 cs, eip; local
1912 rc = ops->read_std(ctxt, eip_addr, &eip, 2, &ctxt->exception);
1920 ctxt->_eip = eip;
2041 /* assigning eip failed; restore the old cs */
2100 unsigned long eip; local
2102 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
2106 return assign_eip_near(ctxt, eip);
2112 unsigned long eip, cs; local
3053 unsigned long eip; local
[all...]
H A Dx86.c4988 ctxt->eip = kvm_rip_read(vcpu);
5009 ctxt->_eip = ctxt->eip + inc_eip;
5015 ctxt->eip = ctxt->_eip;
5016 kvm_rip_write(vcpu, ctxt->eip);
5134 * last retried eip and the last fault address, if we meet the eip
5146 if (ctxt->eip == last_retry_eip && last_retry_addr == cr2)
5149 vcpu->arch.last_retry_eip = ctxt->eip;
5215 unsigned long eip = vcpu->arch.emulate_ctxt.eip; local
[all...]

Completed in 269 milliseconds