Lines Matching refs:isrv
241 struct ia64_sal_retval isrv; in check_sal_cache_flush() local
258 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in check_sal_cache_flush()
260 if (isrv.status) in check_sal_cache_flush()
261 printk(KERN_ERR "SAL_CAL_FLUSH failed with %ld\n", isrv.status); in check_sal_cache_flush()
281 struct ia64_sal_retval isrv; in ia64_sal_cache_flush() local
296 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in ia64_sal_cache_flush()
297 return isrv.status; in ia64_sal_cache_flush()
393 struct ia64_sal_retval isrv; in ia64_sal_freq_base() local
395 SAL_CALL(isrv, SAL_FREQ_BASE, which, 0, 0, 0, 0, 0, 0); in ia64_sal_freq_base()
396 *ticks_per_second = isrv.v0; in ia64_sal_freq_base()
397 *drift_info = isrv.v1; in ia64_sal_freq_base()
398 return isrv.status; in ia64_sal_freq_base()