Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 3 of 3) sorted by relevance

/arch/arm/probes/
A Ddecode.h307 {.bits = (_value)}
315 #define DECODE_TABLE(_mask, _value, _table) \ argument
325 #define DECODE_CUSTOM(_mask, _value, _decoder) \ argument
339 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument
340 DECODE_SIMULATEX(_mask, _value, _handler, 0)
352 #define DECODE_EMULATE(_mask, _value, _handler) \ argument
353 DECODE_EMULATEX(_mask, _value, _handler, 0)
360 #define DECODE_OR(_mask, _value) \ argument
361 DECODE_HEADER(DECODE_TYPE_OR, _mask, _value, 0)
373 #define DECODE_REJECT(_mask, _value) \ argument
[all …]
/arch/s390/kernel/
A Dipl.c243 #define DEFINE_IPL_ATTR_RO(_prefix, _name, _format, _value) \ argument
244 IPL_ATTR_SHOW_FN(_prefix, _name, _format, _value) \
248 #define DEFINE_IPL_ATTR_RW(_prefix, _name, _fmt_out, _fmt_in, _value) \ argument
249 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, (unsigned long long) _value) \
257 _value = value; \
265 #define DEFINE_IPL_ATTR_STR_RW(_prefix, _name, _fmt_out, _fmt_in, _value)\ argument
266 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, _value) \
271 if (len >= sizeof(_value)) \
273 len = strscpy(_value, buf); \
276 strim(_value); \
/arch/arm64/include/asm/
A Dinsn.h309 static __always_inline u32 aarch64_insn_get_##abbr##_value(void) \

Completed in 11 milliseconds