Home
last modified time | relevance | path

Searched defs:section (Results 51 – 75 of 272) sorted by relevance

1234567891011

/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c65 MemoryRegionSection *section, in xen_set_memory()
86 MemoryRegionSection *section) in xen_region_add()
93 MemoryRegionSection *section) in xen_region_del()
100 MemoryRegionSection *section) in xen_io_add()
115 MemoryRegionSection *section) in xen_io_del()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c78 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in __sgx_sanitize_pages() local
605 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; in sgx_free_epc_page() local
623 struct sgx_epc_section *section) in sgx_setup_epc_section()
661 struct sgx_epc_section *section; in sgx_paddr_to_page() local
680 struct sgx_epc_section *section; in arch_memory_failure() local
/openbmc/linux/tools/perf/util/
H A Dconfig.h58 #define perf_config_sections__for_each_entry(list, section) \ argument
75 #define perf_config_set__for_each_entry(set, section, item) \ argument
/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
96 def ptest_result(self, section, test, result): argument
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1144 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, in mtd_ooblayout_ecc()
1176 int mtd_ooblayout_free(struct mtd_info *mtd, int section, in mtd_ooblayout_free()
1211 int section, in mtd_ooblayout_find_region()
1214 int pos = 0, ret, section = 0; in mtd_ooblayout_find_region() local
1255 int *section, in mtd_ooblayout_find_eccregion()
1280 int section, in mtd_ooblayout_get_bytes()
1284 int section, ret; in mtd_ooblayout_get_bytes() local
1323 int section, in mtd_ooblayout_set_bytes()
1327 int section, ret; in mtd_ooblayout_set_bytes() local
1360 int section, in mtd_ooblayout_count_bytes()
[all …]
/openbmc/linux/arch/x86/tools/
H A Drelocs.c38 struct section { struct
40 struct section *link; argument
46 static struct section *secs; argument
/openbmc/qemu/hw/i386/
H A Dsgx.c90 SGXEPCSection *section; in sgx_calc_host_epc_sections() local
190 SGXEPCSection *section; in sgx_get_epc_sections_list() local
240 SGXEPCSectionList *section_list, *section; in hmp_info_sgx() local
/openbmc/qemu/system/
H A Dmemory_mapping.c199 MemoryRegionSection *section) in guest_phys_block_add_section()
251 static int guest_phys_ram_populate_cb(MemoryRegionSection *section, in guest_phys_ram_populate_cb()
261 MemoryRegionSection *section) in guest_phys_blocks_region_add()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp58 std::string_view section, std::string_view key) const noexcept in getLastValueString()
77 std::vector<std::string> SectionMap::getValueStrings(std::string_view section, in getValueStrings()
152 KeyValuesMap* section; member
/openbmc/u-boot/tools/binman/etype/
H A Dsection.py33 def __init__(self, section, etype, node): argument
78 def WriteSymbols(self, section): argument
H A Dcros_ec_rw.py20 def __init__(self, section, etype, node): argument
H A Dintel_cmc.py22 def __init__(self, section, etype, node): argument
H A Dintel_vbt.py21 def __init__(self, section, etype, node): argument
H A Dintel_fsp.py26 def __init__(self, section, etype, node): argument
/openbmc/openbmc/poky/scripts/
H A Ddevtool44 def get(self, section, option, default=None): argument
77 def set(self, section, option, value): argument
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp186 for (const auto& section : pel.optionalSections()) in TEST_F() local
254 optSections.begin(), optSections.end(), [](const auto& section) { in TEST_F()
304 for (const auto& section : sections) in TEST_F() local
346 for (const auto& section : sections) in TEST_F() local
483 for (const auto& section : pel.optionalSections()) in TEST_F() local
782 for (const auto& section : pel.optionalSections()) in TEST_F() local
889 const auto& section = pel.optionalSections().back(); in TEST_F() local
935 const auto& section = pel.optionalSections().back(); in TEST_F() local
1116 void checkJournalSection(const std::unique_ptr<Section>& section, in checkJournalSection()
/openbmc/qemu/hw/virtio/
H A Dvhost.c91 MemoryRegionSection *section, in vhost_dev_sync_region()
195 MemoryRegionSection *section, in vhost_sync_dirty_bitmap()
277 MemoryRegionSection *section) in vhost_log_sync()
290 MemoryRegionSection *section = &dev->mem_sections[i]; in vhost_log_sync_range() local
569 static bool vhost_section(struct vhost_dev *dev, MemoryRegionSection *section) in vhost_section()
744 MemoryRegionSection *section) in vhost_region_add_section()
851 MemoryRegionSection *section) in vhost_region_addnop()
875 MemoryRegionSection *section) in vhost_iommu_region_add()
914 MemoryRegionSection *section) in vhost_iommu_region_del()
1143 MemoryRegionSection *section, in vhost_log_start()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_micron.c101 int section, in micron_nand_on_die_4_ooblayout_ecc()
114 int section, in micron_nand_on_die_4_ooblayout_free()
132 int section, in micron_nand_on_die_8_ooblayout_ecc()
147 int section, in micron_nand_on_die_8_ooblayout_free()
/openbmc/qemu/hw/vfio/
H A Dcontainer-base.c39 MemoryRegionSection *section, in vfio_container_add_section_window()
52 MemoryRegionSection *section) in vfio_container_del_section_window()
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool46 ret = self.config_obj.get(section, option) argument
79 self.config_obj.add_section(section) argument
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py182 def generic_get_log(sectionname, results, section): argument
193 def ptestresult_get_log(results, section): argument
/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c71 static int qi_lb60_ooblayout_ecc(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_ecc()
86 static int qi_lb60_ooblayout_free(struct mtd_info *mtd, int section, in qi_lb60_ooblayout_free()
106 static int jz4725b_ooblayout_ecc(struct mtd_info *mtd, int section, in jz4725b_ooblayout_ecc()
121 static int jz4725b_ooblayout_free(struct mtd_info *mtd, int section, in jz4725b_ooblayout_free()
/openbmc/libcper/
H A Dir-parse.c59 json_object *section = in ir_to_cper() local
162 void ir_section_to_cper(json_object *section, in ir_section_to_cper()
/openbmc/libcper/sections/
H A Dcper-section-pcie.c27 json_object *cper_section_pcie_to_ir(void *section) in cper_section_pcie_to_ir()
245 void ir_section_pcie_to_cper(json_object *section, FILE *out) in ir_section_pcie_to_cper()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgroup_getset_retval_hooks.c6 #define BPF_RETVAL_HOOK(name, section, ctx, expected_err) \ argument

1234567891011