Symbol: _validate
arch/riscv/include/asm/cpufeature.h
43
#define _RISCV_ISA_EXT_DATA(_name, _id, _subset_exts, _subset_exts_size, _validate) { \
arch/riscv/include/asm/cpufeature.h
49
.validate = _validate \
arch/riscv/include/asm/cpufeature.h
54
#define __RISCV_ISA_EXT_DATA_VALIDATE(_name, _id, _validate) \
arch/riscv/include/asm/cpufeature.h
55
_RISCV_ISA_EXT_DATA(_name, _id, NULL, 0, _validate)
arch/riscv/include/asm/cpufeature.h
61
#define __RISCV_ISA_EXT_BUNDLE_VALIDATE(_name, _bundled_exts, _validate) \
arch/riscv/include/asm/cpufeature.h
63
ARRAY_SIZE(_bundled_exts), _validate)
arch/riscv/include/asm/cpufeature.h
68
#define __RISCV_ISA_EXT_SUPERSET_VALIDATE(_name, _id, _sub_exts, _validate) \
arch/riscv/include/asm/cpufeature.h
69
_RISCV_ISA_EXT_DATA(_name, _id, _sub_exts, ARRAY_SIZE(_sub_exts), _validate)
drivers/platform/x86/sony-laptop.c
648
#define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \
drivers/platform/x86/sony-laptop.c
653
.validate = _validate, \
include/net/devlink.h
621
#define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \
include/net/devlink.h
630
.validate = _validate, \
include/net/devlink.h
633
#define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \
include/net/devlink.h
641
.validate = _validate, \
include/net/devlink.h
645
_validate, _get_default, \
include/net/devlink.h
655
.validate = _validate, \
include/net/devlink.h
661
_get, _set, _validate, \
include/net/devlink.h
670
.validate = _validate, \
tools/testing/selftests/sched/cs_prctl_test.c
221
#define validate(v) _validate(__LINE__, v, #v)