Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 1979) sorted by relevance

12345678910>>...80

/openbmc/u-boot/arch/arm/lib/
H A Dsections.c21 char __bss_start[0] __attribute__((section(".__bss_start")));
22 char __bss_end[0] __attribute__((section(".__bss_end")));
23 char __image_copy_start[0] __attribute__((section(".__image_copy_start")));
24 char __image_copy_end[0] __attribute__((section(".__image_copy_end")));
25 char __rel_dyn_start[0] __attribute__((section(".__rel_dyn_start")));
26 char __rel_dyn_end[0] __attribute__((section(".__rel_dyn_end")));
27 char __secure_start[0] __attribute__((section(".__secure_start")));
28 char __secure_end[0] __attribute__((section(".__secure_end")));
30 char __secure_stack_end[0] __attribute__((section(".__secure_stack_end")));
32 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
[all …]
/openbmc/qemu/hw/vfio/
H A Dspapr.c29 if (memory_region_is_iommu(section->mr)) { in vfio_prereg_listener_skipped_section()
33 return !memory_region_is_ram(section->mr) || in vfio_prereg_listener_skipped_section()
34 memory_region_is_ram_device(section->mr); in vfio_prereg_listener_skipped_section()
39 return memory_region_get_ram_ptr(section->mr) + in vfio_prereg_gpa_to_vaddr()
40 section->offset_within_region + in vfio_prereg_gpa_to_vaddr()
41 (gpa - section->offset_within_address_space); in vfio_prereg_gpa_to_vaddr()
60 section->offset_within_address_space, in vfio_prereg_listener_region_add()
61 section->offset_within_address_space + in vfio_prereg_listener_region_add()
73 end = section->offset_within_address_space + int128_get64(section->size); in vfio_prereg_listener_region_add()
78 memory_region_ref(section->mr); in vfio_prereg_listener_region_add()
[all …]
H A Dcommon.c413 vrdl->mr = section->mr; in vfio_register_ram_discard_listener()
480 if (vrdl->mr == section->mr && in vfio_unregister_ram_discard_listener()
498 MemoryRegion *mr = section->mr; in vfio_known_safe_misalignment()
585 int128_getlo(section->size), in vfio_listener_region_add()
595 memory_region_ref(section->mr); in vfio_listener_region_add()
615 section->size); in vfio_listener_region_add()
667 section->offset_within_region + in vfio_listener_region_add()
681 int128_getlo(section->size), in vfio_listener_region_add()
805 memory_region_unref(section->mr); in vfio_listener_region_del()
1259 if (vrdl->mr == section->mr && in vfio_sync_ram_discard_listener_dirty_bitmap()
[all …]
/openbmc/libcper/sections/
H A Dcper-section-memory.c17 (EFI_PLATFORM_MEMORY_ERROR_DATA *)section; in cper_section_platform_memory_to_ir()
116 (EFI_PLATFORM_MEMORY2_ERROR_DATA *)section; in cper_section_platform_memory2_to_ir()
263 json_object_object_get(section, "node")); in ir_section_memory_to_cper()
265 json_object_object_get(section, "card")); in ir_section_memory_to_cper()
269 json_object_object_get(section, "device")); in ir_section_memory_to_cper()
271 json_object_object_get(section, "row")); in ir_section_memory_to_cper()
273 json_object_object_get(section, "column")); in ir_section_memory_to_cper()
337 json_object_object_get(section, "node")); in ir_section_memory2_to_cper()
339 json_object_object_get(section, "card")); in ir_section_memory2_to_cper()
345 json_object_object_get(section, "row")); in ir_section_memory2_to_cper()
[all …]
H A Dcper-section-generic.c16 json_object *cper_section_generic_to_ir(void *section) in cper_section_generic_to_ir() argument
19 (EFI_PROCESSOR_GENERIC_ERROR_DATA *)section; in cper_section_generic_to_ir()
113 json_object_object_get(section, "processorType")); in ir_section_generic_to_cper()
115 json_object_object_get(section, "processorISA")); in ir_section_generic_to_cper()
117 json_object_object_get(section, "errorType")); in ir_section_generic_to_cper()
119 json_object_object_get(section, "operation")); in ir_section_generic_to_cper()
128 json_object_object_get(section, "level")); in ir_section_generic_to_cper()
132 json_object_object_get(section, "processorID")); in ir_section_generic_to_cper()
134 json_object_object_get(section, "targetAddress")); in ir_section_generic_to_cper()
136 json_object_object_get(section, "requestorID")); in ir_section_generic_to_cper()
[all …]
H A Dcper-section-pci-bus.c15 json_object *cper_section_pci_bus_to_ir(void *section) in cper_section_pci_bus_to_ir() argument
18 (EFI_PCI_PCIX_BUS_ERROR_DATA *)section; in cper_section_pci_bus_to_ir()
67 void ir_section_pci_bus_to_cper(json_object *section, FILE *out) in ir_section_pci_bus_to_cper() argument
75 json_object_object_get(section, "validationBits"), 9, in ir_section_pci_bus_to_cper()
94 json_object_object_get(section, "busCommandType")); in ir_section_pci_bus_to_cper()
96 json_object_object_get(section, "errorType")); in ir_section_pci_bus_to_cper()
98 json_object_object_get(section, "busAddress")); in ir_section_pci_bus_to_cper()
100 json_object_object_get(section, "busData")); in ir_section_pci_bus_to_cper()
104 json_object_object_get(section, "busRequestorID")); in ir_section_pci_bus_to_cper()
106 json_object_object_get(section, "busCompleterID")); in ir_section_pci_bus_to_cper()
[all …]
H A Dcper-section-dmar-iommu.c16 json_object *cper_section_dmar_iommu_to_ir(void *section) in cper_section_dmar_iommu_to_ir() argument
19 (EFI_IOMMU_DMAR_ERROR_DATA *)section; in cper_section_dmar_iommu_to_ir()
88 json_object_object_get(section, "revision")); in ir_section_dmar_iommu_to_cper()
90 json_object_object_get(section, "controlRegister")); in ir_section_dmar_iommu_to_cper()
92 json_object_object_get(section, "statusRegister")); in ir_section_dmar_iommu_to_cper()
123 json_object_object_get(section, "pageTableEntry_Level1")); in ir_section_dmar_iommu_to_cper()
125 json_object_object_get(section, "pageTableEntry_Level2")); in ir_section_dmar_iommu_to_cper()
127 json_object_object_get(section, "pageTableEntry_Level3")); in ir_section_dmar_iommu_to_cper()
129 json_object_object_get(section, "pageTableEntry_Level4")); in ir_section_dmar_iommu_to_cper()
131 json_object_object_get(section, "pageTableEntry_Level5")); in ir_section_dmar_iommu_to_cper()
[all …]
H A Dcper-section-dmar-vtd.c16 json_object *cper_section_dmar_vtd_to_ir(void *section) in cper_section_dmar_vtd_to_ir() argument
19 (EFI_DIRECTED_IO_DMAR_ERROR_DATA *)section; in cper_section_dmar_vtd_to_ir()
133 json_object_object_get(section, "oemID")); in ir_section_dmar_vtd_to_cper()
140 json_object_object_get(section, "version")); in ir_section_dmar_vtd_to_cper()
142 json_object_object_get(section, "revision")); in ir_section_dmar_vtd_to_cper()
144 json_object_object_get(section, "capabilityRegister")); in ir_section_dmar_vtd_to_cper()
148 json_object_object_get(section, "globalCommandRegister")); in ir_section_dmar_vtd_to_cper()
150 json_object_object_get(section, "globalStatusRegister")); in ir_section_dmar_vtd_to_cper()
152 json_object_object_get(section, "faultStatusRegister")); in ir_section_dmar_vtd_to_cper()
156 json_object_object_get(section, "faultRecord"); in ir_section_dmar_vtd_to_cper()
[all …]
H A Dcper-section-dmar-generic.c14 json_object *cper_section_dmar_generic_to_ir(void *section) in cper_section_dmar_generic_to_ir() argument
17 (EFI_DMAR_GENERIC_ERROR_DATA *)section; in cper_section_dmar_generic_to_ir()
66 void ir_section_dmar_generic_to_cper(json_object *section, FILE *out) in ir_section_dmar_generic_to_cper() argument
74 json_object_object_get(section, "requesterID")); in ir_section_dmar_generic_to_cper()
76 json_object_object_get(section, "segmentNumber")); in ir_section_dmar_generic_to_cper()
78 json_object_object_get(section, "faultReason")); in ir_section_dmar_generic_to_cper()
80 json_object_object_get(section, "accessType")); in ir_section_dmar_generic_to_cper()
82 json_object_object_get(section, "addressType")); in ir_section_dmar_generic_to_cper()
84 json_object_object_get(section, "architectureType")); in ir_section_dmar_generic_to_cper()
86 json_object_object_get(section, "deviceAddress")); in ir_section_dmar_generic_to_cper()
H A Dcper-section-nvidia.c14 json_object *cper_section_nvidia_to_ir(void *section) in cper_section_nvidia_to_ir() argument
16 EFI_NVIDIA_ERROR_DATA *nvidia_error = (EFI_NVIDIA_ERROR_DATA *)section; in cper_section_nvidia_to_ir()
56 void ir_section_nvidia_to_cper(json_object *section, FILE *out) in ir_section_nvidia_to_cper() argument
58 json_object *regarr = json_object_object_get(section, "registers"); in ir_section_nvidia_to_cper()
69 json_object_object_get(section, "signature")), in ir_section_nvidia_to_cper()
74 json_object_object_get(section, "errorType")); in ir_section_nvidia_to_cper()
76 json_object_object_get(section, "errorInstance")); in ir_section_nvidia_to_cper()
78 json_object_object_get(section, "severity")); in ir_section_nvidia_to_cper()
80 json_object_get_int(json_object_object_get(section, "socket")); in ir_section_nvidia_to_cper()
82 json_object_object_get(section, "numberRegs")); in ir_section_nvidia_to_cper()
[all …]
/openbmc/libcper/
H A Dmeson.build28 'sections/cper-section-arm.c',
29 'sections/cper-section-ccix-per.c',
36 'sections/cper-section-generic.c',
37 'sections/cper-section-ia32x64.c',
38 'sections/cper-section-ipf.c',
39 'sections/cper-section-memory.c',
40 'sections/cper-section-nvidia.c',
41 'sections/cper-section-pci-bus.c',
42 'sections/cper-section-pci-dev.c',
43 'sections/cper-section-pcie.c',
[all …]
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dsection.scss4 <section class="section">
5 <div class="section-header">
6 <h2 class="section-title">Section Title</h2>
9 <div class="section-content">
12 <div class="section-content">
15 </section>
18 .section {
22 .section-header {
30 .section-title {
34 .section-content {
[all …]
/openbmc/libcper/docs/
H A DOEMExtensions.md13 `cper-section-myvendor.h` and `cper-section-myvendor.c`.
15 _sections/cper-section-myvendor.h_
30 _sections/cper-section-myvendor.c_
42 #include "cper-section-ccix-per.h"
63 To identify our section for parsing, we must define a section GUID within
66 method for your section.
88 Finally, we need to add a section definition for our section, matching the GUID
92 _sections/cper-section.c_
101 #include "cper-section.h"
103 #include "cper-section-myvendor.h"
[all …]
/openbmc/u-boot/tools/binman/
H A Dimage_test.py15 section = image._section
17 section.LookupSymbol('_binman_something_prop_', False, 'msg')
24 section = image._section
25 section._entries = {}
27 section.LookupSymbol('_binman_type_prop_pname', False, 'msg')
33 section = image._section
34 section._entries = {}
36 val = section.LookupSymbol('_binman_type_prop_pname', True, 'msg')
44 section = image._section
45 section._entries = {'u-boot': 1}
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dgeneric_section_test.cpp29 Generic section(stream); in TEST() local
31 EXPECT_EQ(section.header().id, 0x5048); in TEST()
32 EXPECT_EQ(section.header().size, data.size()); in TEST()
33 EXPECT_EQ(section.header().version, 0x01); in TEST()
34 EXPECT_EQ(section.header().subType, 0x02); in TEST()
35 EXPECT_EQ(section.header().componentID, 0x0304); in TEST()
37 const auto& sectionData = section.data(); in TEST()
50 section.flatten(newStream); in TEST()
62 Generic section(stream); in TEST() local
63 ASSERT_FALSE(section.valid()); in TEST()
/openbmc/linux/scripts/
H A Dcheck_extable.sh55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | …
62 find_alt_replacement_target ${section} ${section_offset}
72 objdump -hwj ${section} ${obj} | grep -q CODE
78 if is_executable_section ${section}; then
83 echo "Warning: found a reference to section \"${section}\" in __ex_table:"
84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
89 …echo "Error: found a reference to non-executable section \"${section}\" in __ex_table at offset ${…
96 case "${section}" in
98 handle_alt_replacement_reloc ${section} ${section_offset}
101 handle_suspicious_generic_reloc ${section} ${section_offset}
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsection_factory.cpp36 std::unique_ptr<Section> section; in create() local
52 section = std::make_unique<PrivateHeader>(pelData); in create()
55 section = std::make_unique<UserData>(pelData); in create()
58 section = std::make_unique<UserHeader>(pelData); in create()
61 section = std::make_unique<FailingMTMS>(pelData); in create()
65 section = std::make_unique<SRC>(pelData); in create()
68 section = std::make_unique<ExtendedUserHeader>(pelData); in create()
71 section = std::make_unique<ExtendedUserData>(pelData); in create()
75 section = std::make_unique<Generic>(pelData); in create()
79 return section; in create()
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py107 section = nodes.section(ids=[self._sphinx_directive.new_serialno()])
110 return section
169 if section.text:
205 section += dlnode
206 return [section]
229 section += dlnode
230 return [section]
260 section += dlnode
261 return [section]
271 if section.name and section.name == 'TODO':
[all …]
/openbmc/qemu/hw/remote/
H A Dproxy-memory-listener.c81 MemoryRegionSection *section) in try_merge() argument
93 mrs_rb = section->mr->ram_block; in try_merge()
95 mrs_size = int128_get64(section->size); in try_merge()
98 section->offset_within_region; in try_merge()
121 if ((section->mr == prev_sec->mr) && in try_merge()
146 if (!memory_region_is_ram(section->mr) || in proxy_memory_listener_region_addnop()
147 memory_region_is_rom(section->mr)) { in proxy_memory_listener_region_addnop()
151 if (try_merge(proxy_listener, section)) { in proxy_memory_listener_region_addnop()
161 memory_region_ref(section->mr); in proxy_memory_listener_region_addnop()
170 MemoryRegionSection *section; in proxy_memory_listener_commit() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dptest.py88 for section in results:
89 for test in results[section]:
90 result = results[section][test]
93 if not results[section]:
94 zerolength.append(section)
98 for section in sections:
99 if 'exitcode' in sections[section].keys() or 'timeout' in sections[section].keys():
100 failed_tests[section] = sections[section]["log"]
102 for section in results:
103 … [ "_".join(test.translate(trans).split()) for test in results[section] if results[section][test] …
[all …]
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h33 struct section { struct
40 struct section *base, *rsec; argument
55 struct section *sec; argument
76 struct section *sec;
103 struct section *section_data;
120 struct section *insn_sec,
129 int elf_write_insn(struct elf *elf, struct section *sec,
176 static inline bool is_reloc_sec(struct section *sec) in is_reloc_sec()
181 static inline bool sec_changed(struct section *sec) in sec_changed()
205 struct section *rsec = reloc->sec; in reloc_rel()
[all …]
/openbmc/linux/tools/perf/util/
H A Dconfig.c601 return section; in find_section()
621 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local
623 if (!section) in add_section()
628 if (!section->name) { in add_section()
630 free(section); in add_section()
635 return section; in add_section()
696 if (!section) { in collect_config()
698 if (!section) in collect_config()
858 zfree(&section->name); in perf_config_section__delete()
859 free(section); in perf_config_section__delete()
[all …]
/openbmc/webui-vue/docs/guide/components/page-section/
H A Dindex.md1 # Page section
3 The `<page-section>` component will render semantic HTML. By adding a
4 `:section-title` prop to the `<page-section>` component, the localized text
9 <page-section :section-title="$t('pageLdap.settings')"></page-section>
12 [View the page section component source code](https://github.com/openbmc/webui-vue/blob/master/src/…
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument
82 if section not in sections:
83 sections[section] = {}
86 sections[section]["log"] = self._compress_log(log)
89 sections[section]["log"] = self._compress_log(f.read())
92 sections[section]["duration"] = duration
94 sections[section]["exitcode"] = exitcode
96 def ptest_result(self, section, test, result): argument
101 if section not in sections:
102 sections[section] = {}
[all …]
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dsgx.h33 unsigned int section; member
68 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_get_epc_phys_addr() local
71 index = ((unsigned long)page - (unsigned long)section->pages) / sizeof(*page); in sgx_get_epc_phys_addr()
73 return section->phys_addr + index * PAGE_SIZE; in sgx_get_epc_phys_addr()
78 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_get_epc_virt_addr() local
81 index = ((unsigned long)page - (unsigned long)section->pages) / sizeof(*page); in sgx_get_epc_virt_addr()
83 return section->virt_addr + index * PAGE_SIZE; in sgx_get_epc_virt_addr()

12345678910>>...80