Searched refs:_model (Results 1 - 9 of 9) sorted by relevance

/linux-master/lib/
H A Dtest_dynamic_debug.c42 #define DD_SYS_WRAP(_model, _flags) \
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, &param_ops_dyndbg_classes, &_flags##_model, 0600)
/linux-master/arch/x86/include/asm/
H A Dcpu_device_id.h29 * @_model: The model number, model constant or X86_MODEL_ANY
42 #define X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \
46 .model = _model, \
57 * @_model: The model number, model constant or X86_MODEL_ANY
/linux-master/drivers/perf/
H A Darm-cmn.c635 #define _CMN_EVENT_ATTR(_model, _name, _type, _eventid, _occupid, _fsel)\
638 .model = _model, \
644 #define CMN_EVENT_ATTR(_model, _name, _type, _eventid) \
645 _CMN_EVENT_ATTR(_model, _name, _type, _eventid, 0, SEL_NONE)
752 #define _CMN_EVENT_DVM(_model, _name, _event, _occup, _fsel) \
753 _CMN_EVENT_ATTR(_model, dn_##_name, CMN_TYPE_DVM, _event, _occup, _fsel)
756 #define CMN_EVENT_HNF(_model, _name, _event) \
757 CMN_EVENT_ATTR(_model, hnf_##_name, CMN_TYPE_HNF, _event)
764 #define CMN_EVENT_SBSX(_model, _name, _event) \
765 CMN_EVENT_ATTR(_model, sbsx
[all...]
/linux-master/arch/arm64/include/asm/
H A Dcputype.h241 u32 _model = midr & MIDR_CPU_MODEL_MASK; local
244 return _model == model && rv >= rv_min && rv <= rv_max;
/linux-master/tools/arch/arm64/include/asm/
H A Dcputype.h241 u32 _model = midr & MIDR_CPU_MODEL_MASK; local
244 return _model == model && rv >= rv_min && rv <= rv_max;
/linux-master/arch/x86/mm/
H A Dinit.c264 #define INTEL_MATCH(_model) { .vendor = X86_VENDOR_INTEL, \
266 .model = _model, \
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd.h665 #define MCP251XFD_IS(_model) \
667 mcp251xfd_is_##_model(const struct mcp251xfd_priv *priv) \
669 return priv->devtype_data.model == MCP251XFD_MODEL_MCP##_model; \
/linux-master/drivers/net/can/
H A Dat91_can.c199 #define AT91_IS(_model) \
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-master/drivers/net/can/spi/
H A Dmcp251x.c263 #define MCP251X_IS(_model) \
264 static inline int mcp251x_is_##_model(struct spi_device *spi) \
267 return priv->model == CAN_MCP251X_MCP##_model; \

Completed in 167 milliseconds