Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dplpar_wrappers.h229 unsigned long *tce_ret) in plpar_tce_get() argument
236 *tce_ret = retbuf[0]; in plpar_tce_get()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c374 unsigned long tce_ret; in tce_get_pSeriesLP() local
376 rc = plpar_tce_get((u64)tbl->it_index, (u64)tcenum << 12, &tce_ret); in tce_get_pSeriesLP()
385 return tce_ret; in tce_get_pSeriesLP()