/openbmc/qemu/gdbstub/ |
H A D | internals.h | 168 void gdb_handle_query_offsets(GArray *params, void *user_ctx); /* user */ 169 void gdb_handle_query_xfer_auxv(GArray *params, void *user_ctx); /*user */ 170 void gdb_handle_query_xfer_siginfo(GArray *params, void *user_ctx); /*user */ 171 void gdb_handle_v_file_open(GArray *params, void *user_ctx); /* user */ 172 void gdb_handle_v_file_close(GArray *params, void *user_ctx); /* user */ 173 void gdb_handle_v_file_pread(GArray *params, void *user_ctx); /* user */ 174 void gdb_handle_v_file_readlink(GArray *params, void *user_ctx); /* user */ 175 void gdb_handle_query_xfer_exec_file(GArray *params, void *user_ctx); /* user */ 176 void gdb_handle_set_catch_syscalls(GArray *params, void *user_ctx); /* user */ 188 void gdb_handle_file_io(GArray *params, void *user_ctx);
|
H A D | gdbstub.c | 954 void *user_ctx = NULL; in process_string_cmd() local 970 user_ctx = (void *)gdbserver_state.g_cpu; in process_string_cmd() 974 cmd->handler(params, user_ctx); in process_string_cmd() 997 static void handle_detach(GArray *params, void *user_ctx) in handle_detach() argument 1037 static void handle_thread_alive(GArray *params, void *user_ctx) in handle_thread_alive() argument 1061 static void handle_continue(GArray *params, void *user_ctx) in handle_continue() argument 1071 static void handle_cont_with_sig(GArray *params, void *user_ctx) in handle_cont_with_sig() argument 1090 static void handle_set_thread(GArray *params, void *user_ctx) in handle_set_thread() argument 1142 static void handle_insert_bp(GArray *params, void *user_ctx) in handle_insert_bp() argument 1166 static void handle_remove_bp(GArray *params, void *user_ctx) in handle_remove_bp() argument [all …]
|
H A D | user-target.c | 216 void gdb_handle_query_offsets(GArray *params, void *user_ctx) in gdb_handle_query_offsets() argument 244 void gdb_handle_query_xfer_auxv(GArray *params, void *user_ctx) in gdb_handle_query_xfer_auxv() argument 307 void gdb_handle_v_file_open(GArray *params, void *user_ctx) in gdb_handle_v_file_open() argument 327 void gdb_handle_v_file_close(GArray *params, void *user_ctx) in gdb_handle_v_file_close() argument 340 void gdb_handle_v_file_pread(GArray *params, void *user_ctx) in gdb_handle_v_file_pread() argument 362 void gdb_handle_v_file_readlink(GArray *params, void *user_ctx) in gdb_handle_v_file_readlink() argument 385 void gdb_handle_query_xfer_exec_file(GArray *params, void *user_ctx) in gdb_handle_query_xfer_exec_file() argument
|
H A D | user.c | 627 void gdb_handle_query_attached(GArray *params, void *user_ctx) in gdb_handle_query_attached() argument 795 void gdb_handle_set_catch_syscalls(GArray *params, void *user_ctx) in gdb_handle_set_catch_syscalls() argument 857 void gdb_handle_query_xfer_siginfo(GArray *params, void *user_ctx) in gdb_handle_query_xfer_siginfo() argument
|
H A D | syscalls.c | 152 void gdb_handle_file_io(GArray *params, void *user_ctx) in gdb_handle_file_io() argument
|
/openbmc/linux/net/bpf/ |
H A D | test_run.c | 1312 struct bpf_flow_keys *user_ctx; in bpf_prog_test_run_flow_dissector() local 1335 user_ctx = bpf_ctx_init(kattr, sizeof(struct bpf_flow_keys)); in bpf_prog_test_run_flow_dissector() 1336 if (IS_ERR(user_ctx)) { in bpf_prog_test_run_flow_dissector() 1338 return PTR_ERR(user_ctx); in bpf_prog_test_run_flow_dissector() 1340 if (user_ctx) { in bpf_prog_test_run_flow_dissector() 1341 ret = verify_user_bpf_flow_keys(user_ctx); in bpf_prog_test_run_flow_dissector() 1344 flags = user_ctx->flags; in bpf_prog_test_run_flow_dissector() 1364 ret = bpf_ctx_finish(kattr, uattr, user_ctx, in bpf_prog_test_run_flow_dissector() 1368 kfree(user_ctx); in bpf_prog_test_run_flow_dissector() 1380 struct bpf_sk_lookup *user_ctx; in bpf_prog_test_run_sk_lookup() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_reg.c | 84 reg_val = srv->funcs.reg_read(srv->user_ctx, addr); in dmub_reg_update() 86 srv->funcs.reg_write(srv->user_ctx, addr, reg_val); in dmub_reg_update() 101 srv->funcs.reg_write(srv->user_ctx, addr, reg_val); in dmub_reg_set() 107 uint32_t reg_val = srv->funcs.reg_read(srv->user_ctx, addr); in dmub_reg_get()
|
H A D | dmub_reg.h | 51 #define REG_READ(reg) ((CTX)->funcs.reg_read((CTX)->user_ctx, REG(reg))) 54 ((CTX)->funcs.reg_write((CTX)->user_ctx, REG(reg), (val)))
|
/openbmc/linux/fs/btrfs/ |
H A D | backref.h | 103 bool (*cache_lookup)(u64 leaf_bytenr, void *user_ctx, 106 void *user_ctx); 124 const struct extent_buffer *leaf, void *user_ctx); 133 bool (*skip_data_ref)(u64 root, u64 ino, u64 offset, void *user_ctx); 135 void *user_ctx; member 214 iterate_extent_inodes_t *iterate, void *user_ctx);
|
H A D | backref.c | 65 cached = ctx->cache_lookup(eb->start, ctx->user_ctx, &root_ids, in check_extent_in_eb() 75 ctx->user_ctx); in check_extent_in_eb() 1044 ret = ctx->check_extent_item(ctx->bytenr, ei, leaf, ctx->user_ctx); in add_inline_refs() 1126 ctx->user_ctx)) in add_inline_refs() 1230 ctx->user_ctx)) in add_keyed_refs() 2411 iterate_extent_inodes_t *iterate, void *user_ctx) in iterate_extent_inodes() argument 2465 cached = ctx->cache_lookup(leaf_bytenr, ctx->user_ctx, in iterate_extent_inodes() 2474 user_ctx); in iterate_extent_inodes() 2496 ctx->cache_store(leaf_bytenr, ctx->roots, ctx->user_ctx); in iterate_extent_inodes() 2506 iterate, user_ctx); in iterate_extent_inodes()
|
/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpdmai.c | 24 __le64 user_ctx; member 308 cmd_params->user_ctx = cpu_to_le64(cfg->user_ctx); in dpdmai_set_rx_queue() 350 attr->user_ctx = le64_to_cpu(cmd_params->user_ctx); in dpdmai_get_rx_queue()
|
H A D | dpdmai.h | 144 u64 user_ctx; member 157 u64 user_ctx; member
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 82 u64 user_ctx; member 88 u64 user_ctx; member 101 u64 user_ctx; member 107 u64 user_ctx; member 259 msg->vram.user_ctx = vram_pp; in hyperv_update_vram_location() 269 if (msg->vram_ack.user_ctx != vram_pp) { in hyperv_update_vram_location() 287 msg.situ.user_ctx = 0; in hyperv_update_situation()
|
/openbmc/qemu/target/arm/ |
H A D | gdbstub64.c | 436 static void handle_q_memtag(GArray *params, void *user_ctx) in handle_q_memtag() argument 438 ARMCPU *cpu = ARM_CPU(user_ctx); in handle_q_memtag() 482 static void handle_q_isaddresstagged(GArray *params, void *user_ctx) in handle_q_isaddresstagged() argument 484 ARMCPU *cpu = ARM_CPU(user_ctx); in handle_q_isaddresstagged() 502 static void handle_Q_memtag(GArray *params, void *user_ctx) in handle_Q_memtag() argument 504 ARMCPU *cpu = ARM_CPU(user_ctx); in handle_Q_memtag()
|
/openbmc/linux/drivers/bus/fsl-mc/ |
H A D | dpcon.c | 216 dpcon_cmd->user_ctx = cpu_to_le64(cfg->user_ctx); in dpcon_set_notification()
|
H A D | fsl-mc-private.h | 520 __le64 user_ctx; member
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | dpseci.c | 212 cmd_params->user_ctx = cpu_to_le64(cfg->user_ctx); in dpseci_set_rx_queue() 251 attr->user_ctx = le64_to_cpu(cmd_params->user_ctx); in dpseci_get_rx_queue()
|
H A D | dpseci.h | 151 u64 user_ctx; member 168 u64 user_ctx; member
|
H A D | dpseci_cmd.h | 89 __le64 user_ctx; member
|
/openbmc/qemu/include/gdbstub/ |
H A D | commands.h | 4 typedef void (*GdbCmdHandler)(GArray *params, void *user_ctx);
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 145 u64 user_ctx; member 151 u64 user_ctx; member 164 u64 user_ctx; member 170 u64 user_ctx; member 322 msg.situ.user_ctx = 0; in synthvid_send_situ() 680 msg->vram.user_ctx = msg->vram.vram_gpa = par->mmio_pp; in synthvid_send_config() 690 if (msg->vram_ack.user_ctx != par->mmio_pp) { in synthvid_send_config()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/ |
H A D | dmub_srv.h | 422 void *user_ctx; member 438 void *user_ctx; member
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpni.h | 1095 uint64_t user_ctx; member 1113 uint64_t user_ctx; member
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw-cmd.h | 443 __le64 user_ctx; member
|
/openbmc/linux/include/linux/fsl/ |
H A D | mc.h | 675 u64 user_ctx; member
|