Home
last modified time | relevance | path

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

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