Searched refs:HWCAP_ISA_BIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/riscv/include/
H A Delf.h76 #define HWCAP_ISA_BIT(c) (1 << ((c) - 'a')) macro
77 #define HWCAP_ISA_I HWCAP_ISA_BIT('i')
78 #define HWCAP_ISA_M HWCAP_ISA_BIT('m')
79 #define HWCAP_ISA_A HWCAP_ISA_BIT('a')
80 #define HWCAP_ISA_F HWCAP_ISA_BIT('f')
81 #define HWCAP_ISA_D HWCAP_ISA_BIT('d')
82 #define HWCAP_ISA_C HWCAP_ISA_BIT('c')
/freebsd-current/sys/riscv/riscv/
H A Didentcpu.c252 desc->isa_extensions |= HWCAP_ISA_BIT(isa[i]);

Completed in 64 milliseconds