Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/uapi/asm/
Dhwcap.h31 #define COMPAT_HWCAP_ISA_A (1 << ('A' - 'A')) macro
/Linux-v4.19/arch/riscv/kernel/
Dcpufeature.c35 isa2hwcap['a'] = isa2hwcap['A'] = COMPAT_HWCAP_ISA_A; in riscv_fill_hwcap()