Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-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
HDcvmx-helper-util.c179 buffer_ptr.s.addr += (pip_ip_offset.s.offset<<3) - work->word2.s.ip_offset; in cvmx_helper_dump_packet()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp2301 addr_t ip_offset = imm32; in EmulateSUBR7IPImm() local
2302 addr_t addr = ip - ip_offset; // the adjusted ip value in EmulateSUBR7IPImm()
2308 context.SetRegisterPlusOffset(*dwarf_reg, -ip_offset); in EmulateSUBR7IPImm()