Searched refs:pe_handle (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/misc/ocxl/ |
| D | link.c | 184 u64 dsisr, dar, pe_handle; in xsl_fault_handler() local 190 read_irq(spa, &dsisr, &dar, &pe_handle); in xsl_fault_handler() 191 trace_ocxl_fault(spa->spa_mem, pe_handle, dsisr, dar, -1); in xsl_fault_handler() 193 WARN_ON(pe_handle > SPA_PE_MASK); in xsl_fault_handler() 194 pe = spa->spa_mem + pe_handle; in xsl_fault_handler() 210 pe_data = radix_tree_lookup(&spa->pe_tree, pe_handle); in xsl_fault_handler() 241 spa->xsl_fault.pe = pe_handle; in xsl_fault_handler() 503 int pe_handle, rc = 0; in ocxl_link_add_pe() local 511 pe_handle = pasid & SPA_PE_MASK; in ocxl_link_add_pe() 512 pe = spa->spa_mem + pe_handle; in ocxl_link_add_pe() [all …]
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | pnv-ocxl.h | 23 void __iomem *tfc, void __iomem *pe_handle); 26 void __iomem **pe_handle); 31 extern int pnv_ocxl_spa_remove_pe_from_cache(void *platform_data, int pe_handle);
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | ocxl.c | 387 void __iomem *tfc, void __iomem *pe_handle) in pnv_ocxl_unmap_xsl_regs() argument 392 iounmap(pe_handle); in pnv_ocxl_unmap_xsl_regs() 398 void __iomem **pe_handle) in pnv_ocxl_map_xsl_regs() argument 428 *pe_handle = regs[3]; in pnv_ocxl_map_xsl_regs() 478 int pnv_ocxl_spa_remove_pe_from_cache(void *platform_data, int pe_handle) in pnv_ocxl_spa_remove_pe_from_cache() argument 483 rc = opal_npu_spa_clear_cache(data->phb_opal_id, data->bdfn, pe_handle); in pnv_ocxl_spa_remove_pe_from_cache()
|