Home
last modified time | relevance | path

Searched defs:_value (Results 1 – 6 of 6) sorted by relevance

/arch/arm/kernel/
Dkprobes.h348 #define DECODE_HEADER(_type, _mask, _value, _regs) \ argument
359 #define DECODE_TABLE(_mask, _value, _table) \ argument
369 #define DECODE_CUSTOM(_mask, _value, _decoder) \ argument
379 #define DECODE_SIMULATEX(_mask, _value, _handler, _regs) \ argument
383 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument
392 #define DECODE_EMULATEX(_mask, _value, _handler, _regs) \ argument
396 #define DECODE_EMULATE(_mask, _value, _handler) \ argument
404 #define DECODE_OR(_mask, _value) \ argument
412 #define DECODE_REJECT(_mask, _value) \ argument
/arch/mn10300/unit-asb2305/
Dpci.c84 int where, u32 *_value) in pci_ampci_read_config_byte()
104 int where, u32 *_value) in pci_ampci_read_config_word()
124 int where, u32 *_value) in pci_ampci_read_config_dword()
/arch/frv/mb93090-mb00/
Dpci-vdk.c100 u32 _value; in pci_frv_read_config() local
/arch/s390/kernel/
Dcache.c221 #define DEFINE_CACHE_ATTR(_name, _format, _value) \ argument
Dipl.c185 #define DEFINE_IPL_ATTR_RO(_prefix, _name, _format, _value) \ argument
195 #define DEFINE_IPL_ATTR_RW(_prefix, _name, _fmt_out, _fmt_in, _value) \ argument
218 #define DEFINE_IPL_ATTR_STR_RW(_prefix, _name, _fmt_out, _fmt_in, _value)\ argument
/arch/frv/kernel/
Dgdb-stub.c407 static int hexToInt(char **ptr, unsigned long *_value) in hexToInt()