/openbmc/qemu/hw/xen/ |
H A D | xen-hvm-common.c | 65 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 D | main.c | 78 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 D | config.h | 58 #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 D | case.py | 77 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 D | mtdcore.c | 1144 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 D | relocs.c | 38 struct section { struct 40 struct section *link; argument 46 static struct section *secs; argument
|
/openbmc/qemu/hw/i386/ |
H A D | sgx.c | 90 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 D | memory_mapping.c | 199 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 D | config_parser.cpp | 58 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 D | section.py | 33 def __init__(self, section, etype, node): argument 78 def WriteSymbols(self, section): argument
|
H A D | cros_ec_rw.py | 20 def __init__(self, section, etype, node): argument
|
H A D | intel_cmc.py | 22 def __init__(self, section, etype, node): argument
|
H A D | intel_vbt.py | 21 def __init__(self, section, etype, node): argument
|
H A D | intel_fsp.py | 26 def __init__(self, section, etype, node): argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | devtool | 44 def get(self, section, option, default=None): argument 77 def set(self, section, option, value): argument
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_test.cpp | 186 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 D | vhost.c | 91 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 D | nand_micron.c | 101 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 D | container-base.c | 39 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 D | devtool | 46 ret = self.config_obj.get(section, option) argument 79 self.config_obj.add_section(section) argument
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | resultutils.py | 182 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 D | ingenic_nand_drv.c | 71 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 D | ir-parse.c | 59 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 D | cper-section-pcie.c | 27 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 D | cgroup_getset_retval_hooks.c | 6 #define BPF_RETVAL_HOOK(name, section, ctx, expected_err) \ argument
|