Home
last modified time | relevance | path

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

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