Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dplpar_wrappers.h219 unsigned long *tce_ret) in plpar_tce_get() argument
226 *tce_ret = retbuf[0]; in plpar_tce_get()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Diommu.c388 unsigned long tce_ret; in tce_get_pSeriesLP() local
391 (u64)tcenum << tbl->it_page_shift, &tce_ret); in tce_get_pSeriesLP()
400 return tce_ret; in tce_get_pSeriesLP()