Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dprocessor.c34 if (test_facility(34) && __ecag(ECAG_CPU_ATTRIBUTE, 0) != -1UL) in cpu_detect_mhz_feature()
43 mhz = __ecag(ECAG_CPU_ATTRIBUTE, 0); in update_cpu_mhz()
Dcache.c102 return __ecag(ECAG_CACHE_ATTRIBUTE, ai << 4 | li << 1 | ti); in ecag()
/arch/s390/include/asm/
Dprocessor.h246 static inline unsigned long __ecag(unsigned int asi, unsigned char parm) in __ecag() function