/freebsd-src/sys/dev/sfxge/common/ |
H A D | efx_intr.c | 122 efx_intr_t *eip = &(enp->en_intr); in efx_intr_init() local 134 eip->ei_esmp = esmp; in efx_intr_init() 135 eip->ei_type = type; in efx_intr_init() 136 eip->ei_level = 0; in efx_intr_init() 174 eip->ei_eiop = eiop; in efx_intr_init() 192 efx_intr_t *eip = &(enp->en_intr); in efx_intr_fini() local 193 const efx_intr_ops_t *eiop = eip->ei_eiop; in efx_intr_fini() 208 efx_intr_t *eip = &(enp->en_intr); in efx_intr_enable() local 209 const efx_intr_ops_t *eiop = eip->ei_eiop; in efx_intr_enable() 221 efx_intr_t *eip = &(enp->en_intr); in efx_intr_disable() local [all …]
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_fm.c | 834 zei_shrink_ranges(zfs_ecksum_info_t *eip) in zei_shrink_ranges() 837 uint32_t new_allowed_gap = eip->zei_mingap + 1; in zei_shrink_ranges() 840 size_t max = eip->zei_range_count; in zei_shrink_ranges() 842 struct zei_ranges *r = eip->zei_ranges; in zei_shrink_ranges() 844 ASSERT3U(eip->zei_range_count, >, 0); in zei_shrink_ranges() 845 ASSERT3U(eip->zei_range_count, <=, MAX_RANGES); in zei_shrink_ranges() 871 ASSERT3U(output, <, eip->zei_range_count); in zei_shrink_ranges() 872 eip->zei_range_count = output; in zei_shrink_ranges() 873 eip->zei_mingap = mingap; in zei_shrink_ranges() 874 eip in zei_shrink_ranges() 832 zei_shrink_ranges(zfs_ecksum_info_t * eip) zei_shrink_ranges() argument 876 zei_add_range(zfs_ecksum_info_t * eip,int start,int end) zei_add_range() argument 904 zei_range_total_size(zfs_ecksum_info_t * eip) zei_range_total_size() argument 935 zfs_ecksum_info_t *eip = kmem_zalloc(sizeof (*eip), KM_SLEEP); annotate_ecksum() local [all...] |
/freebsd-src/sys/i386/i386/ |
H A D | db_trace.c | 73 { "eip", DB_OFFSET(tf_eip), db_frame }, 262 int eip, esp, ebp; in db_nextframe() local 267 eip = db_get_value((int) &(*fp)->f_retaddr, 4, false); in db_nextframe() 272 * the saved instruction pointer as the saved EIP is after the in db_nextframe() 275 * the instruction at the saved EIP will be part of a different in db_nextframe() 281 if (eip >= PMAP_TRM_MIN_ADDRESS) { in db_nextframe() 282 sym = db_search_symbol(eip - 1 - setidt_disp, DB_STGY_ANY, in db_nextframe() 285 sym = db_search_symbol(eip - 1, DB_STGY_ANY, &offset); in db_nextframe() 315 *ip = (db_addr_t) eip; in db_nextframe() 320 db_print_stack_entry(name, 0, 0, 0, eip, &(*fp)->f_frame); in db_nextframe() [all …]
|
/freebsd-src/lib/libpmc/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 … 18 …ddress not only based on the EIP of the branch but also based on the execution path through which … 28 …ddress not only based on the EIP of the branch but also based on the execution path through which … 38 …ddress not only based on the EIP of the branch but also based on the execution path through which … 48 …ddress not only based on the EIP of the branch but also based on the execution path through which … 58 …ddress not only based on the EIP of the branch but also based on the execution path through which … 68 …ddress not only based on the EIP of the branch but also based on the execution path through which … 78 …ddress not only based on the EIP of the branch but also based on the execution path through which … 88 …ddress not only based on the EIP of the branch but also based on the execution path through which … 98 …ddress not only based on the EIP of the branch but also based on the execution path through which …
|
/freebsd-src/tools/debugscripts/ |
H A D | gdbinit.i386 | 4 x/10i $eip 20 x/1i $eip 26 x/1i $eip 37 printf "\n eip: " 38 x/1i $eip 43 printf " parameters possible)\nSaved eip: " 74 printf "\n eip: " 75 x/1i $eip 80 printf " parameters possible)\nSaved eip: " 263 printf " frame %d at %p: ebp %8x, eip ", $fno, $frame, $myebp [all …]
|
/freebsd-src/sys/cddl/dev/dtrace/i386/ |
H A D | dtrace_asm.S | 40 pushl 40(%esp) /* push calling EIP */ 70 movl 8(%esp), %eax /* load calling EIP */ 72 movl %eax, 4(%esp) /* store calling EIP */ 93 movl 4(%esp), %eax /* load calling EIP */ 95 movl %eax, 8(%esp) /* store calling EIP */ 115 movl 8(%esp), %eax /* load calling EIP */ 117 movl %eax, -8(%ebx) /* store calling EIP */ 127 * advance the %eip by one.
|
/freebsd-src/sys/contrib/openzfs/module/lua/setjmp/ |
H A D | setjmp_i386.S | 48 movl (%esp), %ecx /* %eip (return address) */ 49 movl %ecx, 20(%eax) /* save eip */ 60 movl 20(%eax), %ecx /* %eip (return address) */
|
/freebsd-src/sys/contrib/device-tree/Bindings/crypto/ |
H A D | inside-secure-safexcel.txt | 9 - interrupt-names: Should be "ring0", "ring1", "ring2", "ring3", "eip", "mem". 38 "eip";
|
H A D | inside-secure,safexcel.yaml | 37 - const: eip 83 interrupt-names = "ring0", "ring1", "ring2", "ring3", "eip", "mem";
|
/freebsd-src/sys/contrib/xen/ |
H A D | arch-x86_64.h | 37 * channel) occurs, event_address is used as the value of eip. 40 * failsafe_address is used as the value of eip.
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_locore.asm | 37 .cfi_offset %eip, L_SC_EIP 72 .cfi_offset %eip, L_SC_EIP
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | RegisterContextFreeBSDKernel_i386.cpp | 49 llvm::support::ulittle32_t eip; in ReadRegister() member 69 REG(eip); in ReadRegister()
|
/freebsd-src/sys/cam/scsi/ |
H A D | scsi_enc_ses.c | 108 uint8_t eip; /* eip bit is set */ member 1719 int eip; in ses_process_elm_addlstatus() local 1790 eip = ses_elm_addlstatus_eip(elm_hdr); in ses_process_elm_addlstatus() 1791 if (eip) { in ses_process_elm_addlstatus() 1883 /* Advance to the protocol data, skipping eip bytes if needed */ in ses_process_elm_addlstatus() 1884 offset += (eip * SES_EIP_HDR_EXTRA_LEN); in ses_process_elm_addlstatus() 1886 - (eip * SES_EIP_HDR_EXTRA_LEN); in ses_process_elm_addlstatus() 1902 eip, iter.type_index, in ses_process_elm_addlstatus() 1909 eip, iter.type_index, in ses_process_elm_addlstatus() 2482 * \param eip The EIP bit value. [all …]
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_locore.asm | 38 .cfi_offset %eip, L_SC_EIP 74 .cfi_offset %eip, L_SC_EIP
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 294 // MSVC only seems to emit symbolic register names for EIP, EBP, and ESP, in printFPOReg() 304 case X86::EIP: OS << "$eip"; break; in printFPOReg() 347 // Caller's $eip should be dereferenced CFA, and $esp should be CFA plus 4. in emitFrameDataRecord() 348 FuncOS << "$eip " << CFAVar << " ^ = "; in emitFrameDataRecord()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SimpleRemoteEPC.cpp | 297 std::promise<MSVCPExpected<SimpleRemoteEPCExecutorInfo>> EIP; in setup() 298 auto EIF = EIP.get_future(); in setup() 305 EIP.set_value( in setup() 314 EIP.set_value(EI); in setup() 316 EIP.set_value(make_error<StringError>( in setup() 280 std::promise<MSVCPExpected<SimpleRemoteEPCExecutorInfo>> EIP; setup() local
|
/freebsd-src/sys/cddl/dev/dtrace/x86/ |
H A D | regset.h | 98 #define EIP 13 macro 113 #define REG_PC EIP
|
/freebsd-src/tools/test/stress2/misc/ |
H A D | syzkaller63.sh | 26 # --- trap 0xc, eip = 0xfa1a2c, esp = 0x27a41a80, ebp = 0x27a41a98 --- 31 # --- syscall (486, FreeBSD ELF32, cpuset_getid), eip = 0x2056317d, esp = 0xffbfe990, ebp = 0xffbfe…
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextWindows_i386.cpp | 27 uint32_t eip; member 59 …DEFINE_GPR(eip, "pc", ehframe_eip_i386, dwarf_eip_i386, LLDB_REGNUM_GENERIC_PC, …
|
/freebsd-src/sys/i386/include/ |
H A D | vm86.h | 65 reg86_t eip; member 98 #define vmf_ip eip.r_w.r_x
|
/freebsd-src/sys/amd64/ia32/ |
H A D | ia32_syscall.c | 123 u_int32_t eip; in ia32_fetch_syscall_args() local 138 error = fueword32((void *)frame->tf_rsp, &eip); in ia32_fetch_syscall_args() 149 frame->tf_rip = eip; in ia32_fetch_syscall_args()
|
/freebsd-src/lib/libvmmapi/amd64/ |
H A D | vmmapi_freebsd_machdep.c | 67 * 'eip' in flat mode. 70 vm_setup_freebsd_registers_i386(struct vcpu *vcpu, uint32_t eip, in vm_setup_freebsd_registers_i386() argument 196 if ((error = vm_set_register(vcpu, VM_REG_GUEST_RIP, eip)) != 0) in vm_setup_freebsd_registers_i386()
|
/freebsd-src/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 435 uint32_t eip, struct tss32 *tss, struct iovec *iov) in tss32_save() argument 456 /* eflags and eip */ in tss32_save() 460 tss->tss_eip = eip; in tss32_save() 532 /* eflags and eip */ in tss32_restore() 715 uint32_t eip, ot_lim, access; in vmexit_task_switch() local 732 eip = vmexit->rip + vmexit->inst_length; in vmexit_task_switch() 851 tss32_save(vcpu, task_switch, eip, &oldtss, ot_iov); in vmexit_task_switch()
|
/freebsd-src/sys/i386/bios/ |
H A D | smapi_bios.S | 20 * 0x04 : return EIP
|
/freebsd-src/contrib/netbsd-tests/ipf/regress/ |
H A D | i9 | 17 pass in from any to any with opt mtur,mtup,encode,ts,tr,sec,cipso,satid,ssrr,visa,imitd,eip,finn,dp…
|