Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dhwcap.h18 #define COMPAT_HWCAP_ISA_I (1 << ('I' - 'A')) macro
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c514 isa2hwcap['i' - 'a'] = COMPAT_HWCAP_ISA_I; in riscv_fill_hwcap()