Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/linux/tools/perf/util/
H A Dtarget.h8 struct target { struct
52 static inline bool target__has_task(const struct target *target) in target__has_task() argument
57 static inline bool target__has_cpu(const struct target *targe argument
23 attr_maptarget global() argument
62 target__none(struct target * target) target__none() argument
67 target__enable_on_exec(struct target * target) target__enable_on_exec() argument
78 target__has_per_thread(struct target * target) target__has_per_thread() argument
83 target__uses_dummy_map(struct target * target) target__uses_dummy_map() argument
[all...]
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cgpr_active()
86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get()
134 int tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_set()
200 int tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cfpr_active()
229 int tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_get()
273 int tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_set()
312 int tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) in tm_cvmx_active()
342 int tm_cvmx_get(struct task_struct *target, const struct user_regset *regset, in tm_cvmx_get()
393 int tm_cvmx_set(struct task_struct *target, const struct user_regset *regset, in tm_cvmx_set()
440 int tm_cvsx_active(struct task_struct *target, const struct user_regset *regset) in tm_cvsx_active()
[all …]
H A Dptrace-vsx.c21 int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get()
49 int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set()
79 int vsr_active(struct task_struct *target, const struct user_regset *regset) in vsr_active()
97 int vsr_get(struct task_struct *target, const struct user_regset *regset, in vsr_get()
126 int vsr_set(struct task_struct *target, const struct user_regset *regset, in vsr_set()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c77 static void send_packet_completion(struct htc_target *target, in send_packet_completion()
91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based()
173 static void get_htc_packet(struct htc_target *target, in get_htc_packet()
203 static int htc_issue_packets(struct htc_target *target, in htc_issue_packets()
299 static enum htc_send_queue_result htc_try_send(struct htc_target *target, in htc_try_send()
528 static void htc_free_txctrl_packet(struct htc_target *target, in htc_free_txctrl_packet()
534 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
539 static void htc_txctrl_complete(struct htc_target *target, in htc_txctrl_complete()
547 static int htc_setup_target_buffer_assignments(struct htc_target *target) in htc_setup_target_buffer_assignments()
653 static void htc_process_credit_report(struct htc_target *target, in htc_process_credit_report()
[all …]
H A Dhtc-ops.h28 static inline int ath6kl_htc_wait_target(struct htc_target *target) in ath6kl_htc_wait_target()
33 static inline int ath6kl_htc_start(struct htc_target *target) in ath6kl_htc_start()
38 static inline int ath6kl_htc_conn_service(struct htc_target *target, in ath6kl_htc_conn_service()
45 static inline int ath6kl_htc_tx(struct htc_target *target, in ath6kl_htc_tx()
51 static inline void ath6kl_htc_stop(struct htc_target *target) in ath6kl_htc_stop()
56 static inline void ath6kl_htc_cleanup(struct htc_target *target) in ath6kl_htc_cleanup()
61 static inline void ath6kl_htc_flush_txep(struct htc_target *target, in ath6kl_htc_flush_txep()
68 static inline void ath6kl_htc_flush_rx_buf(struct htc_target *target) in ath6kl_htc_flush_rx_buf()
73 static inline void ath6kl_htc_activity_changed(struct htc_target *target, in ath6kl_htc_activity_changed()
81 static inline int ath6kl_htc_get_rxbuf_num(struct htc_target *target, in ath6kl_htc_get_rxbuf_num()
[all …]
H A Dhtc_mbox.c374 static void htc_reclaim_txctrl_buf(struct htc_target *target, in htc_reclaim_txctrl_buf()
382 static struct htc_packet *htc_get_control_buf(struct htc_target *target, in htc_get_control_buf()
407 static void htc_tx_comp_update(struct htc_target *target, in htc_tx_comp_update()
450 static void htc_tx_comp_handler(struct htc_target *target, in htc_tx_comp_handler()
466 static void htc_async_tx_scat_complete(struct htc_target *target, in htc_async_tx_scat_complete()
506 static int ath6kl_htc_tx_issue(struct htc_target *target, in ath6kl_htc_tx_issue()
545 static int htc_check_credits(struct htc_target *target, in htc_check_credits()
598 static void ath6kl_htc_tx_pkts_get(struct htc_target *target, in ath6kl_htc_tx_pkts_get()
678 static int ath6kl_htc_tx_setup_scat_list(struct htc_target *target, in ath6kl_htc_tx_setup_scat_list()
758 struct htc_target *target = endpoint->target; in ath6kl_htc_tx_bundle() local
[all …]
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c213 static int srp_target_is_topspin(struct srp_target_port *target) in srp_target_is_topspin() argument
272 static int srp_init_ib_qp(struct srp_target_port *target, in srp_init_ib_qp() argument
307 struct srp_target_port *target = ch->target; srp_new_ib_cm_id() local
333 struct srp_target_port *target = ch->target; srp_new_rdma_cm_id() local
377 struct srp_target_port *target = ch->target; srp_new_cm_id() local
499 srp_alloc_fr_pool(struct srp_target_port * target) srp_alloc_fr_pool() argument
527 struct srp_target_port *target = ch->target; srp_create_ch_ib() local
638 srp_free_ch_ib(struct srp_target_port * target,struct srp_rdma_ch * ch) srp_free_ch_ib() argument
702 struct srp_target_port *target = ch->target; srp_path_rec_completion() local
715 struct srp_target_port *target = ch->target; srp_ib_lookup_path() local
754 struct srp_target_port *target = ch->target; srp_rdma_lookup_path() local
774 struct srp_target_port *target = ch->target; srp_lookup_path() local
800 struct srp_target_port *target = ch->target; srp_send_req() local
922 srp_queue_remove_work(struct srp_target_port * target) srp_queue_remove_work() argument
939 srp_disconnect_target(struct srp_target_port * target) srp_disconnect_target() argument
967 struct srp_target_port *target = host_to_target(shost); srp_exit_cmd_priv() local
985 struct srp_target_port *target = host_to_target(shost); srp_init_cmd_priv() local
1039 srp_remove_target(struct srp_target_port * target) srp_remove_target() argument
1071 struct srp_target_port *target = srp_remove_work() local
1081 struct srp_target_port *target = rport->lld_data; srp_rport_delete() local
1090 srp_connected_ch(struct srp_target_port * target) srp_connected_ch() argument
1103 struct srp_target_port *target = ch->target; srp_connect_ch() local
1182 struct srp_target_port *target = ch->target; srp_unmap_data() local
1285 struct srp_target_port *target = context->srp_target; srp_terminate_cmd() local
1297 struct srp_target_port *target = rport->lld_data; srp_terminate_io() local
1335 struct srp_target_port *target = rport->lld_data; srp_rport_reconnect() local
1427 struct srp_target_port *target = ch->target; srp_map_finish_fr() local
1533 struct srp_target_port *target = ch->target; srp_map_sg_dma() local
1556 struct srp_target_port *target = ch->target; srp_map_idb() local
1625 struct srp_target_port *target = ch->target; srp_map_data() local
1839 struct srp_target_port *target = ch->target; __srp_get_tx_iu() local
1893 struct srp_target_port *target = ch->target; srp_post_send() local
1917 struct srp_target_port *target = ch->target; srp_post_recv() local
1937 struct srp_target_port *target = ch->target; srp_process_rsp() local
1997 struct srp_target_port *target = ch->target; srp_response_common() local
2046 struct srp_target_port *target = ch->target; srp_process_aer_req() local
2065 struct srp_target_port *target = ch->target; srp_recv_done() local
2130 struct srp_target_port *target; srp_tl_err_work() local
2141 struct srp_target_port *target = ch->target; srp_handle_qp_err() local
2157 struct srp_target_port *target = host_to_target(shost); srp_queuecommand() local
2258 struct srp_target_port *target = ch->target; srp_alloc_iu_bufs() local
2335 struct srp_target_port *target = ch->target; srp_cm_rep_handler() local
2427 struct srp_target_port *target = ch->target; srp_ib_cm_rej_handler() local
2513 struct srp_target_port *target = ch->target; srp_ib_cm_handler() local
2574 struct srp_target_port *target = ch->target; srp_rdma_cm_rej_handler() local
2625 struct srp_target_port *target = ch->target; srp_rdma_cm_handler() local
2718 struct srp_target_port *target = ch->target; srp_send_tsk_mgmt() local
2783 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_abort() local
2813 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_reset_device() local
2831 struct srp_target_port *target = host_to_target(scmnd->device->host); srp_reset_host() local
2841 struct srp_target_port *target = host_to_target(shost); srp_target_alloc() local
2852 struct srp_target_port *target = host_to_target(shost); srp_sdev_configure() local
2867 struct srp_target_port *target = host_to_target(class_to_shost(dev)); id_ext_show() local
2877 struct srp_target_port *target = host_to_target(class_to_shost(dev)); ioc_guid_show() local
2887 struct srp_target_port *target = host_to_target(class_to_shost(dev)); service_id_show() local
2900 struct srp_target_port *target = host_to_target(class_to_shost(dev)); pkey_show() local
2913 struct srp_target_port *target = host_to_target(class_to_shost(dev)); sgid_show() local
2923 struct srp_target_port *target = host_to_target(class_to_shost(dev)); dgid_show() local
2937 struct srp_target_port *target = host_to_target(class_to_shost(dev)); orig_dgid_show() local
2950 struct srp_target_port *target = host_to_target(class_to_shost(dev)); req_lim_show() local
2967 struct srp_target_port *target = host_to_target(class_to_shost(dev)); zero_req_lim_show() local
2977 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local_ib_port_show() local
2987 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local_ib_device_show() local
2998 struct srp_target_port *target = host_to_target(class_to_shost(dev)); ch_count_show() local
3008 struct srp_target_port *target = host_to_target(class_to_shost(dev)); comp_vector_show() local
3018 struct srp_target_port *target = host_to_target(class_to_shost(dev)); tl_retry_count_show() local
3028 struct srp_target_port *target = host_to_target(class_to_shost(dev)); cmd_sg_entries_show() local
3038 struct srp_target_port *target = host_to_target(class_to_shost(dev)); allow_ext_sg_show() local
3110 srp_add_target(struct srp_host * host,struct srp_target_port * target) srp_add_target() argument
3186 srp_conn_unique(struct srp_host * host,struct srp_target_port * target) srp_conn_unique() argument
3324 srp_parse_options(struct net * net,const char * buf,struct srp_target_port * target) srp_parse_options() argument
3690 struct srp_target_port *target; add_target_store() local
4084 struct srp_target_port *target; srp_remove_one() local
[all...]
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, in htc_issue_send()
88 static void htc_process_target_rdy(struct htc_target *target, in htc_process_target_rdy()
103 static void htc_process_conn_rsp(struct htc_target *target, in htc_process_conn_rsp()
154 static int htc_config_pipe_credits(struct htc_target *target) in htc_config_pipe_credits()
192 static int htc_setup_complete(struct htc_target *target) in htc_setup_complete()
230 int htc_init(struct htc_target *target) in htc_init()
241 int htc_connect_service(struct htc_target *target, in htc_connect_service()
307 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send()
315 int htc_send_epid(struct htc_target *target, struct sk_buff *skb, in htc_send_epid()
321 void htc_stop(struct htc_target *target) in htc_stop()
[all …]
/linux/drivers/acpi/numa/
H A Dhmat.c102 struct memory_target *target; in find_mem_target() local
123 struct memory_target *target; in hmat_get_extended_linear_cache_size() local
151 struct memory_target *target; in acpi_find_genport_target() local
178 struct memory_target *target; in acpi_get_genport_coordinates() local
216 struct memory_target *target; in alloc_target() local
242 struct memory_target *target; in alloc_memory_target() local
260 struct memory_target *target; in alloc_genport_target() local
341 static void hmat_update_target_access(struct memory_target *target, in hmat_update_target_access()
412 struct memory_target *target = find_mem_target(tgt_pxm); in hmat_update_target() local
486 struct memory_target *target; in hmat_parse_cache() local
[all …]
/linux/arch/arm64/kernel/
H A Dptrace.c474 static int hw_break_get(struct task_struct *target, in hw_break_get()
506 static int hw_break_set(struct task_struct *target, in hw_break_set()
555 static int gpr_get(struct task_struct *target, in gpr_get()
563 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set()
581 static int fpr_active(struct task_struct *target, const struct user_regset *regset) in fpr_active()
591 static int __fpr_get(struct task_struct *target, in __fpr_get()
604 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get()
616 static int __fpr_set(struct task_struct *target, in __fpr_set()
643 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set()
662 static int tls_get(struct task_struct *target, const struct user_regset *regset, in tls_get()
[all …]
/linux/arch/parisc/net/
H A Dbpf_jit.h99 #define hppa_ldo(im14, reg, target) \ argument
103 #define hppa_or(reg1, reg2, target) \ argument
105 #define hppa_or_cond(reg1, reg2, cond, f, target) \ argument
107 #define hppa_and(reg1, reg2, target) \ argument
109 #define hppa_and_cond(reg1, reg2, cond, f, target) \ argument
111 #define hppa_xor(reg1, reg2, target) \ argument
113 #define hppa_add(reg1, reg2, target) \ argument
115 #define hppa_addc(reg1, reg2, target) \ argument
117 #define hppa_sub(reg1, reg2, target) \ argument
119 #define hppa_subb(reg1, reg2, target) \ argument
[all …]
/linux/arch/s390/kernel/
H A Dptrace.c509 static int s390_regs_get(struct task_struct *target, in s390_regs_get()
522 static int s390_regs_set(struct task_struct *target, in s390_regs_set()
558 static int s390_fpregs_get(struct task_struct *target, in s390_fpregs_get()
573 static int s390_fpregs_set(struct task_struct *target, in s390_fpregs_set()
604 static int s390_last_break_get(struct task_struct *target, in s390_last_break_get()
611 static int s390_last_break_set(struct task_struct *target, in s390_last_break_set()
619 static int s390_tdb_get(struct task_struct *target, in s390_tdb_get()
632 static int s390_tdb_set(struct task_struct *target, in s390_tdb_set()
640 static int s390_vxrs_low_get(struct task_struct *target, in s390_vxrs_low_get()
656 static int s390_vxrs_low_set(struct task_struct *target, in s390_vxrs_low_set()
[all …]
/linux/drivers/net/ethernet/mscc/
H A Docelot_io.c16 enum ocelot_target target; in __ocelot_bulk_read_ix() local
29 enum ocelot_target target; in __ocelot_read_ix() local
43 enum ocelot_target target; in __ocelot_write_ix() local
56 enum ocelot_target target; in __ocelot_rmw_ix() local
69 u16 target = reg >> TARGET_OFFSET; in ocelot_port_readl() local
82 u16 target = reg >> TARGET_OFFSET; in ocelot_port_writel() local
99 u32 __ocelot_target_read_ix(struct ocelot *ocelot, enum ocelot_target target, in __ocelot_target_read_ix()
109 void __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target, in __ocelot_target_write_ix()
120 u16 target; in ocelot_regfields_init() local
/linux/arch/mips/kernel/
H A Dptrace.c217 static int gpr32_get(struct task_struct *target, in gpr32_get()
228 static int gpr32_set(struct task_struct *target, in gpr32_set()
282 static int gpr64_get(struct task_struct *target, in gpr64_get()
293 static int gpr64_set(struct task_struct *target, in gpr64_set()
413 static void fpr_get_fpa(struct task_struct *target, in fpr_get_fpa()
426 static void fpr_get_msa(struct task_struct *target, struct membuf *to) in fpr_get_msa()
440 static int fpr_get(struct task_struct *target, in fpr_get()
459 static int fpr_set_fpa(struct task_struct *target, in fpr_set_fpa()
474 static int fpr_set_msa(struct task_struct *target, in fpr_set_msa()
507 static int fpr_set(struct task_struct *target, in fpr_set()
[all …]
/linux/arch/riscv/kernel/
H A Dptrace.c40 static int riscv_gpr_get(struct task_struct *target, in riscv_gpr_get() argument
48 static int riscv_gpr_set(struct task_struct *target, in riscv_gpr_set() argument
60 static int riscv_fpr_get(struct task_struct *target, in riscv_fpr_get() argument
74 static int riscv_fpr_set(struct task_struct *target, in riscv_fpr_set() argument
95 static int riscv_vr_get(struct task_struct *target, in riscv_vr_get() argument
217 riscv_vr_set(struct task_struct * target,const struct user_regset * regset,unsigned int pos,unsigned int count,const void * kbuf,const void __user * ubuf) riscv_vr_set() argument
253 riscv_vr_active(struct task_struct * target,const struct user_regset * regset) riscv_vr_active() argument
266 tagged_addr_ctrl_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) tagged_addr_ctrl_get() argument
278 tagged_addr_ctrl_set(struct task_struct * target,const struct user_regset * regset,unsigned int pos,unsigned int count,const void * kbuf,const void __user * ubuf) tagged_addr_ctrl_set() argument
295 riscv_cfi_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) riscv_cfi_get() argument
331 riscv_cfi_set(struct task_struct * target,const struct user_regset * regset,unsigned int pos,unsigned int count,const void * kbuf,const void __user * ubuf) riscv_cfi_set() argument
559 compat_riscv_gpr_get(struct task_struct * target,const struct user_regset * regset,struct membuf to) compat_riscv_gpr_get() argument
571 compat_riscv_gpr_set(struct task_struct * target,const struct user_regset * regset,unsigned int pos,unsigned int count,const void * kbuf,const void __user * ubuf) compat_riscv_gpr_set() argument
[all...]
/linux/arch/loongarch/kernel/
H A Dptrace.c50 static void init_fp_ctx(struct task_struct *target) in init_fp_ctx()
75 static int gpr_get(struct task_struct *target, in gpr_get()
90 static int gpr_set(struct task_struct *target, in gpr_set()
121 static int gfpr_get(struct task_struct *target, struct membuf *to) in gfpr_get()
127 static int gfpr_get_simd(struct task_struct *target, struct membuf *to) in gfpr_get_simd()
145 static int fpr_get(struct task_struct *target, in fpr_get()
164 static int gfpr_set(struct task_struct *target, in gfpr_set()
173 static int gfpr_set_simd(struct task_struct *target, in gfpr_set_simd()
197 static int fpr_set(struct task_struct *target, in fpr_set()
229 static int cfg_get(struct task_struct *target, in cfg_get()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c111 static void test_tc_opts_before_target(int target) in test_tc_opts_before_target()
263 static void test_tc_opts_after_target(int target) in test_tc_opts_after_target()
454 static void test_tc_opts_revision_target(int target) in test_tc_opts_revision_target()
563 static void test_tc_chain_classic(int target, bool chain_tc_old) in test_tc_chain_classic()
666 static void test_tc_opts_replace_target(int target) in test_tc_opts_replace_target()
873 static void test_tc_opts_invalid_target(int target) in test_tc_opts_invalid_target()
1026 static void test_tc_opts_prepend_target(int target) in test_tc_opts_prepend_target()
1166 static void test_tc_opts_append_target(int target) in test_tc_opts_append_target()
1306 static void test_tc_opts_dev_cleanup_target(int target) in test_tc_opts_dev_cleanup_target()
1394 static void test_tc_opts_mixed_target(int target) in test_tc_opts_mixed_target()
[all …]
H A Dtc_links.c115 static void test_tc_links_before_target(int target) in test_tc_links_before_target() argument
269 test_tc_links_after_target(int target) test_tc_links_after_target() argument
423 test_tc_links_revision_target(int target) test_tc_links_revision_target() argument
523 test_tc_chain_classic(int target,bool chain_tc_old) test_tc_chain_classic() argument
629 test_tc_links_replace_target(int target) test_tc_links_replace_target() argument
855 test_tc_links_invalid_target(int target) test_tc_links_invalid_target() argument
1167 test_tc_links_prepend_target(int target) test_tc_links_prepend_target() argument
1323 test_tc_links_append_target(int target) test_tc_links_append_target() argument
1479 test_tc_links_dev_cleanup_target(int target) test_tc_links_dev_cleanup_target() argument
1577 test_tc_chain_mixed(int target) test_tc_chain_mixed() argument
1681 test_tc_links_ingress(int target,bool chain_tc_old,bool tcx_teardown_first) test_tc_links_ingress() argument
1851 test_tc_links_dev_mixed(int target) test_tc_links_dev_mixed() argument
[all...]
/linux/arch/sparc/kernel/
H A Dptrace_64.c160 static int get_from_target(struct task_struct *target, unsigned long uaddr, in get_from_target()
175 static int set_to_target(struct task_struct *target, unsigned long uaddr, in set_to_target()
190 static int regwindow64_get(struct task_struct *target, in regwindow64_get()
215 static int regwindow64_set(struct task_struct *target, in regwindow64_set()
246 static int genregs64_get(struct task_struct *target, in genregs64_get()
267 static int genregs64_set(struct task_struct *target, in genregs64_set()
341 static int fpregs64_get(struct task_struct *target, in fpregs64_get()
371 static int fpregs64_set(struct task_struct *target, in fpregs64_set()
442 static int getregs64_get(struct task_struct *target, in getregs64_get()
457 static int setregs64_set(struct task_struct *target, in setregs64_set()
[all …]
H A Dptrace_32.c47 static int regwindow32_get(struct task_struct *target, in regwindow32_get()
65 static int regwindow32_set(struct task_struct *target, in regwindow32_set()
83 static int genregs32_get(struct task_struct *target, in genregs32_get()
106 static int genregs32_set(struct task_struct *target, in genregs32_set()
166 static int fpregs32_get(struct task_struct *target, in fpregs32_get()
182 static int fpregs32_set(struct task_struct *target, in fpregs32_set()
244 static int getregs_get(struct task_struct *target, in getregs_get()
260 static int setregs_set(struct task_struct *target, in setregs_set()
287 static int getfpregs_get(struct task_struct *target, in getfpregs_get()
300 static int setfpregs_set(struct task_struct *target, in setfpregs_set()
/linux/arch/x86/um/
H A Dptrace.c113 static int fpregs_legacy_get(struct task_struct *target, in fpregs_legacy_get()
147 static int fpregs_legacy_set(struct task_struct *target, in fpregs_legacy_set()
168 static int genregs_get(struct task_struct *target, in genregs_get()
179 static int genregs_set(struct task_struct *target, in genregs_set()
211 static int generic_fpregs_active(struct task_struct *target, const struct user_regset *regset) in generic_fpregs_active()
216 static int generic_fpregs_get(struct task_struct *target, in generic_fpregs_get()
226 static int generic_fpregs_set(struct task_struct *target, in generic_fpregs_set()
/linux/arch/sh/kernel/
H A Dptrace_32.c134 static int genregs_get(struct task_struct *target, in genregs_get()
143 static int genregs_set(struct task_struct *target, in genregs_set()
167 static int fpregs_get(struct task_struct *target, in fpregs_get()
181 static int fpregs_set(struct task_struct *target, in fpregs_set()
202 static int fpregs_active(struct task_struct *target, in fpregs_active()
210 static int dspregs_get(struct task_struct *target, in dspregs_get()
220 static int dspregs_set(struct task_struct *target, in dspregs_set()
238 static int dspregs_active(struct task_struct *target, in dspregs_active()
/linux/scripts/dtc/
H A Ddtc-parser.y187 struct node *target = get_node_by_ref($1, $3); variable
211 struct node *target = get_node_by_ref($1, $2); variable
222 struct node *target = get_node_by_ref($1, $2); variable
241 struct node *target = get_node_by_ref($1, $3); variable
253 struct node *target = get_node_by_ref($1, $3); variable
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c323 static int kfd_dbg_set_workaround(struct kfd_process *target, bool enable) in kfd_dbg_set_workaround() argument
511 static void kfd_dbg_clear_process_address_watch(struct kfd_process *target) in kfd_dbg_clear_process_address_watch() argument
520 int kfd_dbg_trap_set_flags(struct kfd_process *target, uint32_t *flags) in kfd_dbg_trap_set_flags() argument
604 kfd_dbg_trap_deactivate(struct kfd_process * target,bool unwind,int unwind_count) kfd_dbg_trap_deactivate() argument
658 kfd_dbg_clean_exception_status(struct kfd_process * target) kfd_dbg_clean_exception_status() argument
683 kfd_dbg_trap_disable(struct kfd_process * target) kfd_dbg_trap_disable() argument
713 kfd_dbg_trap_activate(struct kfd_process * target) kfd_dbg_trap_activate() argument
788 kfd_dbg_trap_enable(struct kfd_process * target,uint32_t fd,void __user * runtime_info,uint32_t * runtime_size) kfd_dbg_trap_enable() argument
869 kfd_dbg_trap_set_wave_launch_override(struct kfd_process * target,uint32_t trap_override,uint32_t trap_mask_bits,uint32_t trap_mask_request,uint32_t * trap_mask_prev,uint32_t * trap_mask_supported) kfd_dbg_trap_set_wave_launch_override() argument
912 kfd_dbg_trap_set_wave_launch_mode(struct kfd_process * target,uint8_t wave_launch_mode) kfd_dbg_trap_set_wave_launch_mode() argument
944 kfd_dbg_trap_query_exception_info(struct kfd_process * target,uint32_t source_id,uint32_t exception_code,bool clear_exception,void __user * info,uint32_t * info_size) kfd_dbg_trap_query_exception_info() argument
1064 kfd_dbg_trap_device_snapshot(struct kfd_process * target,uint64_t exception_clear_mask,void __user * user_info,uint32_t * number_of_device_infos,uint32_t * entry_size) kfd_dbg_trap_device_snapshot() argument
1143 kfd_dbg_set_enabled_debug_exception_mask(struct kfd_process * target,uint64_t exception_set_mask) kfd_dbg_set_enabled_debug_exception_mask() argument
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_redirect.c43 int target = get_redirect_target(skb); in test_lwt_redirect_in() local
57 int target = get_redirect_target(skb); in test_lwt_redirect_out() local
71 int target = get_redirect_target(skb); in test_lwt_redirect_out_nomac() local
82 int target = get_redirect_target(skb); in test_lwt_redirect_in_nomac() local

12345678910>>...28