Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 64) sorted by relevance

123

/qemu/python/qemu/utils/
H A D__init__.py143 sections = []
150 sections.append(add_visual_margin(self.stdout, width, name))
152 sections.append(f"{name}: N/A")
155 sections.append(add_visual_margin(self.stderr, width, 'stderr'))
157 sections.append("stderr: N/A")
161 textwrap.indent(os.linesep.join(sections), prefix=lmargin),
/qemu/hw/i386/
H A Dtdvf.c145 g_autofree TdvfSectionEntry *sections = NULL; in tdvf_parse_metadata() local
172 sections = g_new(TdvfSectionEntry, fw->nr_entries); in tdvf_parse_metadata()
174 memcpy(sections, (void *)metadata + sizeof(*metadata), entries_size); in tdvf_parse_metadata()
177 if (tdvf_parse_and_check_section_entry(&sections[i], &fw->entries[i])) { in tdvf_parse_metadata()
H A Dsgx.c132 epc = pcms->sgx_epc.sections[j]; in sgx_epc_reset()
179 info->sections = sgx_calc_host_epc_sections(); in qmp_query_sgx_capabilities()
232 info->sections = sgx_get_epc_sections_list(); in qmp_query_sgx()
257 section_list = info->sections; in hmp_info_sgx()
288 epc = pcms->sgx_epc.sections[section_nr]; in sgx_epc_get_section()
H A Dsgx-epc.c84 sgx_epc->sections = g_renew(SGXEPCDevice *, sgx_epc->sections, in sgx_epc_realize()
86 sgx_epc->sections[sgx_epc->nr_sections++] = epc; in sgx_epc_realize()
/qemu/scripts/
H A Dkernel-doc404 my %sections;
575 if (defined($sections{$name}) && ($sections{$name} ne "")) {
581 $sections{$name} .= $contents;
583 $sections{$name} = $contents;
611 'sections' => \%sections,
1331 'sections' => \%sections,
1425 'sections' => \%sections,
1466 'sections' => \%sections,
1485 'sections' => \%sections,
1704 if (!defined($sections{$section_return}) ||
[all …]
/qemu/target/s390x/
H A Darch_dump.c344 static struct sections { struct
348 } sections[] = { variable
357 struct sections *sctn = sections; in arch_sections_write_hdr()
380 struct sections *sctn = sections; in arch_sections_add()
419 struct sections *sctn = sections; in arch_sections_write()
/qemu/docs/devel/
H A Drcu.rst18 sections of code with "critical sections", and the update side will wait
19 for the execution of all *currently running* critical sections before
22 The key point here is that only the currently running critical sections
23 are waited for; critical sections that are started **after** the beginning
35 the old data. Therefore, critical sections that begin after removal
36 do not matter; as soon as all previous critical sections have finished,
72 read-side critical sections may be nested and/or overlapping.
75 Blocks until all pre-existing RCU read-side critical sections
87 read-side critical sections on all threads have completed. This
135 case when using RCU, because read-side critical sections typically
[all …]
H A Ddocs.rst55 Within C code sections, you should check the comments at the top
59 text, but in ``hmp-commands.hx`` the C code sections are elements
/qemu/scripts/ci/
H A Dgitlab-ci-section8 # https://docs.gitlab.com/ee/ci/yaml/script.html#expand-and-collapse-job-log-sections
12 # then be available for use in the before_script and script sections.
/qemu/docs/spin/
H A Dtcg-exclusive.promela2 * This model describes the implementation of exclusive sections in
36 # warning defaulting to 2 concurrent exclusive sections
39 # warning defaulting to 1 concurrent exclusive sections
/qemu/docs/sphinx/
H A Dqapidoc_legacy.py244 for section in doc.sections:
273 def _add_doc(self, typ, sections): argument
287 for s in sections:
387 assert not doc.sections
H A Dqapidoc.py343 sections = ent.doc.all_sections if ent.doc else []
352 if len(sections) > 1:
353 while sections[gen_index].kind == QAPIDoc.Kind.MEMBER:
355 if gen_index >= len(sections):
358 # Add sections in source order:
359 for i, section in enumerate(sections):
397 # sections can be updated to pure rST, and this transformed removed.
415 # https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections
/qemu/tests/qapi-schema/
H A Ddoc-invalid-section.json1 # Free-form documentation doesn't have tagged-sections
H A Ddoc-interleaved-section.json1 # Arguments and sections must not be interleaved
/qemu/docs/system/i386/
H A Dsgx.rst38 QEMU does not artificially restrict the number of EPC sections exposed to a
39 guest, e.g. QEMU will happily allow you to create 64 1M EPC sections. Be aware
40 that some kernels may not recognize all EPC sections, e.g. the Linux SGX driver
41 is hardwired to support only 8 EPC sections.
43 The following QEMU snippet creates two EPC sections, with 64M pre-allocated
/qemu/include/hw/i386/
H A Dsgx-epc.h57 struct SGXEPCDevice **sections; member
/qemu/docs/system/
H A Dtargets.rst8 various targets are mentioned in the following sections.
/qemu/system/
H A Dphysmem.c136 MemoryRegionSection *sections; member
326 MemoryRegionSection *sections = d->map.sections; in phys_page_find() local
332 return &sections[PHYS_SECTION_UNASSIGNED]; in phys_page_find()
338 if (section_covers_addr(&sections[lp.ptr], addr)) { in phys_page_find()
339 return &sections[lp.ptr]; in phys_page_find()
341 return &sections[PHYS_SECTION_UNASSIGNED]; in phys_page_find()
353 if (!section || section == &d->map.sections[PHYS_SECTION_UNASSIGNED] || in address_space_lookup_region()
360 section = &d->map.sections[subpage->sub_section[SUBPAGE_IDX(addr)]]; in address_space_lookup_region()
748 return &d->map.sections[PHYS_SECTION_UNASSIGNED]; in address_space_translate_for_iotlb()
761 ret = d->map.sections + section_index; in iotlb_to_section()
[all …]
/qemu/linux-user/arm/
H A Dvdso.ld44 * we have to put these sections somewhere.
/qemu/linux-user/x86_64/
H A Dvdso.ld51 * we have to put these sections somewhere.
/qemu/linux-user/i386/
H A Dvdso.ld54 * we have to put these sections somewhere.
/qemu/linux-user/ppc/
H A Dvdso-32.ld48 * we have to put these sections somewhere.
H A Dvdso-64.ld46 * we have to put these sections somewhere.
/qemu/tests/tcg/tricore/
H A Dlink.ld63 * Allocate space for BSS sections.
/qemu/linux-user/s390x/
H A Dvdso.ld49 * we have to put these sections somewhere.

123