Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dplpar_wrappers.h225 unsigned long *tce_ret) in plpar_tce_get() argument
232 *tce_ret = retbuf[0]; in plpar_tce_get()
/openbmc/linux/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()