Home
last modified time | relevance | path

Searched refs:COMPAT_HWCAP_ISA_M (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/riscv/include/uapi/asm/
Dhwcap.h19 #define COMPAT_HWCAP_ISA_M (1 << ('M' - 'A')) macro
/linux-6.1.9/arch/riscv/kernel/
Dcpufeature.c81 isa2hwcap['m'] = isa2hwcap['M'] = COMPAT_HWCAP_ISA_M; in riscv_fill_hwcap()