Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dhwcap.h33 #define RISCV_ISA_EXT_BASE 26 macro
/linux/arch/riscv/kernel/
H A Dcpufeature.c712 if (bit < RISCV_ISA_EXT_BASE) in riscv_resolve_isa()
1155 unsigned long isa2hwcap[RISCV_ISA_EXT_BASE] = {0}; in riscv_fill_hwcap()
1211 hwcap = (elf_hwcap & ((1UL << RISCV_ISA_EXT_BASE) - 1)); in riscv_get_elf_hwcap()