Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/uapi/asm/
H A Dhwcap.h20 #define COMPAT_HWCAP_ISA_A (1 << ('A' - 'A')) macro
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpufeature.c72 isa2hwcap['a'] = isa2hwcap['A'] = COMPAT_HWCAP_ISA_A; in riscv_fill_hwcap()