Home
last modified time | relevance | path

Searched refs:eip (Results 1 – 25 of 28) sorted by relevance

12

/linux/arch/x86/include/asm/xen/
A Dinterface_32.h59 uint32_t eip; member
82 unsigned long eip; member
87 ((struct xen_callback){ .cs = (__cs), .eip = (unsigned long)(__eip) })
/linux/arch/h8300/include/asm/
A Dprocessor.h112 unsigned long eip = 0; \
115 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
116 eip; })
/linux/arch/m68k/include/asm/
A Dprocessor.h157 unsigned long eip = 0; \
160 eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
161 eip; })
/linux/tools/testing/selftests/x86/
A Dentry_from_vm86.c134 static bool do_test(struct vm86plus_struct *v86, unsigned long eip, in do_test() argument
141 v86->regs.eip = eip; in do_test()
181 …L]\tIncorrect return reason (started at eip = 0x%lx, ended at eip = 0x%lx)\n", eip, v86->regs.eip); in do_test()
A Dfsgsbase_restore.c204 regs2.eip = (unsigned long)tracee_zap_segment; in main()
A Dptrace_syscall.c37 # define user_ip eip
/linux/arch/um/kernel/
A Dexec.c41 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread() argument
43 PT_REGS_IP(regs) = eip; in start_thread()
/linux/Documentation/devicetree/bindings/crypto/
A Dinside-secure-safexcel.txt9 - interrupt-names: Should be "ring0", "ring1", "ring2", "ring3", "eip", "mem".
38 "eip";
/linux/arch/x86/include/uapi/asm/
A Dptrace.h31 long eip; member
A Dvm86.h79 long eip; member
A Dsigcontext.h315 __u32 eip; member
/linux/include/uapi/video/
A Duvesafb.h15 __u32 eip; member
/linux/arch/x86/include/asm/
A Duser32.h40 __u32 orig_eax, eip; member
/linux/arch/x86/kvm/
A Dtss.h14 u32 eip; member
A Demulate.c501 .next_rip = ctxt->eip, in emulator_check_intercept()
1983 u16 cs, eip; in __emulate_int_real() local
2020 ctxt->_eip = eip; in __emulate_int_real()
2188 unsigned long eip; in em_ret() local
2200 unsigned long eip, cs; in em_ret_far() local
3061 tss->eip = ctxt->_eip; in save_state_to_tss32()
3088 ctxt->_eip = tss->eip; in load_state_from_tss32()
3309 ctxt->_eip = ctxt->eip; in emulator_task_switch()
3469 unsigned long eip; in em_ret_near_imm() local
3740 ctxt->_eip = ctxt->eip; in em_hypercall()
[all …]
A Dkvm_emulate.h307 unsigned long eip; /* eip before instruction emulation */ member
/linux/include/xen/interface/hvm/
A Dhvm_vcpu.h20 uint32_t eip; member
/linux/fs/proc/
A Darray.c455 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
473 vsize = eip = esp = 0; in do_task_stat()
489 eip = KSTK_EIP(task); in do_task_stat()
592 seq_put_decimal_ull(m, " ", eip); in do_task_stat()
/linux/drivers/scsi/
A Dses.c439 int eip = desc[0] & 0x10; in ses_process_descriptor() local
452 if (eip) { in ses_process_descriptor()
458 if (eip) { in ses_process_descriptor()
/linux/Documentation/x86/
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
285 #. do page fault calls search_exception_table (regs->eip == c017e7a5);
/linux/arch/x86/xen/
A Dsmp_pv.c290 ctxt->user_regs.eip = (unsigned long)asm_cpu_bringup_and_idle; in cpu_initialize_context()
/linux/arch/x86/kernel/
A Dvm86_32.c126 unsafe_put_user(regs->pt.ip, &user->regs.eip, Efault_end); in save_v86_state()
264 vm86regs.pt.ip = v.regs.eip; in do_sys_vm86()
A Dptrace.c899 R32(eip, ip); in putreg32()
973 R32(eip, ip); in getreg32()
/linux/tools/lib/bpf/
A Dbpf_tracing.h104 #define PT_REGS_IP(x) ((x)->eip)
115 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), eip)
/linux/arch/arm64/boot/dts/marvell/
A Darmada-37xx.dtsi424 "ring2", "ring3", "eip";

Completed in 50 milliseconds

12