Home
last modified time | relevance | path

Searched refs:pe_handle (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/misc/ocxl/
H A Dlink.c193 u64 dsisr, dar, pe_handle; in xsl_fault_handler() local
202 WARN_ON(pe_handle > SPA_PE_MASK); in xsl_fault_handler()
203 pe = spa->spa_mem + pe_handle; in xsl_fault_handler()
250 spa->xsl_fault.pe = pe_handle; in xsl_fault_handler()
546 int pe_handle, rc = 0; in ocxl_link_add_pe() local
554 pe_handle = pasid & SPA_PE_MASK; in ocxl_link_add_pe()
555 pe = spa->spa_mem + pe_handle; in ocxl_link_add_pe()
636 int pe_handle, rc; in ocxl_link_update_pe() local
642 pe = spa->spa_mem + pe_handle; in ocxl_link_update_pe()
673 int pe_handle, rc; in ocxl_link_remove_pe() local
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dpnv-ocxl.h69 void __iomem *tfc, void __iomem *pe_handle);
72 void __iomem **pe_handle);
76 int pnv_ocxl_spa_remove_pe_from_cache(void *platform_data, int pe_handle);
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Docxl.c387 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
482 return opal_npu_spa_clear_cache(data->phb_opal_id, data->bdfn, pe_handle); in pnv_ocxl_spa_remove_pe_from_cache()