Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 11 of 11) sorted by relevance

/arch/mips/include/asm/
A Dsync.h177 # 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/
A Dpercpu.h617 DEFINE_PER_CPU(_type, _name) = _initvalue; \
631 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument
632 DECLARE_PER_CPU(_type, _name); \
633 extern __typeof__(_type) *_name##_early_ptr; \
634 extern __typeof__(_type) _name##_early_map[]
637 DECLARE_PER_CPU_READ_MOSTLY(_type, _name); \
639 extern __typeof__(_type) _name##_early_map[]
651 DEFINE_PER_CPU(_type, _name) = _initvalue
659 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument
660 DECLARE_PER_CPU(_type, _name)
[all …]
A Dcpu_device_id.h77 #define X86_MATCH_CPU(_vendor, _family, _model, _steppings, _feature, _type, _data) { \ argument
84 .type = _type, \
/arch/arm/include/asm/mach/
A Darch.h78 #define MACHINE_START(_type,_name) \ argument
79 static const struct machine_desc __mach_desc_##_type \
82 .nr = MACH_TYPE_##_type, \
/arch/arc/include/asm/
A Dmach_desc.h54 #define MACHINE_START(_type, _name) \ argument
55 static const struct machine_desc __mach_desc_##_type \
/arch/arm/mach-imx/
A Dhardware.h102 #define imx_map_entry(soc, name, _type) { \ argument
106 .type = _type, \
/arch/x86/kernel/cpu/
A Dcpuid_0x2_table.c9 #define CACHE_ENTRY(_desc, _type, _size) \ argument
11 .c_type = (_type), \
15 #define TLB_ENTRY(_desc, _type, _entries) \ argument
17 .t_type = (_type), \
/arch/s390/include/asm/
A Dasm-extable.h29 #define __EX_TABLE(_section, _fault, _target, _type, _regerr, _regaddr, _len) \ argument
34 stringify_in_c(.short (_type);) \
/arch/arm/probes/
A Ddecode.h304 #define DECODE_HEADER(_type, _mask, _value, _regs) \ argument
305 {.bits = (_type) | ((_regs) << DECODE_TYPE_BITS)}, \
/arch/x86/kernel/
A Didt.c21 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ argument
25 .bits.type = _type, \
/arch/x86/kvm/
A Demulate.c952 #define insn_fetch(_type, _ctxt) \ argument
953 ({ _type _x; \
955 rc = do_insn_fetch_bytes(_ctxt, sizeof(_type)); \
958 ctxt->_eip += sizeof(_type); \
959 memcpy(&_x, ctxt->fetch.ptr, sizeof(_type)); \
960 ctxt->fetch.ptr += sizeof(_type); \

Completed in 24 milliseconds