Home
last modified time | relevance | path

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

/linux/drivers/misc/ocxl/
A Dlink.c192 u64 dsisr, dar, pe_handle; in xsl_fault_handler() local
201 WARN_ON(pe_handle > SPA_PE_MASK); in xsl_fault_handler()
202 pe = spa->spa_mem + pe_handle; in xsl_fault_handler()
249 spa->xsl_fault.pe = pe_handle; in xsl_fault_handler()
545 int pe_handle, rc = 0; in ocxl_link_add_pe() local
553 pe_handle = pasid & SPA_PE_MASK; in ocxl_link_add_pe()
554 pe = spa->spa_mem + pe_handle; in ocxl_link_add_pe()
635 int pe_handle, rc; in ocxl_link_update_pe() local
641 pe = spa->spa_mem + pe_handle; in ocxl_link_update_pe()
672 int pe_handle, rc; in ocxl_link_remove_pe() local
[all …]
/linux/arch/powerpc/include/asm/
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);
/linux/arch/powerpc/platforms/powernv/
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
483 rc = opal_npu_spa_clear_cache(data->phb_opal_id, data->bdfn, pe_handle); in pnv_ocxl_spa_remove_pe_from_cache()

Completed in 10 milliseconds