Lines Matching refs:isrv
246 struct ia64_sal_retval isrv; in check_sal_cache_flush() local
263 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in check_sal_cache_flush()
265 if (isrv.status) in check_sal_cache_flush()
266 printk(KERN_ERR "SAL_CAL_FLUSH failed with %ld\n", isrv.status); in check_sal_cache_flush()
286 struct ia64_sal_retval isrv; in ia64_sal_cache_flush() local
301 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in ia64_sal_cache_flush()
302 return isrv.status; in ia64_sal_cache_flush()
398 struct ia64_sal_retval isrv; in ia64_sal_freq_base() local
400 SAL_CALL(isrv, SAL_FREQ_BASE, which, 0, 0, 0, 0, 0, 0); in ia64_sal_freq_base()
401 *ticks_per_second = isrv.v0; in ia64_sal_freq_base()
402 *drift_info = isrv.v1; in ia64_sal_freq_base()
403 return isrv.status; in ia64_sal_freq_base()