/openbmc/linux/drivers/crypto/caam/ |
H A D | pkc_desc.c | 17 append_cmd(desc, pdb->sgf); in init_rsa_pub_desc() 18 append_ptr(desc, pdb->f_dma); in init_rsa_pub_desc() 19 append_ptr(desc, pdb->g_dma); in init_rsa_pub_desc() 20 append_ptr(desc, pdb->n_dma); in init_rsa_pub_desc() 21 append_ptr(desc, pdb->e_dma); in init_rsa_pub_desc() 22 append_cmd(desc, pdb->f_len); in init_rsa_pub_desc() 30 append_cmd(desc, pdb->sgf); in init_rsa_priv_f1_desc() 31 append_ptr(desc, pdb->g_dma); in init_rsa_priv_f1_desc() 32 append_ptr(desc, pdb->f_dma); in init_rsa_priv_f1_desc() 43 append_cmd(desc, pdb->sgf); in init_rsa_priv_f2_desc() [all …]
|
H A D | caampkc.c | 68 struct rsa_pub_pdb *pdb = &edesc->pdb.pub; in rsa_pub_unmap() local 80 struct rsa_priv_f1_pdb *pdb = &edesc->pdb.priv_f1; in rsa_priv_f1_unmap() local 92 struct rsa_priv_f2_pdb *pdb = &edesc->pdb.priv_f2; in rsa_priv_f2_unmap() local 109 struct rsa_priv_f3_pdb *pdb = &edesc->pdb.priv_f3; in rsa_priv_f3_unmap() local 412 struct rsa_pub_pdb *pdb = &edesc->pdb.pub; in set_rsa_pub_pdb() local 429 pdb->sgf |= RSA_PDB_SGF_F; in set_rsa_pub_pdb() 437 pdb->sgf |= RSA_PDB_SGF_G; in set_rsa_pub_pdb() 457 struct rsa_priv_f1_pdb *pdb = &edesc->pdb.priv_f1; in set_rsa_priv_f1_pdb() local 504 struct rsa_priv_f2_pdb *pdb = &edesc->pdb.priv_f2; in set_rsa_priv_f2_pdb() local 581 struct rsa_priv_f3_pdb *pdb = &edesc->pdb.priv_f3; in set_rsa_priv_f3_pdb() local [all …]
|
H A D | caampkc.h | 145 } pdb; member 150 void init_rsa_pub_desc(u32 *desc, struct rsa_pub_pdb *pdb); 151 void init_rsa_priv_f1_desc(u32 *desc, struct rsa_priv_f1_pdb *pdb); 152 void init_rsa_priv_f2_desc(u32 *desc, struct rsa_priv_f2_pdb *pdb); 153 void init_rsa_priv_f3_desc(u32 *desc, struct rsa_priv_f3_pdb *pdb);
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | main.c | 69 static KDDEBUGGER_DATA64 *get_kdbg(uint64_t KernBase, struct pdb_reader *pdb, in get_kdbg() argument 90 if (!SYM_RESOLVE(KernBase, pdb, KiWaitNever) || in get_kdbg() 91 !SYM_RESOLVE(KernBase, pdb, KiWaitAlways) || in get_kdbg() 92 !SYM_RESOLVE(KernBase, pdb, KdpDataBlockEncoded)) { in get_kdbg() 523 struct pdb_reader pdb; in main() local 596 if (!pdb_init_from_file(PDB_NAME, &pdb)) { in main() 601 if (!SYM_RESOLVE(KernBase, &pdb, KdDebuggerDataBlock) || in main() 602 !SYM_RESOLVE(KernBase, &pdb, KdVersionBlock)) { in main() 606 kdbg = get_kdbg(KernBase, &pdb, &vs, KdDebuggerDataBlock); in main() 628 pdb_exit(&pdb); in main()
|
H A D | meson.build | 2 executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'), genh,
|
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/ |
H A D | norpath.patch | 17 - PDB='${TARGET.filebase}.pdb') 18 +env.Append(PDB='${TARGET.filebase}.pdb')
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | 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/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/ |
H A D | 0002-Do-not-install-tools-a-CMake-targets.patch | 29 …install(FILES ${CMAKE_BINARY_DIR}/${MODULE_NAME}.pdb DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT… 41 …install(FILES ${CMAKE_PDB_BINARY_DIR}/${MODULE_NAME}.pdb DESTINATION ${CMAKE_INSTALL_BINDIR} COMPO…
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack.c | 1214 static bool verify_perms(struct aa_policydb *pdb) in verify_perms() argument 1218 for (i = 0; i < pdb->size; i++) { in verify_perms() 1219 if (!verify_perm(&pdb->perms[i])) in verify_perms() 1222 if ((pdb->perms[i].xindex & AA_X_TYPE_MASK) == AA_X_TABLE && in verify_perms() 1223 (pdb->perms[i].xindex & AA_X_INDEX_MASK) >= pdb->trans.size) in verify_perms() 1225 if (pdb->perms[i].tag && pdb->perms[i].tag >= pdb->trans.size) in verify_perms() 1227 if (pdb->perms[i].label && in verify_perms() 1228 pdb->perms[i].label >= pdb->trans.size) in verify_perms()
|
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-fru_%.bbappend | 5 EEPROM_NAMES = "motherboard pdb fp bmc"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/files/ |
H A D | 0001-Makefile-Add-LDFLAGS-variable.patch | 30 …xy $(extpath)*.o $(extpath)*.obj $(extpath)*.exp $(extpath)*.exe $(extpath)*.ilk $(extpath)*.pdb *~
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | multi-gpios-sys-init | 55 set_gpio power-config-pdb-power-good 1
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
H A D | samba_4.19.5.bb | 235 moduledir = '%s/samba/pdb' % libdir 236 …do_split_packages(d, moduledir, r'^(.*)\.so$', 'samba-pdb-%s', 'Samba %s password backend', hook=m… 240 PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*"
|
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-inventory-map/ |
H A D | config.yaml | 66 /system/chassis/pdb:
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0004-reproducible.patch | 161 if File.lower().endswith('.pdb'):
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | sm750.c | 689 const struct fb_videomode *pdb[] = { in lynxfb_set_fbinfo() local 756 pdb[i], cdb[i], NULL, 8); in lynxfb_set_fbinfo()
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-harma.dts | 600 "","power-config-pdb-power-good",
|
H A D | aspeed-bmc-ibm-everest.dts | 344 "presence-pdb",
|
H A D | aspeed-bmc-ibm-fuji.dts | 346 "presence-pdb",
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 6015 struct port_database_24xx *pdb; in qla25xx_rdp_rsp_reduce_size() local 6024 pdb = kzalloc(sizeof(*pdb), GFP_KERNEL); in qla25xx_rdp_rsp_reduce_size() 6025 if (!pdb) { in qla25xx_rdp_rsp_reduce_size() 6029 le16_to_cpu(purex->nport_handle), pdb)) { in qla25xx_rdp_rsp_reduce_size() 6032 } else if (pdb->current_login_state != PDS_PLOGI_COMPLETE && in qla25xx_rdp_rsp_reduce_size() 6033 pdb->current_login_state != PDS_PRLI_COMPLETE) { in qla25xx_rdp_rsp_reduce_size() 6038 kfree(pdb); in qla25xx_rdp_rsp_reduce_size() 6041 kfree(pdb); in qla25xx_rdp_rsp_reduce_size()
|
H A D | qla_mbx.c | 2136 struct port_database_24xx *pdb) in qla24xx_get_port_database() argument 2146 memset(pdb, 0, sizeof(*pdb)); in qla24xx_get_port_database() 2148 pdb_dma = dma_map_single(&vha->hw->pdev->dev, pdb, in qla24xx_get_port_database() 2149 sizeof(*pdb), DMA_FROM_DEVICE); in qla24xx_get_port_database() 2165 mcp->buf_size = sizeof(*pdb); in qla24xx_get_port_database() 2180 sizeof(*pdb), DMA_FROM_DEVICE); in qla24xx_get_port_database()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1274 uint64_t pdb:4; member 1278 uint64_t pdb:4;
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 881 16 = /dev/pdb Second parallel port IDE disk
|