Home
last modified time | relevance | path

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

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