Home
last modified time | relevance | path

Searched refs:spa (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/tools/testing/nvdimm/test/
Dnfit.c495 struct acpi_nfit_system_address *spa; in nfit_test0_setup() local
506 spa = nfit_buf; in nfit_test0_setup()
507 spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS; in nfit_test0_setup()
508 spa->header.length = sizeof(*spa); in nfit_test0_setup()
509 memcpy(spa->range_guid, to_nfit_uuid(NFIT_SPA_PM), 16); in nfit_test0_setup()
510 spa->range_index = 0+1; in nfit_test0_setup()
511 spa->address = t->spa_set_dma[0]; in nfit_test0_setup()
512 spa->length = SPA0_SIZE; in nfit_test0_setup()
519 spa = nfit_buf + sizeof(*spa); in nfit_test0_setup()
520 spa->header.type = ACPI_NFIT_TYPE_SYSTEM_ADDRESS; in nfit_test0_setup()
[all …]
/linux-4.4.14/drivers/acpi/
Dnfit.c222 static int nfit_spa_type(struct acpi_nfit_system_address *spa) in nfit_spa_type() argument
227 if (memcmp(to_nfit_uuid(i), spa->range_guid, 16) == 0) in nfit_spa_type()
234 struct acpi_nfit_system_address *spa) in add_spa() argument
236 size_t length = min_t(size_t, sizeof(*spa), spa->header.length); in add_spa()
241 if (memcmp(nfit_spa->spa, spa, length) == 0) { in add_spa()
251 nfit_spa->spa = spa; in add_spa()
254 spa->range_index, in add_spa()
255 spa_type_name(nfit_spa_type(spa))); in add_spa()
446 u16 range_index = nfit_spa->spa->range_index; in nfit_mem_find_spa_bdw()
447 int type = nfit_spa_type(nfit_spa->spa); in nfit_mem_find_spa_bdw()
[all …]
Dnfit.h49 struct acpi_nfit_system_address *spa; member
140 struct acpi_nfit_system_address *spa; member
157 struct acpi_nfit_system_address *spa; member
/linux-4.4.14/drivers/misc/cxl/
Dnative.c198 if (!(afu->spa = (struct cxl_process_element *) in cxl_alloc_spa()
213 afu->sw_command_status = (__be64 *)((char *)afu->spa + in attach_spa()
216 spap = virt_to_phys(afu->spa) & CXL_PSL_SPAP_Addr; in attach_spa()
219 … processes: %i, sw_command_status: 0x%p CXL_PSL_SPAP_An=0x%016llx\n", afu->spa, afu->spa_max_procs… in attach_spa()
230 if (afu->spa) { in cxl_release_spa()
231 free_pages((unsigned long) afu->spa, afu->spa_order); in cxl_release_spa()
232 afu->spa = NULL; in cxl_release_spa()
461 if (afu->spa == NULL) { in activate_afu_directed()
Dcontext.c98 ctx->elem = &ctx->afu->spa[i]; in cxl_context_init()
Dcxl.h379 struct cxl_process_element *spa; member
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dpdc.h362 unsigned int spa; /* SPA base address */ member
/linux-4.4.14/arch/parisc/include/asm/
Dpdc.h113 unsigned char spa;
/linux-4.4.14/arch/parisc/kernel/
Dfirmware.c1148 PAGE0->mem_cons.spa, __pa(PAGE0->mem_cons.dp.layers), in pdc_iodc_print()
1175 PAGE0->mem_kbd.spa, __pa(PAGE0->mem_kbd.dp.layers), in pdc_iodc_getc()
/linux-4.4.14/drivers/parisc/
Dsba_iommu.c1546 PAGE0->mem_boot.spa, PAGE0->mem_boot.pad, PAGE0->mem_boot.cl_class); in sba_hw_init()