/qemu/python/qemu/utils/ |
H A D | __init__.py | 143 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 D | tdvf.c | 145 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(§ions[i], &fw->entries[i])) { in tdvf_parse_metadata()
|
H A D | sgx.c | 132 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 D | sgx-epc.c | 84 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 D | kernel-doc | 404 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 D | arch_dump.c | 344 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 D | rcu.rst | 18 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 D | docs.rst | 55 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 D | gitlab-ci-section | 8 # 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 D | tcg-exclusive.promela | 2 * 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 D | qapidoc_legacy.py | 244 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 D | qapidoc.py | 343 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 D | doc-invalid-section.json | 1 # Free-form documentation doesn't have tagged-sections
|
H A D | doc-interleaved-section.json | 1 # Arguments and sections must not be interleaved
|
/qemu/docs/system/i386/ |
H A D | sgx.rst | 38 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 D | sgx-epc.h | 57 struct SGXEPCDevice **sections; member
|
/qemu/docs/system/ |
H A D | targets.rst | 8 various targets are mentioned in the following sections.
|
/qemu/system/ |
H A D | physmem.c | 136 MemoryRegionSection *sections; member 326 MemoryRegionSection *sections = d->map.sections; in phys_page_find() local 332 return §ions[PHYS_SECTION_UNASSIGNED]; in phys_page_find() 338 if (section_covers_addr(§ions[lp.ptr], addr)) { in phys_page_find() 339 return §ions[lp.ptr]; in phys_page_find() 341 return §ions[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 D | vdso.ld | 44 * we have to put these sections somewhere.
|
/qemu/linux-user/x86_64/ |
H A D | vdso.ld | 51 * we have to put these sections somewhere.
|
/qemu/linux-user/i386/ |
H A D | vdso.ld | 54 * we have to put these sections somewhere.
|
/qemu/linux-user/ppc/ |
H A D | vdso-32.ld | 48 * we have to put these sections somewhere.
|
H A D | vdso-64.ld | 46 * we have to put these sections somewhere.
|
/qemu/tests/tcg/tricore/ |
H A D | link.ld | 63 * Allocate space for BSS sections.
|
/qemu/linux-user/s390x/ |
H A D | vdso.ld | 49 * we have to put these sections somewhere.
|