Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Duser-target.c308 uint64_t flags = gdb_get_cmd_param(params, 1)->val_ull; in gdb_handle_v_file_open()
309 uint64_t mode = gdb_get_cmd_param(params, 2)->val_ull; in gdb_handle_v_file_open()
341 size_t count = gdb_get_cmd_param(params, 1)->val_ull; in gdb_handle_v_file_pread()
342 off_t offset = gdb_get_cmd_param(params, 2)->val_ull; in gdb_handle_v_file_pread()
H A Dsyscalls.c158 ret = gdb_get_cmd_param(params, 0)->val_ull; in gdb_handle_file_io()
160 err = gdb_get_cmd_param(params, 1)->val_ull; in gdb_handle_file_io()
/openbmc/qemu/include/gdbstub/
H A Dcommands.h17 unsigned long long val_ull; member