Searched refs:pa_size (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/scsi/ |
H A D | megasas.c | 67 hwaddr pa_size; member 273 if (next >= (uint8_t *)cmd->frame + cmd->pa_size) { in megasas_sgl_next() 472 if (cmd->pa_size) { in megasas_unmap_frame() 473 pci_dma_unmap(p, cmd->frame, cmd->pa_size, 0, 0); in megasas_unmap_frame() 477 cmd->pa_size = 0; in megasas_unmap_frame() 523 cmd->pa_size = frame_size_p; in megasas_enqueue_frame()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 254 size_t pa_size; in spapr_dt_pa_features() local 258 pa_size = sizeof(pa_features_206); in spapr_dt_pa_features() 262 pa_size = sizeof(pa_features_207); in spapr_dt_pa_features() 266 pa_size = sizeof(pa_features_300); in spapr_dt_pa_features() 270 pa_size = sizeof(pa_features_31); in spapr_dt_pa_features() 286 if ((spapr_get_cap(spapr, SPAPR_CAP_HTM) != 0) && pa_size > 24) { in spapr_dt_pa_features() 289 if (spapr->cas_pre_isa3_guest && pa_size > 40) { in spapr_dt_pa_features() 296 _FDT((fdt_setprop(fdt, offset, "ibm,pa-features", pa_features, pa_size))); in spapr_dt_pa_features()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.h | 319 unsigned long pa_size; member
|
H A D | arm-smmu.c | 710 oas = smmu->pa_size; in arm_smmu_init_domain_context() 1818 smmu->pa_size = size; in arm_smmu_device_cfg_probe() 1878 smmu->ipa_size, smmu->pa_size); in arm_smmu_device_cfg_probe()
|