/openbmc/linux/lib/ |
H 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)
|
/openbmc/linux/arch/x86/include/asm/ |
H 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, \
|
H A D | intel-family.h | 43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model) argument
|
/openbmc/linux/drivers/perf/ |
H A D | arm-cmn.c | 617 #define _CMN_EVENT_ATTR(_model, _name, _type, _eventid, _occupid, _fsel)\ argument 620 .model = _model, \ 626 #define CMN_EVENT_ATTR(_model, _name, _type, _eventid) \ argument 627 _CMN_EVENT_ATTR(_model, _name, _type, _eventid, 0, SEL_NONE) 734 #define _CMN_EVENT_DVM(_model, _name, _event, _occup, _fsel) \ argument 735 _CMN_EVENT_ATTR(_model, dn_##_name, CMN_TYPE_DVM, _event, _occup, _fsel) 738 #define CMN_EVENT_HNF(_model, _name, _event) \ argument 739 CMN_EVENT_ATTR(_model, hnf_##_name, CMN_TYPE_HNF, _event) 746 #define CMN_EVENT_SBSX(_model, _name, _event) \ argument 747 CMN_EVENT_ATTR(_model, sbsx_##_name, CMN_TYPE_SBSX, _event) [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 2 …_model.data[b]?(c=d,!1):void 0}),c},a.fn.jstree=function(c){var d="string"==typeof c,e=Array.proto… class 3 …_model.data[b.children_d[f]])&&(this._model.data[b.children_d[f]].state.opened=!0);return this.tri… class 4 …_model.data,d=c[b.parent],e=b.nodes,f,g;for(f=0,g=e.length;g>f;f++)c[e[f]].state.checked=c[e[f]].s… 5 …_model.data,e,f,g=[];for(e=0,f=c.res.length;f>e;e++)d[c.res[e]]&&!d[c.res[e]].state.hidden&&(g.pus…
|
/openbmc/linux/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 240 u32 _model = midr & MIDR_CPU_MODEL_MASK; in midr_is_cpu_model_range() local 243 return _model == model && rv >= rv_min && rv <= rv_max; in midr_is_cpu_model_range()
|
/openbmc/linux/arch/arm64/include/asm/ |
H 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()
|
/openbmc/smbios-mdr/src/ |
H A D | sst_mailbox.cpp | 402 SSTMailbox(uint8_t _address, CPUModel _model, WakePolicy wakePolicy) : in SSTMailbox() argument 403 address(_address), model(_model), in SSTMailbox()
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H 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; \
|
/openbmc/linux/drivers/net/can/ |
H 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; \
|
/openbmc/linux/drivers/net/can/spi/ |
H 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; \
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 672 self._model = model
|