Home
last modified time | relevance | path

Searched refs:__ecag (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/kernel/
H A Dcache.c100 return __ecag(ECAG_CACHE_ATTRIBUTE, ai << 4 | li << 1 | ti); in ecag()
H A Dperf_cpum_cf.c1911 mhz = __ecag(ECAG_CPU_ATTRIBUTE, 0); in cfdiag_get_cpu_speed()
/linux/arch/s390/include/asm/
H A Dprocessor.h290 static inline unsigned long __ecag(unsigned int asi, unsigned char parm) in __ecag() function