Home
last modified time | relevance | path

Searched defs:cpu_has (Results 1 – 2 of 2) sorted by relevance

/linux/arch/um/include/asm/
H A Dcpufeature.h36 #define cpu_has(c, bit) \ macro
/linux/arch/loongarch/include/asm/
H A Dcpu-features.h16 #define cpu_has(feat) (cpu_data[0].options & BIT_ULL(feat)) macro