Searched refs:_type (Results 1 – 8 of 8) sorted by relevance
/arch/mips/include/asm/ |
D | mips_machine.h | 25 #define MIPS_MACHINE(_type, _id, _name, _setup) \ argument 26 static const char machine_name_##_type[] __initconst \ 28 static const char machine_id_##_type[] __initconst \ 30 static struct mips_machine machine_##_type \ 33 .mach_type = _type, \ 34 .mach_id = machine_id_##_type, \ 35 .mach_name = machine_name_##_type, \
|
/arch/arm/include/asm/mach/ |
D | arch.h | 68 #define MACHINE_START(_type,_name) \ argument 69 static const struct machine_desc __mach_desc_##_type \ 72 .nr = MACH_TYPE_##_type, \
|
/arch/arm/plat-mxc/include/mach/ |
D | hardware.h | 120 #define imx_map_entry(soc, name, _type) { \ argument 124 .type = _type, \
|
/arch/x86/include/asm/ |
D | percpu.h | 552 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 553 DEFINE_PER_CPU(_type, _name) = _initvalue; \ 554 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 556 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 561 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument 562 DECLARE_PER_CPU(_type, _name); \ 563 extern __typeof__(_type) *_name##_early_ptr; \ 564 extern __typeof__(_type) _name##_early_map[] 574 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 575 DEFINE_PER_CPU(_type, _name) = _initvalue [all …]
|
/arch/arm/mach-mxs/include/mach/ |
D | mxs.h | 72 #define mxs_map_entry(soc, name, _type) { \ argument 76 .type = _type, \
|
/arch/arm/kernel/ |
D | kprobes.h | 348 #define DECODE_HEADER(_type, _mask, _value, _regs) \ argument 349 {.bits = (_type) | ((_regs) << DECODE_TYPE_BITS)}, \
|
/arch/powerpc/kernel/ |
D | sys_ppc32.c | 593 asmlinkage long compat_sys_add_key(const char __user *_type, in compat_sys_add_key() argument 599 return sys_add_key(_type, _description, _payload, plen, ringid); in compat_sys_add_key() 602 asmlinkage long compat_sys_request_key(const char __user *_type, in compat_sys_request_key() argument 607 return sys_request_key(_type, _description, _callout_info, destringid); in compat_sys_request_key()
|
/arch/x86/kvm/ |
D | emulate.c | 311 #define __emulate_2op_cl(ctxt, _op, _suffix, _type) \ argument 314 _type _clv = (ctxt)->src2.val; \ 315 _type _srcv = (ctxt)->src.val; \ 316 _type _dstv = (ctxt)->dst.val; \ 707 #define insn_fetch(_type, _ctxt) \ argument 709 rc = do_insn_fetch(_ctxt, &_x, sizeof(_type)); \ 712 (_type)_x; \
|