Searched refs:_bundled_exts (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | cpufeature.h | 58 #define __RISCV_ISA_EXT_BUNDLE(_name, _bundled_exts) \ argument 59 _RISCV_ISA_EXT_DATA(_name, RISCV_ISA_EXT_INVALID, _bundled_exts, \ 60 ARRAY_SIZE(_bundled_exts), NULL) 61 #define __RISCV_ISA_EXT_BUNDLE_VALIDATE(_name, _bundled_exts, _validate) \ argument 62 _RISCV_ISA_EXT_DATA(_name, RISCV_ISA_EXT_INVALID, _bundled_exts, \ 63 ARRAY_SIZE(_bundled_exts), _validate)
|