Searched refs:_f (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/kvm/ |
| A D | emulate.c | 3964 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 3968 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } argument 3970 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 3971 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument 3977 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument 3979 #define D2bv(_f) D((_f) | ByteOp), D(_f) argument 3980 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument 3981 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument 3982 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) argument 3984 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) [all …]
|
| /arch/microblaze/include/uapi/asm/ |
| A D | elf.h | 107 #define ELF_PLAT_INIT(_r, _f) \ argument
|
| /arch/arm64/include/asm/ |
| A D | kvm_host.h | 903 #define __vcpu_single_flag(_set, _f) _set, (_f), (_f) argument 905 #define __unpack_flag(_set, _f, _m) _f argument 1000 #define __vcpu_except_flags(_f) iflags, (_f << __EXCEPT_SHIFT), __EXCEPT_MASK_VAL argument
|
| /arch/powerpc/platforms/ps3/ |
| A D | repository.c | 51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument 52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|
Completed in 27 milliseconds