Searched refs:val_ul (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/gdbstub/ |
H A D | user-target.c | 254 offset = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_query_xfer_auxv() 255 len = gdb_get_cmd_param(params, 1)->val_ul; in gdb_handle_query_xfer_auxv() 329 int fd = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_v_file_close() 342 int fd = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_v_file_pread() 387 uint32_t pid = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_query_xfer_exec_file() 388 uint32_t offset = gdb_get_cmd_param(params, 1)->val_ul; in gdb_handle_query_xfer_exec_file() 389 uint32_t length = gdb_get_cmd_param(params, 2)->val_ul; in gdb_handle_query_xfer_exec_file()
|
H A D | gdbstub.c | 893 &this_param.val_ul)) { in cmd_parse_params() 1008 pid = gdb_get_cmd_param(params, 0)->val_ul; in handle_detach() 1080 signal = gdb_get_cmd_param(params, 0)->val_ul; in handle_cont_with_sig() 1152 gdb_get_cmd_param(params, 0)->val_ul, in handle_insert_bp() 1176 gdb_get_cmd_param(params, 0)->val_ul, in handle_remove_bp() 1411 process = gdb_get_process(gdb_get_cmd_param(params, 0)->val_ul); in handle_v_attach() 1540 new_sstep_flags = gdb_get_cmd_param(params, 0)->val_ul; in handle_set_qemu_sstep() 1724 addr = gdb_get_cmd_param(params, 1)->val_ul; in handle_query_xfer_features() 1725 len = gdb_get_cmd_param(params, 2)->val_ul; in handle_query_xfer_features()
|
H A D | user.c | 862 offset = gdb_get_cmd_param(params, 0)->val_ul; in gdb_handle_query_xfer_siginfo() 863 len = gdb_get_cmd_param(params, 1)->val_ul; in gdb_handle_query_xfer_siginfo()
|
H A D | system.c | 505 if (!gdb_get_cmd_param(params, 0)->val_ul) { in gdb_handle_set_qemu_phy_mem_mode()
|
/openbmc/qemu/target/arm/ |
H A D | gdbstub64.c | 443 uint64_t len = gdb_get_cmd_param(params, 1)->val_ul; in handle_q_memtag() 444 int type = gdb_get_cmd_param(params, 2)->val_ul; in handle_q_memtag() 509 uint64_t len = gdb_get_cmd_param(params, 1)->val_ul; in handle_Q_memtag() 510 int type = gdb_get_cmd_param(params, 2)->val_ul; in handle_Q_memtag()
|
/openbmc/qemu/include/gdbstub/ |
H A D | commands.h | 16 unsigned long val_ul; member
|