Searched refs:ip_offset (Results 1 – 4 of 4) sorted by relevance
84 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member140 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member198 …uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member
179 buffer_ptr.s.addr += (pip_ip_offset.s.offset<<3) - work->word2.s.ip_offset; in cvmx_helper_dump_packet()
672 int regno, sp_offset, fp_offset, ip_offset; in arm_scan_prologue() local776 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()
2312 addr_t ip_offset = imm32; in EmulateSUBR7IPImm() local2313 addr_t addr = ip - ip_offset; // the adjusted ip value in EmulateSUBR7IPImm()2319 context.SetRegisterPlusOffset(dwarf_reg, -ip_offset); in EmulateSUBR7IPImm()