Searched refs:_type (Results 1 – 4 of 4) sorted by relevance
/arch/x86/include/asm/ |
D | percpu.h | 181 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 182 DEFINE_PER_CPU(_type, _name) = _initvalue; \ 183 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 185 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 190 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument 191 DECLARE_PER_CPU(_type, _name); \ 192 extern __typeof__(_type) *_name##_early_ptr; \ 193 extern __typeof__(_type) _name##_early_map[] 203 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 204 DEFINE_PER_CPU(_type, _name) = _initvalue [all …]
|
/arch/arm/include/asm/mach/ |
D | arch.h | 50 #define MACHINE_START(_type,_name) \ argument 51 static const struct machine_desc __mach_desc_##_type \ 54 .nr = MACH_TYPE_##_type, \
|
/arch/powerpc/kernel/ |
D | sys_ppc32.c | 633 asmlinkage long compat_sys_add_key(const char __user *_type, in compat_sys_add_key() argument 639 return sys_add_key(_type, _description, _payload, plen, ringid); in compat_sys_add_key() 642 asmlinkage long compat_sys_request_key(const char __user *_type, in compat_sys_request_key() argument 647 return sys_request_key(_type, _description, _callout_info, destringid); in compat_sys_request_key()
|
/arch/x86/kvm/ |
D | x86_emulate.c | 440 #define __emulate_2op_cl(_op, _cl, _src, _dst, _eflags, _suffix, _type) \ argument 443 _type _clv = (_cl).val; \ 444 _type _srcv = (_src).val; \ 445 _type _dstv = (_dst).val; \ 503 #define insn_fetch(_type, _size, _eip) \ argument 509 (_type)_x; \
|