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