Home
last modified time | relevance | path

Searched refs:dmp (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns-usb3.c51 void __iomem *dmp; member
94 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx()
144 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax()
155 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init()
217 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe()
218 if (IS_ERR(usb3->dmp)) in bcm_ns_usb3_mdio_probe()
219 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe()
/openbmc/qemu/target/s390x/kvm/
H A Dpv.c231 struct kvm_s390_pv_dmp dmp = { in s390_pv_dump_cmd() local
239 ret = s390_pv_cmd(KVM_PV_DUMP, (void *)&dmp); in s390_pv_dump_cmd()
248 struct kvm_s390_pv_dmp dmp = { in kvm_s390_dump_cpu() local
256 .data = (uint64_t)&dmp, in kvm_s390_dump_cpu()
/openbmc/linux/arch/arm64/boot/dts/synaptics/
H A DMakefile3 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
H A Dberlin4ct-dmp.dts14 compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
/openbmc/linux/arch/arm/boot/dts/synaptics/
H A DMakefile6 berlin2q-marvell-dmp.dtb
H A Dberlin2q-marvell-dmp.dts13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
/openbmc/linux/fs/jfs/
H A Djfs_imap.c850 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
1026 amp = bmp = cmp = dmp = NULL; in diFree()
1107 diIAGRead(imap, inofreeback, &dmp))) in diFree()
1109 diagp = (struct iag *) dmp->data; in diFree()
1219 if (dmp) in diFree()
1220 write_metapage(dmp); in diFree()
1281 if (dmp) in diFree()
1282 release_metapage(dmp); in diFree()
2159 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
2275 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt()
[all …]
/openbmc/qemu/qapi/
H A Ddump.json36 # @win-dmp: Windows full crashdump format, can be used instead of ELF
46 'win-dmp' ] }
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2805 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local
2819 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc()
2820 if (!dmp) in diag_cmd_data_alloc()
2823 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc()
2827 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc()
2829 mlist = dmp; in diag_cmd_data_alloc()
2832 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc()
2834 &(dmp->dma.phys), in diag_cmd_data_alloc()
2837 if (!dmp->dma.virt) in diag_cmd_data_alloc()
2840 dmp->size = cnt; in diag_cmd_data_alloc()
[all …]
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm5301x.dtsi88 usb3-dmp-syscon = <&usb3_dmp>;
H A Dbcm-nsp.dtsi391 usb3-dmp-syscon = <&usb3_dmp>;
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c2551 struct kvm_s390_pv_dmp dmp) in kvm_s390_pv_dmp() argument
2554 void __user *result_buff = (void __user *)dmp.buff_addr; in kvm_s390_pv_dmp()
2556 switch (dmp.subcmd) { in kvm_s390_pv_dmp()
2588 r = kvm_s390_pv_dump_stor_state(kvm, result_buff, &dmp.gaddr, dmp.buff_len, in kvm_s390_pv_dmp()
2597 if (dmp.buff_len < uv_info.conf_dump_finalize_len) in kvm_s390_pv_dmp()
2816 struct kvm_s390_pv_dmp dmp; in kvm_s390_handle_pv() local
2823 if (copy_from_user(&dmp, argp, sizeof(dmp))) in kvm_s390_handle_pv()
2826 r = kvm_s390_pv_dmp(kvm, cmd, dmp); in kvm_s390_handle_pv()
2830 if (copy_to_user(argp, &dmp, sizeof(dmp))) { in kvm_s390_handle_pv()
5503 struct kvm_s390_pv_dmp dmp; in kvm_s390_handle_pv_vcpu_dump() local
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js185 …Patch.prototype.diffHalfMatch=function(text1,text2){var longtext,shorttext,dmp,text1A,text2B,text2…
187 dmp=this;/**/
188 …exOf(seed,j+1))!==-1){prefixLength=dmp.diffCommonPrefix(longtext.substring(i),shorttext.substring(…
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
/openbmc/linux/Documentation/admin-guide/
H A Ddevices.txt2635 0 = /dev/vx/dmp/* First multipath device
2636 1 = /dev/vx/dmp/* Second multipath device
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok1.0.log[all...]