Home
last modified time | relevance | path

Searched refs:tce_ret (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dplpar_wrappers.h222 unsigned long *tce_ret) in plpar_tce_get()
229 *tce_ret = retbuf[0]; in plpar_tce_get()
221 plpar_tce_get(unsigned long liobn, unsigned long ioba, unsigned long *tce_ret) plpar_tce_get() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dplpar_wrappers.h225 unsigned long *tce_ret) in plpar_tce_get()
232 *tce_ret = retbuf[0]; in plpar_tce_get()
224 plpar_tce_get(unsigned long liobn, unsigned long ioba, unsigned long *tce_ret) plpar_tce_get() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Diommu.c320 unsigned long tce_ret; in tce_get_pSeriesLP() local
322 rc = plpar_tce_get((u64)tbl->it_index, (u64)tcenum << 12, &tce_ret); in tce_get_pSeriesLP()
331 return tce_ret; in tce_get_pSeriesLP()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Diommu.c349 unsigned long tce_ret; in tce_get_pSeriesLP() local
352 (u64)tcenum << tbl->it_page_shift, &tce_ret); in tce_get_pSeriesLP()
361 return tce_ret; in tce_get_pSeriesLP()

Completed in 7 milliseconds