Home
last modified time | relevance | path

Searched refs:ip_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h84 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member
140 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member
198 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member
H A Dcvmx-helper-util.c179 buffer_ptr.s.addr += (pip_ip_offset.s.offset<<3) - work->word2.s.ip_offset; in cvmx_helper_dump_packet()
/freebsd-12.1/contrib/gdb/gdb/
H A Darm-tdep.c672 int regno, sp_offset, fp_offset, ip_offset; in arm_scan_prologue() local
776 sp_offset = fp_offset = ip_offset = 0; in arm_scan_prologue()
786 ip_offset = 0; in arm_scan_prologue()
794 ip_offset = imm; in arm_scan_prologue()
802 ip_offset = -imm; in arm_scan_prologue()
845 fp_offset = -imm + ip_offset; in arm_scan_prologue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2312 addr_t ip_offset = imm32; in EmulateSUBR7IPImm() local
2313 addr_t addr = ip - ip_offset; // the adjusted ip value in EmulateSUBR7IPImm()
2319 context.SetRegisterPlusOffset(dwarf_reg, -ip_offset); in EmulateSUBR7IPImm()