| /arch/sparc/vdso/ |
| A D | vma.c | 87 static int find_sections64(const struct vdso_image *image, struct vdso_elfinfo *_e) in find_sections64() argument 89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64() 116 static int patchsym64(struct vdso_elfinfo *_e, const char *orig, in patchsym64() argument 119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64() 155 static int find_sections32(const struct vdso_image *image, struct vdso_elfinfo *_e) in find_sections32() argument 157 struct vdso_elfinfo32 *e = &_e->u.elf32; in find_sections32() 184 static int patchsym32(struct vdso_elfinfo *_e, const char *orig, in patchsym32() argument 187 struct vdso_elfinfo32 *e = &_e->u.elf32; in patchsym32()
|
| /arch/arm/mach-footbridge/ |
| A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
| /arch/x86/include/asm/xen/ |
| A D | interface_64.h | 92 uint32_t _e ## name; \
|
| /arch/x86/kvm/ |
| A D | emulate.c | 3964 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 3969 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) } argument 3970 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 3971 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument 3972 #define II(_f, _e, _i) \ argument 3974 #define IIP(_f, _e, _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 3983 #define I2bvIP(_f, _e, _i, _p) \ argument 3984 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) [all …]
|
| /arch/powerpc/platforms/ps3/ |
| A D | spu.c | 121 #define dump_areas(_a, _b, _c, _d, _e) \ argument 122 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
|
| A D | repository.c | 39 #define dump_node_name(_a, _b, _c, _d, _e) \ argument 40 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__) 51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument 52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|