Searched refs:_sub_exts (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| A D | cpufeature.h | 56 #define __RISCV_ISA_EXT_SUPERSET(_name, _id, _sub_exts) \ argument 57 _RISCV_ISA_EXT_DATA(_name, _id, _sub_exts, ARRAY_SIZE(_sub_exts), NULL) 58 #define __RISCV_ISA_EXT_SUPERSET_VALIDATE(_name, _id, _sub_exts, _validate) \ argument 59 _RISCV_ISA_EXT_DATA(_name, _id, _sub_exts, ARRAY_SIZE(_sub_exts), _validate)
|
Completed in 3 milliseconds