/drivers/misc/ocxl/ |
D | link.c | 52 struct spa { struct 95 struct spa *spa; member 108 static void read_irq(struct spa *spa, u64 *dsisr, u64 *dar, u64 *pe) in read_irq() argument 112 *dsisr = in_be64(spa->reg_dsisr); in read_irq() 113 *dar = in_be64(spa->reg_dar); in read_irq() 114 reg = in_be64(spa->reg_pe_handle); in read_irq() 118 static void ack_irq(struct spa *spa, enum xsl_response r) in ack_irq() argument 131 trace_ocxl_fault_ack(spa->spa_mem, spa->xsl_fault.pe, in ack_irq() 132 spa->xsl_fault.dsisr, spa->xsl_fault.dar, reg); in ack_irq() 133 out_be64(spa->reg_tfc, reg); in ack_irq() [all …]
|
D | trace.h | 76 TP_PROTO(pid_t pid, void *spa, int pasid, u32 pidr, u32 tidr), 77 TP_ARGS(pid, spa, pasid, pidr, tidr), 81 __field(void*, spa) 89 __entry->spa = spa; 97 __entry->spa, 105 TP_PROTO(pid_t pid, void *spa, int pasid, u32 pidr, u32 tidr), 106 TP_ARGS(pid, spa, pasid, pidr, tidr) 110 TP_PROTO(pid_t pid, void *spa, int pasid, u32 pidr, u32 tidr), 111 TP_ARGS(pid, spa, pasid, pidr, tidr) 135 TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc), [all …]
|
/drivers/acpi/nfit/ |
D | mce.c | 41 struct acpi_nfit_system_address *spa = nfit_spa->spa; in nfit_handle_mce() local 43 if (nfit_spa_type(spa) != NFIT_SPA_PM) in nfit_handle_mce() 46 if (spa->address > mce->addr) in nfit_handle_mce() 48 if ((spa->address + spa->length - 1) < mce->addr) in nfit_handle_mce() 52 spa->range_index, spa->address, spa->length); in nfit_handle_mce()
|
D | core.c | 679 int nfit_spa_type(struct acpi_nfit_system_address *spa) in nfit_spa_type() argument 684 import_guid(&guid, spa->range_guid); in nfit_spa_type() 691 static size_t sizeof_spa(struct acpi_nfit_system_address *spa) in sizeof_spa() argument 693 if (spa->flags & ACPI_NFIT_LOCATION_COOKIE_VALID) in sizeof_spa() 694 return sizeof(*spa); in sizeof_spa() 695 return sizeof(*spa) - 8; in sizeof_spa() 700 struct acpi_nfit_system_address *spa) in add_spa() argument 705 if (spa->header.length != sizeof_spa(spa)) in add_spa() 709 if (memcmp(nfit_spa->spa, spa, sizeof_spa(spa)) == 0) { in add_spa() 715 nfit_spa = devm_kzalloc(dev, sizeof(*nfit_spa) + sizeof_spa(spa), in add_spa() [all …]
|
D | nfit.h | 169 struct acpi_nfit_system_address spa[]; member 298 struct acpi_nfit_system_address *spa; member 324 int nfit_spa_type(struct acpi_nfit_system_address *spa);
|
/drivers/misc/cxl/ |
D | native.c | 245 if (!(afu->native->spa = (struct cxl_process_element *) in cxl_alloc_spa() 260 afu->native->sw_command_status = (__be64 *)((char *)afu->native->spa + in attach_spa() 263 spap = virt_to_phys(afu->native->spa) & CXL_PSL_SPAP_Addr; in attach_spa() 267 afu->native->spa, afu->native->spa_max_procs, in attach_spa() 274 if (afu->native->spa) { in cxl_release_spa() 275 free_pages((unsigned long) afu->native->spa, in cxl_release_spa() 277 afu->native->spa = NULL; in cxl_release_spa() 555 if (afu->native->spa == NULL) { in activate_afu_directed() 837 if (afu->native->spa == NULL) { in cxl_activate_dedicated_process_psl9()
|
D | context.c | 103 ctx->elem = &ctx->afu->native->spa[i]; in cxl_context_init()
|
D | cxl.h | 458 struct cxl_process_element *spa; member
|
/drivers/iommu/amd/ |
D | iommu.c | 476 u64 spa; in amd_iommu_report_rmp_hw_error() local 481 spa = ((u64)event[3] << 32) | (event[2] & 0xFFFFFFF8); in amd_iommu_report_rmp_hw_error() 491 vmg_tag, spa, flags); in amd_iommu_report_rmp_hw_error() 496 vmg_tag, spa, flags); in amd_iommu_report_rmp_hw_error()
|
/drivers/parisc/ |
D | sba_iommu.c | 1565 PAGE0->mem_boot.spa, PAGE0->mem_boot.pad, PAGE0->mem_boot.cl_class); in sba_hw_init()
|