| /linux/lib/ |
| A D | test_dynamic_debug.c | 42 #define DD_SYS_WRAP(_model, _flags) \ argument 43 static unsigned long bits_##_model; \ 44 static struct ddebug_class_param _flags##_model = { \ 45 .bits = &bits_##_model, \ 47 .map = &map_##_model, \ 49 module_param_cb(_flags##_##_model, ¶m_ops_dyndbg_classes, &_flags##_model, 0600)
|
| /linux/arch/x86/include/asm/ |
| A D | cpu_device_id.h | 32 #define VFM_MAKE(_vendor, _family, _model) ( \ argument 33 ((_model) << VFM_MODEL_BIT) | \ 78 #define X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument 82 .model = _model, \ 89 #define X86_MATCH_VENDORID_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument 93 .model = _model, \
|
| A D | intel-family.h | 43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model) argument
|
| /linux/drivers/perf/ |
| A D | arm-cmn.c | 663 .model = _model, \ 781 #define CMN_EVENT_HNF(_model, _name, _event) \ argument 789 #define CMN_EVENT_SBSX(_model, _name, _event) \ argument 791 #define CMN_EVENT_RNID(_model, _name, _event) \ argument 795 #define CMN_EVENT_CXRA(_model, _name, _event) \ argument 801 #define CMN_EVENT_CCHA(_model, _name, _event) \ argument 810 #define CMN_EVENT_DVM(_model, _name, _event) \ argument 811 _CMN_EVENT_DVM(_model, _name, _event, 0, SEL_NONE) 812 #define CMN_EVENT_DVM_OCC(_model, _name, _event) \ argument 837 #define CMN_EVENT_HNF_OCC(_model, _name, _event) \ argument [all …]
|
| /linux/include/linux/ |
| A D | peci-cpu.h | 26 #define VFM_MAKE(_vendor, _family, _model) ( \ argument 27 ((_model) << VFM_MODEL_BIT) | \
|
| /linux/tools/arch/arm64/include/asm/ |
| A D | cputype.h | 261 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local 264 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
|
| /linux/arch/arm64/include/asm/ |
| A D | cputype.h | 261 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local 264 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| A D | mcp251xfd.h | 675 #define MCP251XFD_IS(_model) \ argument 677 mcp251xfd_is_##_model(const struct mcp251xfd_priv *priv) \ 679 return priv->devtype_data.model == MCP251XFD_MODEL_MCP##_model; \
|
| /linux/drivers/iio/adc/ |
| A D | mt6359-auxadc.c | 144 #define MTK_PMIC_IIO_CHAN(_model, _name, _ch_idx, _adc_idx, _nbits, _ch_type) \ argument 147 .channel = _model##_AUXADC_##_ch_idx, \
|
| /linux/drivers/net/can/ |
| A D | at91_can.c | 199 #define AT91_IS(_model) \ argument 200 static inline int __maybe_unused at91_is_sam##_model(const struct at91_priv *priv) \ 202 return priv->devtype_data.type == AT91_DEVTYPE_SAM##_model; \
|
| /linux/drivers/net/can/spi/ |
| A D | mcp251x.c | 262 #define MCP251X_IS(_model) \ argument 263 static inline int mcp251x_is_##_model(struct spi_device *spi) \ 266 return priv->model == CAN_MCP251X_MCP##_model; \
|
| /linux/tools/power/x86/turbostat/ |
| A D | turbostat.c | 27 #define VFM_MAKE(_vendor, _family, _model) ( \ argument 28 ((_model) << VFM_MODEL_BIT) | \
|