Home
last modified time | relevance | path

Searched full:offset (Results 1 – 25 of 4603) sorted by relevance

12345678910>>...185

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d-opregion.h43 /// Offset 0x0, Size 0x100
46 int8_t sign[0x10]; ///< Offset 0x00 OpRegion Signature
47 uint32_t size; ///< Offset 0x10 OpRegion Size
48 uint32_t over; ///< Offset 0x14 OpRegion Structure Version
49 uint8_t sver[0x20]; ///< Offset 0x18 System BIOS Build Version
50 uint8_t vver[0x10]; ///< Offset 0x38 Video BIOS Build Version
51 uint8_t gver[0x10]; ///< Offset 0x48 Graphic Driver Build Version
52 uint32_t mbox; ///< Offset 0x58 Supported Mailboxes
53 uint32_t dmod; ///< Offset 0x5C Driver Model
54 uint32_t pcon; ///< Offset 0x60 Platform Configuration
[all …]
/freebsd/tools/regression/geom/Data/
H A Ddisk.msdos.ext.xml9 <offset>0</offset>
30 <offset>512</offset>
51 <offset>2146798080</offset>
72 <offset>2155023360</offset>
93 <offset>2163248640</offset>
114 <offset>2171473920</offset>
135 <offset>2179699200</offset>
156 <offset>2187924480</offset>
177 <offset>2196149760</offset>
198 <offset>2204375040</offset>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h28 size_t writeMachOStruct(MutableArrayRef<char> Buf, size_t Offset, MachOStruct S, in writeMachOStruct() argument
32 assert(Offset + sizeof(MachOStruct) <= Buf.size() && "Buffer overflow"); in writeMachOStruct()
33 memcpy(&Buf[Offset], reinterpret_cast<const char *>(&S), sizeof(MachOStruct)); in writeMachOStruct()
34 return Offset + sizeof(MachOStruct); in writeMachOStruct()
41 virtual size_t write(MutableArrayRef<char> Buf, size_t Offset,
63 size_t write(MutableArrayRef<char> Buf, size_t Offset, \
65 return writeMachOStruct(Buf, Offset, rawStruct(), SwapStruct); \
97 size_t write(MutableArrayRef<char> Buf, size_t Offset,
99 Offset = writeMachOStruct(Buf, Offset, rawStruct(), SwapStruct);
100 strcpy(Buf.data() + Offset, Name.data());
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp95 uint64_t Offset = 0) { in formatSymbol() argument
102 if (Offset) in formatSymbol()
103 OS << format("+0x%" PRIX64 " (0x%" PRIX64 ")", Offset, Address); in formatSymbol()
255 uint64_t Offset) { in getRelocatedSymbol()
258 if (RelocationOffset == Offset) in getRelocatedSymbol()
278 uint32_t Offset = CoffSym.getValue() + SymbolOffset - CS.getValue(); in getPreferredSymbol()
279 if (Offset <= SymbolOffset) { in getPreferredSymbol()
280 SymbolOffset = Offset; in getPreferredSymbol()
295 // Try to locate a relocation that points at the offset in the section in getSymbolForLocation()
299 // We found a relocation symbol; the immediate offset need in getSymbolForLocation()
254 getRelocatedSymbol(const COFFObjectFile &,const SectionRef & Section,uint64_t Offset) getRelocatedSymbol() argument
277 uint32_t Offset = CoffSym.getValue() + SymbolOffset - CS.getValue(); getPreferredSymbol() local
327 opcode_0xxxxxxx(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_0xxxxxxx() argument
338 opcode_10Lxxxxx(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_10Lxxxxx() argument
357 opcode_1100xxxx(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_1100xxxx() argument
369 opcode_11010Lxx(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11010Lxx() argument
386 opcode_11011Lxx(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11011Lxx() argument
403 opcode_11100xxx(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11100xxx() argument
417 opcode_111010xx(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_111010xx() argument
430 opcode_1110110L(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_1110110L() argument
444 opcode_11101110(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11101110() argument
460 opcode_11101111(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11101111() argument
478 opcode_11110101(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11110101() argument
493 opcode_11110110(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11110110() argument
508 opcode_11110111(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11110111() argument
521 opcode_11111000(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111000() argument
536 opcode_11111001(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111001() argument
549 opcode_11111010(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111010() argument
564 opcode_11111011(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111011() argument
571 opcode_11111100(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111100() argument
578 opcode_11111101(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111101() argument
585 opcode_11111110(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111110() argument
592 opcode_11111111(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_11111111() argument
599 opcode_alloc_s(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_alloc_s() argument
609 opcode_save_r19r20_x(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_r19r20_x() argument
622 opcode_save_fplr(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_fplr() argument
632 opcode_save_fplr_x(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_fplr_x() argument
645 opcode_alloc_m(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_alloc_m() argument
658 opcode_save_regp(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_regp() argument
673 opcode_save_regp_x(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_regp_x() argument
694 opcode_save_reg(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_reg() argument
709 opcode_save_reg_x(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_reg_x() argument
726 opcode_save_lrpair(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_lrpair() argument
742 opcode_save_fregp(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_fregp() argument
757 opcode_save_fregp_x(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_fregp_x() argument
776 opcode_save_freg(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_freg() argument
791 opcode_save_freg_x(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_freg_x() argument
807 opcode_alloc_l(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_alloc_l() argument
820 opcode_setfp(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_setfp() argument
829 opcode_addfp(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_addfp() argument
841 opcode_nop(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_nop() argument
848 opcode_end(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_end() argument
855 opcode_end_c(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_end_c() argument
862 opcode_save_next(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_next() argument
873 opcode_save_any_reg(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_save_any_reg() argument
950 opcode_trap_frame(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_trap_frame() argument
957 opcode_machine_frame(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_machine_frame() argument
965 opcode_context(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_context() argument
972 opcode_clear_unwound_to_call(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_clear_unwound_to_call() argument
980 opcode_pac_sign_lr(const uint8_t * OC,unsigned & Offset,unsigned Length,bool Prologue) opcode_pac_sign_lr() argument
990 decodeOpcodes(ArrayRef<uint8_t> Opcodes,unsigned Offset,bool Prologue) decodeOpcodes() argument
1028 uint64_t Offset = VA - SectionVA; dumpXDataRecord() local
1132 dumpUnpackedEntry(const COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunction & RF) dumpUnpackedEntry() argument
1200 dumpPackedEntry(const object::COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunction & RF) dumpPackedEntry() argument
1298 dumpPackedARM64Entry(const object::COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunctionARM64 & RF) dumpPackedARM64Entry() argument
1433 uint64_t Offset = PDataEntrySize * Index; dumpProcedureDataEntry() local
[all...]
H A DARMWinEHPrinter.h38 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
40 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset,
42 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset,
44 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset,
46 bool opcode_11011Lxx(const uint8_t *Opcodes, unsigned &Offset,
48 bool opcode_11100xxx(const uint8_t *Opcodes, unsigned &Offset,
50 bool opcode_111010xx(const uint8_t *Opcodes, unsigned &Offset,
52 bool opcode_1110110L(const uint8_t *Opcodes, unsigned &Offset,
54 bool opcode_11101110(const uint8_t *Opcodes, unsigned &Offset,
56 bool opcode_11101111(const uint8_t *Opcodes, unsigned &Offset,
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.h48 virtual void emitARM64WinCFISaveR19R20X(int Offset) {} in emitARM64WinCFISaveR19R20X() argument
49 virtual void emitARM64WinCFISaveFPLR(int Offset) {} in emitARM64WinCFISaveFPLR() argument
50 virtual void emitARM64WinCFISaveFPLRX(int Offset) {} in emitARM64WinCFISaveFPLRX() argument
51 virtual void emitARM64WinCFISaveReg(unsigned Reg, int Offset) {} in emitARM64WinCFISaveReg() argument
52 virtual void emitARM64WinCFISaveRegX(unsigned Reg, int Offset) {} in emitARM64WinCFISaveRegX() argument
53 virtual void emitARM64WinCFISaveRegP(unsigned Reg, int Offset) {} in emitARM64WinCFISaveRegP() argument
54 virtual void emitARM64WinCFISaveRegPX(unsigned Reg, int Offset) {} in emitARM64WinCFISaveRegPX() argument
55 virtual void emitARM64WinCFISaveLRPair(unsigned Reg, int Offset) {} in emitARM64WinCFISaveLRPair() argument
56 virtual void emitARM64WinCFISaveFReg(unsigned Reg, int Offset) {} in emitARM64WinCFISaveFReg() argument
57 virtual void emitARM64WinCFISaveFRegX(unsigned Reg, int Offset) {} in emitARM64WinCFISaveFRegX() argument
[all …]
H A DAArch64WinCOFFStreamer.cpp67 // 2) take an offset: SEH_StackAlloc, SEH_SaveFPLR, SEH_SaveFPLR_X
68 // 3) take a register and an offset/size: all others
70 int Reg, int Offset) { in emitARM64WinUnwindCode() argument
75 auto Inst = WinEH::Instruction(UnwindCode, /*Label=*/nullptr, Reg, Offset); in emitARM64WinUnwindCode()
91 void AArch64TargetWinCOFFStreamer::emitARM64WinCFISaveR19R20X(int Offset) { in emitARM64WinCFISaveR19R20X() argument
92 emitARM64WinUnwindCode(Win64EH::UOP_SaveR19R20X, -1, Offset); in emitARM64WinCFISaveR19R20X()
95 void AArch64TargetWinCOFFStreamer::emitARM64WinCFISaveFPLR(int Offset) { in emitARM64WinCFISaveFPLR() argument
96 emitARM64WinUnwindCode(Win64EH::UOP_SaveFPLR, -1, Offset); in emitARM64WinCFISaveFPLR()
99 void AArch64TargetWinCOFFStreamer::emitARM64WinCFISaveFPLRX(int Offset) { in emitARM64WinCFISaveFPLRX() argument
100 emitARM64WinUnwindCode(Win64EH::UOP_SaveFPLRX, -1, Offset); in emitARM64WinCFISaveFPLRX()
[all …]
/freebsd/sys/contrib/libfdt/
H A Dfdt_ro.c58 static int fdt_nodename_eq_(const void *fdt, int offset, in fdt_nodename_eq_() argument
62 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_()
95 int offset; in fdt_get_max_phandle() local
97 for (offset = fdt_next_node(fdt, -1, NULL);; in fdt_get_max_phandle()
98 offset = fdt_next_node(fdt, offset, NULL)) { in fdt_get_max_phandle()
101 if (offset == -FDT_ERR_NOTFOUND) in fdt_get_max_phandle()
104 if (offset < 0) in fdt_get_max_phandle()
107 phandle = fdt_get_phandle(fdt, offset); in fdt_get_max_phandle()
135 static int nextprop_(const void *fdt, int offset) in nextprop_() argument
141 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
[all …]
H A Dfdt.c77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() argument
79 unsigned absoffset = offset + fdt_off_dt_struct(fdt); in fdt_offset_ptr()
81 if ((absoffset < offset) in fdt_offset_ptr()
87 if (((offset + len) < offset) in fdt_offset_ptr()
88 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
91 return fdt_offset_ptr_(fdt, offset); in fdt_offset_ptr()
98 int offset = startoffset; in fdt_next_tag() local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
106 offset += FDT_TAGSIZE; in fdt_next_tag()
113 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.c17 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
26 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
35 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
44 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
53 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
66 .offset = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01,
75 .offset = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01,
84 .offset = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01,
97 .offset = offsetof(struct wlfw_shadow_reg_cfg_s_v01,
106 .offset = offsetof(struct wlfw_shadow_reg_cfg_s_v01,
[all …]
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c228 size_t offset = 0; in _load_header_info() local
234 offset += _unmarshall32(buf + offset, &magic); in _load_header_info()
241 offset += _unmarshall32(buf + offset, &version); in _load_header_info()
248 offset += _unmarshall32(buf + offset, node_count); in _load_header_info()
249 offset += _unmarshall32(buf + offset, port_count); in _load_header_info()
251 offset += _unmarshall64(buf + offset, &fabric_cache->from_node_guid); in _load_header_info()
252 offset += _unmarshall32(buf + offset, &tmp32); in _load_header_info()
316 size_t offset = 0; in _load_node() local
339 offset += _unmarshall16(buf + offset, &node->smalid); in _load_node()
340 offset += _unmarshall8(buf + offset, &node->smalmc); in _load_node()
[all …]
/freebsd/share/man/man9/
H A Dbus_space.9158 .Fa "bus_size_t offset" "bus_size_t size" "bus_space_handle_t *nhandlep"
172 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
177 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
182 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
187 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
192 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
197 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
202 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
207 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
212 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h118 /// settings are copied from \a data. If \a offset is not a valid offset in
120 /// are not \a length bytes available in \a data starting at \a offset, the
126 /// \param[in] offset
127 /// The offset into \a data at which the subset starts.
134 DataExtractor(const DataExtractor &data, lldb::offset_t offset,
179 /// \a s is nullptr) starting \a offset bytes into the data and stopping
180 /// after dumping \a length bytes. The offset into the data is displayed at
181 /// the beginning of each line and can be offset by base address \a
187 /// \param[in] offset
188 /// The offset into the data at which to start dumping.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h52 /// attempting to parse and without updating the Cursor offset. After clearing
55 uint64_t Offset; variable
61 /// Construct a cursor for extraction from the given offset.
62 explicit Cursor(uint64_t Offset) : Offset(Offset), Err(Error::success()) {} in Cursor() argument
71 uint64_t tell() const { return Offset; } in tell()
73 /// Set the cursor to the new offset. This does not impact the error state.
74 void seek(uint64_t NewOffSet) { Offset = NewOffSet; } in seek()
105 /// Returns a pointer to a C String from the data at the offset
108 /// updated with the offset of the byte that follows the NULL
112 /// A pointer to an offset within the data that will be advanced
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp46 // Extract a single unsigned char from the binary data and update the offset
50 uint32_t DataEncoder::PutU8(uint32_t offset, uint8_t value) { in PutU8() argument
51 if (ValidOffset(offset)) { in PutU8()
52 m_data_sp->GetBytes()[offset] = value; in PutU8()
53 return offset + 1; in PutU8()
58 uint32_t DataEncoder::PutU16(uint32_t offset, uint16_t value) { in PutU16() argument
59 if (ValidOffsetForDataOfSize(offset, sizeof(value))) { in PutU16()
61 write16be(m_data_sp->GetBytes() + offset, value); in PutU16()
63 write16le(m_data_sp->GetBytes() + offset, value); in PutU16()
65 return offset + sizeof(value); in PutU16()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp80 VE::SX15, // Global offset table register in getReservedRegs()
106 // Default offset in instruction's operands (reg+reg+imm). in offsetToDisp()
160 // offset if the offset doesn't fit in the immediate field. Use a clobber
162 void prepareReplaceFI(MachineInstr &MI, Register &FrameReg, int64_t &Offset,
164 // Replace the frame index in \p MI with a frame register and a given offset
167 void replaceFI(MachineInstr &MI, Register FrameReg, int64_t Offset,
171 void processSTQ(MachineInstr &MI, Register FrameReg, int64_t Offset,
173 void processLDQ(MachineInstr &MI, Register FrameReg, int64_t Offset,
176 void processSTVM(MachineInstr &MI, Register FrameReg, int64_t Offset,
178 void processLDVM(MachineInstr &MI, Register FrameReg, int64_t Offset,
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp667 {"SD", &EmulateInstructionMIPS64::Emulate_SD, "SD rt, offset(rs)"}, in GetOpcodeForInstruction()
668 {"LD", &EmulateInstructionMIPS64::Emulate_LD, "LD rt, offset(base)"}, in GetOpcodeForInstruction()
688 "LB rt, offset(base)"}, in GetOpcodeForInstruction()
690 "LBE rt, offset(base)"}, in GetOpcodeForInstruction()
692 "LBU rt, offset(base)"}, in GetOpcodeForInstruction()
694 "LBUE rt, offset(base)"}, in GetOpcodeForInstruction()
696 "LDC1 ft, offset(base)"}, in GetOpcodeForInstruction()
698 "LDL rt, offset(base)"}, in GetOpcodeForInstruction()
700 "LDR rt, offset(base)"}, in GetOpcodeForInstruction()
702 "LLD rt, offset(base)"}, in GetOpcodeForInstruction()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h54 uint16_t offset = ((inst << 4) & 0xc0) // offset[7:6] in DecodeC_LWSP() local
55 | ((inst >> 7) & 0x20) // offset[5] in DecodeC_LWSP()
56 | ((inst >> 2) & 0x1c); // offset[4:2] in DecodeC_LWSP()
59 return LW{rd, Rs{gpr_sp_riscv}, uint32_t(offset)}; in DecodeC_LWSP()
64 uint16_t offset = ((inst << 4) & 0x1c0) // offset[8:6] in DecodeC_LDSP() local
65 | ((inst >> 7) & 0x20) // offset[5] in DecodeC_LDSP()
66 | ((inst >> 2) & 0x18); // offset[4:3] in DecodeC_LDSP()
69 return LD{rd, Rs{gpr_sp_riscv}, uint32_t(offset)}; in DecodeC_LDSP()
73 uint16_t offset = ((inst >> 1) & 0xc0) // offset[7:6] in DecodeC_SWSP() local
74 | ((inst >> 7) & 0x3c); // offset[5:2] in DecodeC_SWSP()
[all …]
/freebsd/stand/kshim/
H A Dbsd_busspace.c41 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in bus_space_subregion() argument
44 *nbshp = bsh + offset; in bus_space_subregion()
50 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_read_multi_1() argument
53 *datap++ = bus_space_read_1(t, h, offset); in bus_space_read_multi_1()
59 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_read_multi_2() argument
62 *datap++ = bus_space_read_2(t, h, offset); in bus_space_read_multi_2()
68 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_read_multi_4() argument
70 h += offset; in bus_space_read_multi_4()
79 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_write_multi_1() argument
84 bus_space_write_1(t, h, offset, temp); in bus_space_write_multi_1()
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iores.c50 size_t offset; /**< offset within res */ member
51 size_t size; /**< size relative to the base offset */
67 * @param offset Offset
76 bhnd_nvram_iores_new(struct bhnd_resource *r, bus_size_t offset, in bhnd_nvram_iores_new() argument
94 /* offset/size must not exceed our internal size_t representation, in bhnd_nvram_iores_new()
97 if (size > SIZE_MAX || offset > SIZE_MAX) { in bhnd_nvram_iores_new()
98 BHND_NV_LOG("offset %#jx+%#jx exceeds SIZE_MAX\n", in bhnd_nvram_iores_new()
99 (uintmax_t)offset, (uintmax_t)offset); in bhnd_nvram_iores_new()
103 if (size > BUS_SPACE_MAXSIZE || offset > BUS_SPACE_MAXSIZE) in bhnd_nvram_iores_new()
105 BHND_NV_LOG("offset %#jx+%#jx exceeds BUS_SPACE_MAXSIZE\n", in bhnd_nvram_iores_new()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp678 {"SW", &EmulateInstructionMIPS::Emulate_SW, "SW rt, offset(rs)"}, in GetOpcodeForInstruction()
679 {"LW", &EmulateInstructionMIPS::Emulate_LW, "LW rt, offset(base)"}, in GetOpcodeForInstruction()
689 {"SWSP_MM", &EmulateInstructionMIPS::Emulate_SWSP, "SWSP rt,offset(sp)"}, in GetOpcodeForInstruction()
691 "SWM16 reglist,offset(sp)"}, in GetOpcodeForInstruction()
693 "SWM32 reglist,offset(base)"}, in GetOpcodeForInstruction()
695 "SWP rs1,offset(base)"}, in GetOpcodeForInstruction()
696 {"LWSP_MM", &EmulateInstructionMIPS::Emulate_LWSP, "LWSP rt,offset(sp)"}, in GetOpcodeForInstruction()
698 "LWM16 reglist,offset(sp)"}, in GetOpcodeForInstruction()
700 "LWM32 reglist,offset(base)"}, in GetOpcodeForInstruction()
702 "LWP rd,offset(base)"}, in GetOpcodeForInstruction()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp117 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat() argument
118 LLDB_INSTRUMENT_VA(this, error, offset); in GetFloat()
124 uint32_t old_offset = offset; in GetFloat()
125 value = m_opaque_sp->GetFloat(&offset); in GetFloat()
126 if (offset == old_offset) in GetFloat()
132 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble() argument
133 LLDB_INSTRUMENT_VA(this, error, offset); in GetDouble()
139 uint32_t old_offset = offset; in GetDouble()
140 value = m_opaque_sp->GetDouble(&offset); in GetDouble()
141 if (offset == old_offset) in GetDouble()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp26 lldb::offset_t *offset, uint64_t *value, in GetMaxU64() argument
28 const lldb::offset_t saved_offset = *offset; in GetMaxU64()
29 *value = data.GetMaxU64(offset, byte_size); in GetMaxU64()
30 return *offset != saved_offset; in GetMaxU64()
34 lldb::offset_t *offset, uint64_t *value, in GetMaxU64() argument
36 lldb::offset_t saved_offset = *offset; in GetMaxU64()
39 if (!GetMaxU64(data, offset, value, byte_size)) { in GetMaxU64()
40 *offset = saved_offset; in GetMaxU64()
48 lldb::offset_t *offset, int64_t *value, in GetMaxS64() argument
50 const lldb::offset_t saved_offset = *offset; in GetMaxS64()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp42 /// the RopePiece corresponding to some offset very efficiently, and it
76 /// when looking for an offset in the BTree.
103 /// split - Split the range containing the specified offset so that we are
105 /// offset. The offset is relative, so "0" is the start of the node.
109 RopePieceBTreeNode *split(unsigned Offset);
112 /// specified offset. The offset is relative, so "0" is the start of the
117 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R);
119 /// erase - Remove NumBytes from this node at the specified offset. We are
120 /// guaranteed that there is a split at Offset.
121 void erase(unsigned Offset, unsigned NumBytes);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp64 /// Skip an InlineInfo object in the specified data at the specified offset.
73 /// \param Offset The byte offset within \a Data.
77 static bool skip(DataExtractor &Data, uint64_t &Offset, bool SkippedRanges) { in skip() argument
79 if (skipRanges(Data, Offset) == 0) in skip()
82 bool HasChildren = Data.getU8(&Offset) != 0; in skip()
83 Data.getU32(&Offset); // Skip Inline.Name. in skip()
84 Data.getULEB128(&Offset); // Skip Inline.CallFile. in skip()
85 Data.getULEB128(&Offset); // Skip Inline.CallLine. in skip()
87 while (skip(Data, Offset, fals in skip()
109 lookup(const GsymReader & GR,DataExtractor & Data,uint64_t & Offset,uint64_t BaseAddr,uint64_t Addr,SourceLocations & SrcLocs,llvm::Error & Err) lookup() argument
164 uint64_t Offset = 0; lookup() local
180 decode(DataExtractor & Data,uint64_t & Offset,uint64_t BaseAddr) decode() argument
225 uint64_t Offset = 0; decode() local
[all...]

12345678910>>...185