Searched refs:_type (Results 1 – 8 of 8) sorted by relevance
/arch/mips/include/asm/ |
D | sync.h | 177 # define ____SYNC(_type, _reason, _else) \ argument 178 .if (( _type ) != -1) && ( _reason ); \ 181 .rept __SYNC_rpt(_type); \ 182 sync _type; \ 189 # define ____SYNC(_type, _reason, _else) argument
|
/arch/x86/include/asm/ |
D | percpu.h | 405 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 406 DEFINE_PER_CPU(_type, _name) = _initvalue; \ 407 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 409 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 411 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument 412 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \ 413 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 415 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 420 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument 421 DECLARE_PER_CPU(_type, _name); \ [all …]
|
/arch/arm/include/asm/mach/ |
D | arch.h | 81 #define MACHINE_START(_type,_name) \ argument 82 static const struct machine_desc __mach_desc_##_type \ 85 .nr = MACH_TYPE_##_type, \
|
/arch/arc/include/asm/ |
D | mach_desc.h | 54 #define MACHINE_START(_type, _name) \ argument 55 static const struct machine_desc __mach_desc_##_type \
|
/arch/arm/mach-imx/ |
D | hardware.h | 102 #define imx_map_entry(soc, name, _type) { \ argument 106 .type = _type, \
|
/arch/arm/probes/ |
D | decode.h | 304 #define DECODE_HEADER(_type, _mask, _value, _regs) \ argument 305 {.bits = (_type) | ((_regs) << DECODE_TYPE_BITS)}, \
|
/arch/x86/kernel/ |
D | idt.c | 19 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ argument 23 .bits.type = _type, \
|
/arch/x86/kvm/ |
D | emulate.c | 982 #define insn_fetch(_type, _ctxt) \ argument 983 ({ _type _x; \ 985 rc = do_insn_fetch_bytes(_ctxt, sizeof(_type)); \ 988 ctxt->_eip += sizeof(_type); \ 989 memcpy(&_x, ctxt->fetch.ptr, sizeof(_type)); \ 990 ctxt->fetch.ptr += sizeof(_type); \
|