Home
last modified time | relevance | path

Searched refs:thunk_register_struct (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/exec/user/
H A Dthunk.h72 void thunk_register_struct(int id, const char *name, const argtype *types);
/openbmc/qemu/linux-user/
H A Dthunk.c64 void thunk_register_struct(int id, const char *name, const argtype *types) in thunk_register_struct() function
H A Dsyscall.c7220 #define STRUCT(name, ...) thunk_register_struct(STRUCT_ ## name, #name, struct_ ## name ## _def); in _syscall1()