Searched refs:_type (Results 1 – 11 of 11) sorted by relevance
| /arch/mips/include/asm/ |
| A 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/ |
| A D | percpu.h | 617 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 D | cpu_device_id.h | 77 #define X86_MATCH_CPU(_vendor, _family, _model, _steppings, _feature, _type, _data) { \ argument 84 .type = _type, \
|
| /arch/arm/include/asm/mach/ |
| A D | arch.h | 78 #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 D | mach_desc.h | 54 #define MACHINE_START(_type, _name) \ argument 55 static const struct machine_desc __mach_desc_##_type \
|
| /arch/arm/mach-imx/ |
| A D | hardware.h | 102 #define imx_map_entry(soc, name, _type) { \ argument 106 .type = _type, \
|
| /arch/x86/kernel/cpu/ |
| A D | cpuid_0x2_table.c | 9 #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 D | asm-extable.h | 29 #define __EX_TABLE(_section, _fault, _target, _type, _regerr, _regaddr, _len) \ argument 34 stringify_in_c(.short (_type);) \
|
| /arch/arm/probes/ |
| A D | decode.h | 304 #define DECODE_HEADER(_type, _mask, _value, _regs) \ argument 305 {.bits = (_type) | ((_regs) << DECODE_TYPE_BITS)}, \
|
| /arch/x86/kernel/ |
| A D | idt.c | 21 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ argument 25 .bits.type = _type, \
|
| /arch/x86/kvm/ |
| A D | emulate.c | 952 #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