Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpnv-ocxl.h22 void __iomem *tfc, void __iomem *pe_handle);
25 void __iomem **pe_handle);
29 int pnv_ocxl_spa_remove_pe_from_cache(void *platform_data, int pe_handle);
/arch/powerpc/platforms/powernv/
Docxl.c386 void __iomem *tfc, void __iomem *pe_handle) in pnv_ocxl_unmap_xsl_regs() argument
391 iounmap(pe_handle); in pnv_ocxl_unmap_xsl_regs()
397 void __iomem **pe_handle) in pnv_ocxl_map_xsl_regs() argument
427 *pe_handle = regs[3]; in pnv_ocxl_map_xsl_regs()
477 int pnv_ocxl_spa_remove_pe_from_cache(void *platform_data, int pe_handle) in pnv_ocxl_spa_remove_pe_from_cache() argument
482 rc = opal_npu_spa_clear_cache(data->phb_opal_id, data->bdfn, pe_handle); in pnv_ocxl_spa_remove_pe_from_cache()