Searched defs:STRUCT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 181 #define emit_loadptr(BASE, STRUCT, FIELD, DEST) \ argument 187 #define emit_load32(BASE, STRUCT, FIELD, DEST) \ argument 193 #define emit_load16(BASE, STRUCT, FIELD, DEST) \ argument 199 #define __emit_load8(BASE, STRUCT, FIELD, DEST) \ argument 204 #define emit_load8(BASE, STRUCT, FIELD, DEST) \ argument
|
/openbmc/linux/include/linux/ |
H A D | watch_queue.h | 123 #define watch_sizeof(STRUCT) (sizeof(STRUCT) << WATCH_INFO_LENGTH__SHIFT) argument
|
/openbmc/openbmc-tools/dbus-pcap/ |
H A D | dbus-pcap | 80 STRUCT = ord("(") variable in DBusType
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4624 #define STRUCT(name, ...) STRUCT_ ## name, macro 4633 #define STRUCT(name, ...) static const argtype struct_ ## name ## _def[] = { __VA_ARGS__, TYPE_NULL }; macro 7265 #define STRUCT(name, ...) thunk_register_struct(STRUCT_ ## name, #name, struct_ ## name ## _def); in syscall_init() macro
|