Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 17 of 17) sorted by relevance

/misc/config_tools/board_inspector/inspectorlib/
A Dunpack.py38 if offset > data_size:
40 self.offset = offset
44 self.size = offset + size
54 self.offset += size
61 self.offset += l
83 return self.data[self.offset:self.offset+size]
92 old_offset = self.offset
93 self.offset += size
98 offset = self.offset
99 self.offset = self.size
[all …]
A Dcdata.py40 print("{:20s} {:6} {:6}".format(f[0], a.size, a.offset))
106 return "ofs={} ".format(a.offset)
/misc/efi-stub/
A Dpe.c116 UINTN offset; in get_pe_section() local
131 offset = dh->ExeHeader + sizeof(*pe) + pe->mSizeOfOptionalHeader; in get_pe_section()
134 ph = (struct PeSectionHeader *)&base[offset]; in get_pe_section()
141 offset += sizeof(*ph); in get_pe_section()
153 UINTN offset; in get_pe_entry() local
168 offset = dh->ExeHeader + sizeof(*pe); in get_pe_entry()
169 oh = (struct OptionHeader*)&base[offset]; in get_pe_entry()
A Dcontainer.c586 UINTN offset = 0u; in container_init() local
620 offset = hdr->DataOffset + comp->Offset; in container_init()
621 ctr->lzh_ptr[i] = (LOADER_COMPRESSED_HEADER *)((UINT8 *)(hdr) + offset); in container_init()
/misc/config_tools/board_inspector/acpiparser/aml/
A Ddatatypes.py64 offset, bitwidth, access_width = self.__fields[name]
67 bit_idx = offset
70 assert offset + bitwidth <= self.__length * 8, \
100 offset, bitwidth, access_width = self.__fields[name]
101 bit_idx = offset
104 assert offset + bitwidth <= self.__length * 8, \
325 def open_system_memory(cls, name, offset, length): argument
330 offset_page_aligned = (offset >> 12) << 12
342 def open_system_io(cls, name, offset, length): argument
352 assert offset <= 0xFF and (offset + length) <= 0x100
[all …]
A Dstream.py90 def seek(self, offset, absolute=False): argument
92 self.current = offset
94 self.current += offset
A Dcontext.py45 self.offset = None
50 def set_location(self, region, offset, access_width): argument
52 self.offset = offset
57 self.offset = index
61 if self.region and self.offset:
62 bit_index = self.offset
A Dinterpreter.py253 buf.create_field(name, sym.offset, sym.length, sym.access_width)
259 buf.create_field(name, sym.offset, sym.length, sym.access_width)
320 offset = self.interpret(tree.children[2]).get()
322 assert isinstance(space, int) and isinstance(offset, int) and (length, int)
325 op_region = OperationRegion.open_system_memory(sym.name, offset, length)
327 op_region = OperationRegion.open_system_io(sym.name, offset, length)
338 … op_region = OperationRegion.open_pci_configuration_space(bus_id, device_id, offset, length)
/misc/config_tools/board_inspector/legacy/
A Dacpi.py168 for key, offset in FACP_OFF.items():
170 f_node.seek(offset, 0)
200 for key, offset in FACP_OFF.items():
202 f_node.seek(offset, 0)
/misc/debug_tools/acrn_trace/scripts/
A Dformats15 0x00010038 CPU%(cpu)d 0x%(event)016x %(tsc)d apicv write [offset = 0x%(1)08x]
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/
A DGPU.vue67 Horizontal offset (pixels):
83 Vertical offset (pixels):
/misc/debug_tools/acrn_crashlog/common/
A Dfsutils.c242 off_t offset = 0; in do_copy_tail() local
264 offset = info.st_size - limit; in do_copy_tail()
266 rc = sendfile(fdest, fsrc, &offset, limit); in do_copy_tail()
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dloop.c491 int offset EXT2FS_ATTR((unused)), in callback_for_subentries()
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DIVSHMEM_REGION.vue78 <b-col sm="2" offset-sm="6">
/misc/config_tools/board_inspector/smbiosparser/
A Dsmbios.py109 self.start_offset = u.offset
114 self.strings_offset = u.offset
121 self.strings_length = u.offset - self.strings_offset
361 self.start_offset = u.offset
/misc/config_tools/board_inspector/cpuparser/
A Dcpuids.py622offset = cpuidfield(EBX, 31, 0, doc="The offset in bytes of this extended state component's save a… variable in LEAF_D_n
/misc/config_tools/configurator/packages/configurator/src-tauri/
A DCargo.lock959 name = "field-offset"
1393 "field-offset",

Completed in 40 milliseconds