Home
last modified time | relevance | path

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

/arch/arm/probes/
Ddecode.h328 #define DECODE_HEADER(_type, _mask, _value, _regs) \ argument
331 {.bits = (_value)}
339 #define DECODE_TABLE(_mask, _value, _table) \ argument
340 DECODE_HEADER(DECODE_TYPE_TABLE, _mask, _value, 0), \
349 #define DECODE_CUSTOM(_mask, _value, _decoder) \ argument
350 DECODE_HEADER(DECODE_TYPE_CUSTOM, _mask, _value, 0), \
359 #define DECODE_SIMULATEX(_mask, _value, _handler, _regs) \ argument
360 DECODE_HEADER(DECODE_TYPE_SIMULATE, _mask, _value, _regs), \
363 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument
364 DECODE_SIMULATEX(_mask, _value, _handler, 0)
[all …]
/arch/s390/kernel/
Dipl.c207 #define DEFINE_IPL_ATTR_RO(_prefix, _name, _format, _value) \ argument
208 IPL_ATTR_SHOW_FN(_prefix, _name, _format, _value) \
212 #define DEFINE_IPL_ATTR_RW(_prefix, _name, _fmt_out, _fmt_in, _value) \ argument
213 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, (unsigned long long) _value) \
221 _value = value; \
229 #define DEFINE_IPL_ATTR_STR_RW(_prefix, _name, _fmt_out, _fmt_in, _value)\ argument
230 IPL_ATTR_SHOW_FN(_prefix, _name, _fmt_out, _value) \
235 strncpy(_value, buf, sizeof(_value) - 1); \
236 strim(_value); \
/arch/arm64/include/asm/
Dinsn.h265 static __always_inline u32 aarch64_insn_get_##abbr##_value(void) \