Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/qemu/hw/uefi/
H A Dvar-service-policy.c40 static void print_policy_entry(variable_policy_entry *pe) in print_policy_entry() argument
42 uint16_t *name = (void *)pe + pe->offset_to_name; in print_policy_entry()
52 pe->version >> 16, pe->version & 0xffff, pe->size); in print_policy_entry()
54 if (pe->min_size) { in print_policy_entry()
55 fprintf(stderr, " size min=%d\n", pe->min_size); in print_policy_entry()
57 if (pe->max_size != UINT32_MAX) { in print_policy_entry()
58 fprintf(stderr, " size max=%u\n", pe->max_size); in print_policy_entry()
60 if (pe->attributes_must_have) { in print_policy_entry()
61 fprintf(stderr, " attr must=0x%x\n", pe->attributes_must_have); in print_policy_entry()
63 if (pe->attributes_cant_have) { in print_policy_entry()
[all …]
H A Dvar-service-vars.c605 variable_policy_entry *pe; in uefi_vars_mm_lock_variable() local
624 pe = g_malloc0(sizeof(*pe) + lv->name_size); in uefi_vars_mm_lock_variable()
625 pe->version = VARIABLE_POLICY_ENTRY_REVISION; in uefi_vars_mm_lock_variable()
626 pe->size = sizeof(*pe) + lv->name_size; in uefi_vars_mm_lock_variable()
627 pe->offset_to_name = sizeof(*pe); in uefi_vars_mm_lock_variable()
628 pe->namespace = lv->guid; in uefi_vars_mm_lock_variable()
629 pe->min_size = 0; in uefi_vars_mm_lock_variable()
630 pe->max_size = UINT32_MAX; in uefi_vars_mm_lock_variable()
631 pe->attributes_must_have = 0; in uefi_vars_mm_lock_variable()
632 pe->attributes_cant_have = 0; in uefi_vars_mm_lock_variable()
[all …]
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1405 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() argument
1409 if (pe->index > MVPP2_PRS_TCAM_SRAM_SIZE - 1) in mvpp2_prs_hw_write()
1413 pe->tcam.word[MVPP2_PRS_TCAM_INV_WORD] &= ~MVPP2_PRS_TCAM_INV_MASK; in mvpp2_prs_hw_write()
1416 mvpp2_write(priv, MVPP2_PRS_TCAM_IDX_REG, pe->index); in mvpp2_prs_hw_write()
1418 mvpp2_write(priv, MVPP2_PRS_TCAM_DATA_REG(i), pe->tcam.word[i]); in mvpp2_prs_hw_write()
1421 mvpp2_write(priv, MVPP2_PRS_SRAM_IDX_REG, pe->index); in mvpp2_prs_hw_write()
1423 mvpp2_write(priv, MVPP2_PRS_SRAM_DATA_REG(i), pe->sram.word[i]); in mvpp2_prs_hw_write()
1429 static int mvpp2_prs_hw_read(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_read() argument
1433 if (pe->index > MVPP2_PRS_TCAM_SRAM_SIZE - 1) in mvpp2_prs_hw_read()
1437 mvpp2_write(priv, MVPP2_PRS_TCAM_IDX_REG, pe->index); in mvpp2_prs_hw_read()
[all …]
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c9 static struct pe_info pe[MAX_PE]; variable
20 pe[pfe_pe_id].dmem_base_addr = in pfe_lib_init()
22 pe[pfe_pe_id].pmem_base_addr = in pfe_lib_init()
24 pe[pfe_pe_id].pmem_size = (u32)CLASS_IMEM_SIZE; in pfe_lib_init()
25 pe[pfe_pe_id].mem_access_wdata = in pfe_lib_init()
27 pe[pfe_pe_id].mem_access_addr = (void *)CLASS_MEM_ACCESS_ADDR; in pfe_lib_init()
28 pe[pfe_pe_id].mem_access_rdata = (void *)CLASS_MEM_ACCESS_RDATA; in pfe_lib_init()
34 pe[pfe_pe_id].dmem_base_addr = in pfe_lib_init()
36 pe[pfe_pe_id].pmem_base_addr = in pfe_lib_init()
38 pe[pfe_pe_id].pmem_size = (u32)TMU_IMEM_SIZE; in pfe_lib_init()
[all …]
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c497 struct page_entry *pe = g_malloc(sizeof(*pe)); in page_entry_new()
499 pe->index = index; in page_entry_destroy()
500 pe->pd = pd; in page_entry_destroy()
501 pe->locked = false; in page_entry_destroy() local
502 return pe; in page_entry_destroy()
507 struct page_entry *pe = p;
509 g_assert(pe->locked); in page_entry_trylock() argument
510 page_unlock(pe->pd); in page_entry_trylock()
511 g_free(pe); in page_entry_trylock()
491 struct page_entry *pe = g_malloc(sizeof(*pe)); page_entry_new() local
519 do_page_entry_lock(struct page_entry * pe) do_page_entry_lock() argument
528 struct page_entry *pe = value; page_entry_lock() local
536 struct page_entry *pe = value; page_entry_unlock() local
552 struct page_entry *pe; page_trylock_add() local
[all...]
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch4 Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles
7 aarch64-pe which introduced wrapper over pep-dll.c for x86_64 as well as
8 aarch64, on x86_64 it was added but the old object pe-dll.o needs to be
9 removed too, otherwise build fails with duplicate symbols from pe-dll.o
28 - targ_extra_ofiles="deffilep.o pdb.o pep-dll.o pe-dll.o"
29 + targ_extra_ofiles="deffilep.o pdb.o pe-dll.o"
/openbmc/qemu/util/
H A Dmain-loop.c333 PollingEntry **ppe, *pe;
334 pe = g_new0(PollingEntry, 1);
335 pe->func = func;
336 pe->opaque = opaque;
338 *ppe = pe;
344 PollingEntry **ppe, *pe;
346 pe = *ppe;
347 if (pe->func == func && pe->opaque == opaque) {
348 *ppe = pe
[all...]
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_patch.py65 except pyparsing.ParseException as pe:
69 ("Current", pe.pstr),
81 except pyparsing.ParseException as pe:
85 ("Current", pe.pstr),
95 except pyparsing.ParseException as pe:
99 ("Current", pe.pstr),
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py105 def preferredVersionMatch(pe, pv, pr, preferred_e, preferred_v, preferred_r): argument
111 if pe == preferred_e or preferred_e is None:
161 pe, pv, pr = dataCache.pkg_pepvpr[f]
162 if preferredVersionMatch(pe, pv, pr, preferred_e, preferred_v, preferred_r):
164 preferred_ver = (pe, pv, pr)
180 pe, pv, pr = dataCache.pkg_pepvpr[f]
182 if pe:
183 ver_str = "%s:%s" % (pe, ver_str)
208 pe, pv, pr = dataCache.pkg_pepvpr[file_name]
211 …if (latest is None) or ((latest_p == dp) and (utils.vercmp(latest, (pe, pv, pr)) < 0)) or (dp > la…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-fontforgeexe-Use-env-to-find-fontforge.patch19 foreach(_script fontimage.pe fontlint.pe sfddiff.pe)
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplayport.h292 static inline int tegra_dp_is_max_vs(u32 pe, u32 vs) in tegra_dp_is_max_vs() argument
294 return (vs < (DRIVECURRENT_LEVEL3 - pe)) ? 0 : 1; in tegra_dp_is_max_vs()
297 static inline int tegra_dp_is_max_pe(u32 pe, u32 vs) in tegra_dp_is_max_pe() argument
299 return (pe < (PREEMPHASIS_LEVEL3 - vs)) ? 0 : 1; in tegra_dp_is_max_pe()
H A Ddp.c862 static int tegra_dp_lt_adjust(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], in tegra_dp_lt_adjust()
876 pe[2 * cnt] = (data_ptr & NV_DPCD_ADJUST_REQ_LANEX_PE_MASK) >> in tegra_dp_lt_adjust()
880 pe[1 + 2 * cnt] = in tegra_dp_lt_adjust()
1005 static int tegra_dp_lt_config(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], in tegra_dp_lt_config()
1041 pe_reg = tegra_dp_pe_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1042 vs_reg = tegra_dp_vs_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1043 pc_reg = tegra_dp_pc_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1054 u32 max_vs_flag = tegra_dp_is_max_vs(pe[cnt], vs[cnt]); in tegra_dp_lt_config()
1055 u32 max_pe_flag = tegra_dp_is_max_pe(pe[cnt], vs[cnt]); in tegra_dp_lt_config()
1061 (pe[cnt] << NV_DPCD_TRAINING_LANEX_SET_PE_SHIFT) | in tegra_dp_lt_config()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0002-Fix-assumed-signed-char.patch34 @@ -711,7 +711,7 @@ bool is_address(const char* p, const char* pe)
43 @@ -728,9 +728,9 @@ bool is_address(const char* p, const char* pe)
56 @@ -752,9 +752,9 @@ bool is_address(const char* p, const char* pe)
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3_msi.c162 uint16_t pe; in pnv_phb3_msi_send() local
173 pe = GETFIELD(IODA2_IVT_PE, ive); in pnv_phb3_msi_send()
174 if (pe != dev_pe) { in pnv_phb3_msi_send()
177 src, dev_pe, pe); in pnv_phb3_msi_send()
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c51 /* pe operations */ argument
52 #define VTD_PE_GET_TYPE(pe) ((pe)->val[0] & VTD_SM_PASID_ENTRY_PGTT)
53 #define VTD_PE_GET_FL_LEVEL(pe) \ argument
54 (4 + (((pe)->val[2] >> 2) & VTD_SM_PASID_ENTRY_FLPM))
55 #define VTD_PE_GET_SL_LEVEL(pe) \
56 (2 + (((pe)->val[0] >> 2) & VTD_SM_PASID_ENTRY_AW))
816 static inline bool vtd_pe_type_check(IntelIOMMUState *s, VTDPASIDEntry *pe) in vtd_pe_type_check()
818 switch (VTD_PE_GET_TYPE(pe)) { in vtd_pe_type_check()
863 static inline bool vtd_pe_present(VTDPASIDEntry *pe) in vtd_get_pe_in_pasid_leaf_table()
50 VTD_PE_GET_TYPE(pe) global() argument
806 vtd_pe_type_check(IntelIOMMUState * s,VTDPASIDEntry * pe) vtd_pe_type_check() argument
853 vtd_pe_present(VTDPASIDEntry * pe) vtd_pe_present() argument
861 vtd_get_pe_in_pasid_leaf_table(IntelIOMMUState * s,uint32_t pasid,dma_addr_t addr,VTDPASIDEntry * pe) vtd_get_pe_in_pasid_leaf_table() argument
904 vtd_get_pe_from_pdire(IntelIOMMUState * s,uint32_t pasid,VTDPASIDDirEntry * pdire,VTDPASIDEntry * pe) vtd_get_pe_from_pdire() argument
920 vtd_get_pe_from_pasid_table(IntelIOMMUState * s,dma_addr_t pasid_dir_base,uint32_t pasid,VTDPASIDEntry * pe) vtd_get_pe_from_pasid_table() argument
949 vtd_ce_get_rid2pasid_entry(IntelIOMMUState * s,VTDContextEntry * ce,VTDPASIDEntry * pe,uint32_t pasid) vtd_ce_get_rid2pasid_entry() argument
972 VTDPASIDEntry pe; vtd_ce_get_pasid_fpd() local
1025 VTDPASIDEntry pe; vtd_get_iova_level() local
1048 VTDPASIDEntry pe; vtd_get_iova_agaw() local
1116 VTDPASIDEntry pe; vtd_get_iova_pgtbl_base() local
1518 VTDPASIDEntry pe; vtd_ce_rid2pasid_check() local
1611 VTDPASIDEntry pe; vtd_get_domain_id() local
1686 VTDPASIDEntry pe; vtd_dev_pt_enabled() local
[all...]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dimport.py96 except PermissionError as pe:
97 logger.warning(pe)
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0001-create-tpm-key-support-well-known-key-option.patch46 - c = getopt_long(argc, argv, "pe:q:s:ahw:",
47 + c = getopt_long(argc, argv, "pe:q:s:zahw:",
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dpmbus_read_sensor_action_tests.cpp295 catch (const PMBusError& pe) in TEST() local
298 pe.what(), in TEST()
300 EXPECT_EQ(pe.getDeviceID(), "reg1"); in TEST()
301 EXPECT_EQ(pe.getInventoryPath(), "/xyz/openbmc_project/inventory/" in TEST()
H A Dpmbus_write_vout_command_action_tests.cpp356 catch (const PMBusError& pe) in TEST() local
359 pe.what(), in TEST()
361 EXPECT_EQ(pe.getDeviceID(), "reg1"); in TEST()
362 EXPECT_EQ(pe.getInventoryPath(), "/xyz/openbmc_project/inventory/" in TEST()
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass116 self.pe = "0"
131 self.pe = "0"
162 pkginfo.pe = value
197 pkginfo.pkge = pkginfo.pe
237 pe = d.getVar('PE') or "0"
284 rcpinfo.pe = pe
320 pkginfo.pe = localdata.getVar("PE") or '0'
394 if rcpinfo.pe != "0":
395 f.write(u"PE = %s\n" % rcpinfo.pe)
418 if pkginfo.pe != "0":
[all …]
/openbmc/webui-vue/src/views/Overview/
H A DOverviewCard.vue17 <span v-if="exportButton || downloadButton" class="ps-2 pe-2">|</span>
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-2.44.inc37 file://0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/
H A D0001-remoteproc-Add-Arm-remoteproc-driver.patch391 + "can't parse firmware-name from device tree (%pe)\n",
413 + "can't map the reset-control register (%pe)\n",
426 + "can't map the reset-status register (%pe)\n",
438 + dev_err(dev, "can't add remote processor (%pe)\n",
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md87 …RmAI85W/5pB\nYjC5EdZ/atrPpkIxjT4sXANZLXm6/vkfR/BAxd5s8DYrifPjdfvJRv33cAPT6+pe\no/t793hdBx7Cwwzqlj3…
102 YjC5EdZ/atrPpkIxjT4sXANZLXm6/vkfR/BAxd5s8DYrifPjdfvJRv33cAPT6+pe
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass126 pe = d.getVar('PKGE')
127 if pe and int(pe) > 0:

123