/linux-3.3/arch/x86/include/asm/ |
D | efi.h | 106 #define efi_call0(_f) (-ENOSYS) argument 107 #define efi_call1(_f, _a1) (-ENOSYS) argument 108 #define efi_call2(_f, _a1, _a2) (-ENOSYS) argument 109 #define efi_call3(_f, _a1, _a2, _a3) (-ENOSYS) argument 110 #define efi_call4(_f, _a1, _a2, _a3, _a4) (-ENOSYS) argument 111 #define efi_call5(_f, _a1, _a2, _a3, _a4, _a5) (-ENOSYS) argument 112 #define efi_call6(_f, _a1, _a2, _a3, _a4, _a5, _a6) (-ENOSYS) argument
|
/linux-3.3/arch/microblaze/include/asm/ |
D | elf.h | 105 #define ELF_PLAT_INIT(_r, _f) \ argument
|
/linux-3.3/arch/x86/kvm/ |
D | emulate.c | 3207 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 3208 #define G(_f, _g) { .flags = ((_f) | Group), .u.group = (_g) } argument 3209 #define GD(_f, _g) { .flags = ((_f) | GroupDual), .u.gdual = (_g) } argument 3210 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 3211 #define II(_f, _e, _i) \ argument 3213 #define IIP(_f, _e, _i, _p) \ argument 3216 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument 3218 #define D2bv(_f) D((_f) | ByteOp), D(_f) argument 3219 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument 3220 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument [all …]
|
/linux-3.3/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 101 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 102 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 103 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument 105 #define REG_READ_FIELD(_a, _r, _f) \ argument 107 #define REG_SET_BIT(_a, _r, _f) \ argument 109 #define REG_CLR_BIT(_a, _r, _f) \ argument
|
/linux-3.3/net/mac80211/ |
D | iface.c | 158 #define ADJUST(_f, _s) do { \ in ieee80211_adjust_monitor_flags() argument
|
/linux-3.3/include/linux/ |
D | kernel.h | 768 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member
|
/linux-3.3/arch/powerpc/platforms/ps3/ |
D | repository.c | 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
|
/linux-3.3/kernel/ |
D | compat.c | 1094 char _f[20-2*sizeof(u32)-sizeof(int)]; member
|