Searched refs:_model (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/drivers/perf/ |
A D | arm-cmn.c | 587 .model = _model, \ 713 #define CMN_EVENT_SBSX(_model, _name, _event) \ argument 715 #define CMN_EVENT_RNID(_model, _name, _event) \ argument 719 #define CMN_EVENT_CXRA(_model, _name, _event) \ argument 732 #define CMN_EVENT_DVM(_model, _name, _event) \ argument 733 _CMN_EVENT_DVM(_model, _name, _event, 0, SEL_NONE) 734 #define CMN_EVENT_DVM_OCC(_model, _name, _event) \ argument 738 #define CMN_EVENT_HNF(_model, _name, _event) \ argument 739 _CMN_EVENT_HNF(_model, _name, _event, 0, SEL_NONE) 740 #define CMN_EVENT_HNF_CLS(_model, _name, _event) \ argument [all …]
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | cpu_device_id.h | 42 #define X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE(_vendor, _family, _model, \ argument 46 .model = _model, \
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | cputype.h | 226 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local 229 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
|
/linux-6.3-rc2/tools/arch/arm64/include/asm/ |
A D | cputype.h | 226 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local 229 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
|
/linux-6.3-rc2/drivers/net/can/spi/mcp251xfd/ |
A D | mcp251xfd.h | 664 #define MCP251XFD_IS(_model) \ argument 666 mcp251xfd_is_##_model(const struct mcp251xfd_priv *priv) \ 668 return priv->devtype_data.model == MCP251XFD_MODEL_MCP##_model; \
|
/linux-6.3-rc2/drivers/net/can/ |
A D | at91_can.c | 171 #define AT91_IS(_model) \ argument 172 static inline int __maybe_unused at91_is_sam##_model(const struct at91_priv *priv) \ 174 return priv->devtype_data.type == AT91_DEVTYPE_SAM##_model; \
|
/linux-6.3-rc2/drivers/net/can/spi/ |
A D | mcp251x.c | 263 #define MCP251X_IS(_model) \ argument 264 static inline int mcp251x_is_##_model(struct spi_device *spi) \ 267 return priv->model == CAN_MCP251X_MCP##_model; \
|
Completed in 32 milliseconds