Searched refs:_validate (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | cpufeature.h | 43 #define _RISCV_ISA_EXT_DATA(_name, _id, _subset_exts, _subset_exts_size, _validate) { \ argument 49 .validate = _validate \ 54 #define __RISCV_ISA_EXT_DATA_VALIDATE(_name, _id, _validate) \ argument 55 _RISCV_ISA_EXT_DATA(_name, _id, NULL, 0, _validate) 61 #define __RISCV_ISA_EXT_BUNDLE_VALIDATE(_name, _bundled_exts, _validate) \ argument 63 ARRAY_SIZE(_bundled_exts), _validate) 68 #define __RISCV_ISA_EXT_SUPERSET_VALIDATE(_name, _id, _sub_exts, _validate) \ argument 69 _RISCV_ISA_EXT_DATA(_name, _id, _sub_exts, ARRAY_SIZE(_sub_exts), _validate)
|
| /linux/tools/testing/selftests/sched/ |
| H A D | cs_prctl_test.c | 221 #define validate(v) _validate(__LINE__, v, #v) 222 void _validate(int line, int val, char *msg) in _validate() function
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 648 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument 653 .validate = _validate, \
|