Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 41) sorted by relevance

12

/misc/config_tools/board_inspector/extractors/
A D30-memory.py17 end = "0x{:016x}".format(e820_entry.end)
18 size = e820_entry.end - e820_entry.start + 1
19 add_child(memory_node, "range", start=start, end=end, size=str(size))
A D40-acpi-tables.py101 end = "0x{:016x}".format(entry.address + entry.size - 1)
103 … region = add_child(memory_node, "range", None, id="CRL Binary", start=start, end=end, size=size)
133 end = "0x{:016x}".format(entry.address + entry.size - 1)
135 …region = add_child(memory_node, "range", None, id="TCC Error Log", start=start, end=end, size=size)
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dstartupreason.c37 char *start, *p1, *p2, *end; in get_cmdline_bootreason() local
65 end = MIN(p1, p2); in get_cmdline_bootreason()
67 end = MAX(p1, p2); in get_cmdline_bootreason()
69 if (!end) in get_cmdline_bootreason()
70 end = cmdline + size; in get_cmdline_bootreason()
72 const size_t len = MIN((size_t)(end - start), (size_t)(limit - 1)); in get_cmdline_bootreason()
A Dcrash_reclassify.c133 char *end; in _get_data() local
146 end = strchr(value, '\n'); in _get_data()
147 if (!end) in _get_data()
150 size = MIN(max_size, (size_t)(end - value)); in _get_data()
/misc/efi-stub/
A Dmalloc.c63 EFI_PHYSICAL_ADDRESS start, end; in emalloc_reserved_aligned() local
70 end = start + (desc->NumberOfPages << EFI_PAGE_SHIFT); in emalloc_reserved_aligned()
73 if ((end <= MEM_ADDR_1MB) && (maxaddr > MEM_ADDR_1MB)) in emalloc_reserved_aligned()
96 if ((start + size <= end) && (start + size <= maxaddr)) { in emalloc_reserved_aligned()
133 EFI_PHYSICAL_ADDRESS start, end; in dump_e820() local
140 end = start + (desc->NumberOfPages << EFI_PAGE_SHIFT); in dump_e820()
142 Print(L"[%d]start:%lx, end:%lx, type:%d\n", i, start, end, desc->Type); in dump_e820()
/misc/config_tools/static_allocators/
A Dgpa.py105 if other.end < self.start:
107 if self.end < other.start:
114 if other.start >= self.start and other.end <= self.end:
239 end = node.get('max')
259 end = node.get('max')
263 if window.start >= range.start and window.end <= range.end:
284 end = resource.get('max')
304 end = resource.get('max')
326 end = resource_hostbridge.get('max')
328 if int(end,16) < 4 * SIZE_G:
[all …]
/misc/config_tools/board_inspector/legacy/
A Dparser_lib.py19 def print_yel(msg, warn=False, end=True): argument
26 if end:
29 print("\033[1;33mWarning\033[0m: "+msg, end="")
31 if end:
34 print("\033[1;33m{}\033[0m".format(msg), end="")
A Dmisc.py150 print("\t", end="", file=config)
157 print("{}, ".format(irq), end="", file=config)
220 print("\t{}".format(processor_id), end="", file=config)
224 print(", {}".format(processor_id), end="", file=config)
A Ddmar.py381 file=config, end="")
386 file=config, end="")
391 file=config, end="")
396 file=config, end="")
/misc/config_tools/board_config/
A Dvbar_base_h.py53 end=int(match.group("end"), 16))
60 if other.end < self.start:
62 if self.end < other.start:
264 … mmioRange = [MmioWindow(start=acrn_config_utilities.SIZE_2G, end=acrn_config_utilities.SIZE_4G-1)]
324 if w2.start <= w1.start <= w2.end and w2.start <= w1.end <= w2.end:
339 if cur.start <= last.end + 1:
340 last = MmioWindow(start=last.start, end=max(last.end, cur.end))
354 window = MmioWindow(start=w.start, end=w.start+size-1)
357 window = MmioWindow(start=u.end+1, end=u.end+size)
404 mmiolist_per_vm[vm_i].append(MmioWindow(start = 0xffff0000 , end = 0xffffffff))
[all …]
A Dpci_devices_h.py29 print("#define %-32s" % tmp_sub_name, end="", file=config)
/misc/config_tools/board_inspector/memmapparser/
A De820.py28 self.__class__.__name__, self.start, self.end, name_of_types.get(self.type))
42 end = int(read_file(os.path.join(sysfs_memmap_path, i, "end")), base=16)
45 acc.append(E820Entry(start, end, ty))
/misc/debug_tools/acrn_crashlog/usercrash/
A Dcrash_dump.c276 char *end; in get_key_value() local
296 end = strchr(msg, '\n'); in get_key_value()
297 if (end == NULL) in get_key_value()
298 end = data + size; in get_key_value()
300 len = end - start; in get_key_value()
/misc/config_tools/board_inspector/acpiparser/
A Drtct.py185 end = addr + length
186 while addr < end:
196 end = addr + length
199 while addr < end:
220 end = addr + length
223 while addr < end:
A Ddmar.py40 end = addr + length
45 while addr < end:
178 end = addr + length
185 while addr < end:
A Dapic.py243 end = addr + length
246 while addr < end:
A Dasf.py243 end = addr + length
249 while addr < end:
/misc/config_tools/board_inspector/acpiparser/aml/
A Dvisitors.py21 print(f"{indent}{tree.label}", end="")
24 print(f" = {hex(tree.value)}", end="")
27 print(f" = '{tree.value}'", end="")
29 …rint(f" (deferred at {hex(tree.deferred_range[0])}, length {hex(tree.deferred_range[1])})", end="")
31 print(f" {tree.factory.label}: {tree.factory.seq}", end="")
/misc/packaging/
A Dgen_acrn_deb.py81 end = lines.index('#Build info End\n')
82 del lines[(start + 1):(end - 1)]
92 end = lines.index('#ACRN parameters End\n')
93 del lines[(start + 1):(end - 1)]
/misc/debug_tools/acrn_crashlog/common/
A Dcmdutils.c215 goto end; in exec_out2mem()
226 end: in exec_out2mem()
A Dfsutils.c402 char *end; in file_read_string() local
421 end = strchr(string, '\n'); in file_read_string()
422 if (end) in file_read_string()
423 *end = 0; in file_read_string()
976 goto end; in dir_recursive()
1009 end: in dir_recursive()
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/
A Dstyle.scss14 justify-content: flex-end;
/misc/config_tools/configurator/packages/configurator/src/pages/
A DWelcome.vue11 <div class="d-flex justify-content-center border-end-sm col-sm">
/misc/debug_tools/acrn_trace/scripts/
A Dirq_analyze.py77 TSC end %d, TSC begin %d" \
/misc/sample_application/uservm/
A DuserApp.cpp242 …nt>::iterator i = (*latencies.latencyValues).begin(); i != (*latencies.latencyValues).end(); i++) { in dump_data()

Completed in 30 milliseconds

12