Home
last modified time | relevance | path

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

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