Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 3428) sorted by relevance

12345678910>>...138

/openbmc/linux/tools/perf/util/
H A Dtarget.h8 struct target { struct
55 enum target_errno target__validate(struct target *target);
56 enum target_errno target__parse_uid(struct target *target);
60 static inline bool target__has_task(struct target *target) in target__has_task() argument
62 return target->tid || target->pid || target->uid_str; in target__has_task()
65 static inline bool target__has_cpu(struct target *target) in target__has_cpu() argument
67 return target->system_wide || target->cpu_list; in target__has_cpu()
70 static inline bool target__none(struct target *target) in target__none() argument
83 return target__none(target) && !target->initial_delay; in target__enable_on_exec()
88 return target->system_wide && target->per_thread; in target__has_per_thread()
[all …]
H A Dtarget.c22 target->tid = target->pid; in target__validate()
25 if (target->tid && target->cpu_list) { in target__validate()
32 if (target->tid && target->uid_str) { in target__validate()
39 if (target->uid_str && target->cpu_list) { in target__validate()
46 if (target->tid && target->system_wide) { in target__validate()
53 if (target->uid_str && target->system_wide) { in target__validate()
60 if (target->bpf_str && target->cpu_list) { in target__validate()
67 if (target->bpf_str && target->tid) { in target__validate()
74 if (target->bpf_str && target->uid_str) { in target__validate()
81 if (target->bpf_str && target->per_thread) { in target__validate()
[all …]
/openbmc/phosphor-state-manager/target_files/
H A Dmeson.build2 'obmc-bmc-service-quiesce@.target',
3 'obmc-chassis-blackout@.target',
11 'obmc-fan-control.target',
13 'obmc-fans-ready.target',
14 'obmc-host-crash@.target',
19 'obmc-host-reboot@.target',
21 'obmc-host-reset@.target',
24 'obmc-host-start@.target',
29 'obmc-host-stop@.target',
34 'obmc-power-off@.target',
[all …]
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c101 flush_fp_to_thread(target); in tm_cgpr_get()
148 flush_fp_to_thread(target); in tm_cgpr_set()
242 flush_fp_to_thread(target); in tm_cfpr_get()
287 flush_fp_to_thread(target); in tm_cfpr_set()
359 flush_fp_to_thread(target); in tm_cvmx_get()
408 flush_fp_to_thread(target); in tm_cvmx_set()
448 flush_vsx_to_thread(target); in tm_cvsx_active()
483 flush_fp_to_thread(target); in tm_cvsx_get()
527 flush_fp_to_thread(target); in tm_cvsx_set()
587 flush_fp_to_thread(target); in tm_spr_get()
[all …]
H A Dptrace-vsx.c27 flush_fp_to_thread(target); in fpr_get()
31 buf[i] = target->thread.TS_FPR(i); in fpr_get()
56 flush_fp_to_thread(target); in fpr_set()
81 flush_vsx_to_thread(target); in vsr_active()
103 flush_tmregs_to_thread(target); in vsr_get()
104 flush_fp_to_thread(target); in vsr_get()
105 flush_altivec_to_thread(target); in vsr_get()
106 flush_vsx_to_thread(target); in vsr_get()
133 flush_tmregs_to_thread(target); in vsr_set()
134 flush_fp_to_thread(target); in vsr_set()
[all …]
H A Dptrace-decl.h73 int fpr_set(struct task_struct *target, const struct user_regset *regset,
79 int vsr_active(struct task_struct *target, const struct user_regset *regset);
81 int vsr_set(struct task_struct *target, const struct user_regset *regset,
87 int vr_active(struct task_struct *target, const struct user_regset *regset);
89 int vr_set(struct task_struct *target, const struct user_regset *regset,
95 int evr_active(struct task_struct *target, const struct user_regset *regset);
97 int evr_set(struct task_struct *target, const struct user_regset *regset,
103 int gpr32_get_common(struct task_struct *target,
107 int gpr32_set_common(struct task_struct *target,
143 int tm_spr_set(struct task_struct *target, const struct user_regset *regset,
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h30 return target->dev->ar->htc_ops->wait_target(target); in ath6kl_htc_wait_target()
35 return target->dev->ar->htc_ops->start(target); in ath6kl_htc_start()
42 return target->dev->ar->htc_ops->conn_service(target, req, resp); in ath6kl_htc_conn_service()
48 return target->dev->ar->htc_ops->tx(target, packet); in ath6kl_htc_tx()
53 return target->dev->ar->htc_ops->stop(target); in ath6kl_htc_stop()
58 return target->dev->ar->htc_ops->cleanup(target); in ath6kl_htc_cleanup()
65 return target->dev->ar->htc_ops->flush_txep(target, endpoint, tag); in ath6kl_htc_flush_txep()
70 return target->dev->ar->htc_ops->flush_rx_buf(target); in ath6kl_htc_flush_rx_buf()
84 return target->dev->ar->htc_ops->get_rxbuf_num(target, endpoint); in ath6kl_htc_get_rxbuf_num()
90 return target->dev->ar->htc_ops->add_rxbuf_multiple(target, pktq); in ath6kl_htc_add_rxbuf_multiple()
[all …]
H A Dhtc_mbox.c429 target->credit_info, &target->cred_dist_list); in htc_tx_comp_update()
759 struct htc_target *target = endpoint->target; in ath6kl_htc_tx_bundle() local
1237 target->credit_info, &target->cred_dist_list); in ath6kl_htc_mbox_activity_changed()
2586 endpoint->target = target; in reset_ep_state()
2617 target->msg_per_bndl_max = min(target->max_scat_entries, in htc_setup_msg_bndl()
2625 target->max_rx_bndl_sz = target->max_xfer_szper_scatreq; in htc_setup_msg_bndl()
2631 target->max_rx_bndl_sz, target->max_tx_bndl_sz); in htc_setup_msg_bndl()
2640 if ((target->tgt_cred_sz % target->block_sz) != 0) { in htc_setup_msg_bndl()
2687 target->tgt_creds, target->tgt_cred_sz); in ath6kl_htc_mbox_wait_target()
2846 target = kzalloc(sizeof(*target), GFP_KERNEL); in ath6kl_htc_mbox_create()
[all …]
H A Dhtc_pipe.c963 if (!target) { in ath6kl_htc_pipe_rx_complete()
1186 ep->target = target; in reset_endpoint_states()
1433 target->dev = kzalloc(sizeof(*target->dev), GFP_KERNEL); in ath6kl_htc_pipe_create()
1434 if (!target->dev) { in ath6kl_htc_pipe_create()
1440 target->dev->htc_cnxt = target; in ath6kl_htc_pipe_create()
1448 return target; in ath6kl_htc_pipe_create()
1455 target = NULL; in ath6kl_htc_pipe_create()
1457 return target; in ath6kl_htc_pipe_create()
1472 kfree(target->dev); in ath6kl_htc_pipe_cleanup()
1475 kfree(target); in ath6kl_htc_pipe_cleanup()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh19 target=$VAR_DB/passwd.db
26 makedb --quiet -o $target -
32 target=$VAR_DB/group.db
51 makedb --quiet -o $target -
57 target=$VAR_DB/ethers.db
83 target=$VAR_DB/rpc.db
116 target=$VAR_DB/shadow.db
125 chmod g+r $target
127 chown 0 $target; chgrp 0 $target; chmod 600 $target;
148 chmod g+r $target
[all …]
/openbmc/openbmc/poky/scripts/
H A Dtest-reexec26 target=$1
61 target=$1
77 bitbake $target -c cleansstate > $LOGS/initial.$target.$task
78 bitbake $target >> $LOGS/initial.$target.$task
79 clearsstate $target >> $LOGS/initial.$target.$task
81 bitbake $target -c $task -f > $LOGS/force.$target.$task
84 cp $LOGS/force.$target.$task $LOGS/failed.$target.$task
85 bitbake $target -c clean > $LOGS/clean.$target.$task
87 bitbake $target >> $LOGS/force.$target.$task
90 cp $LOGS/force.$target.$task $LOGS/failed.$target.$task
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c139 assert_mprog_count(target, 0); in test_tc_opts_before_target()
145 assert_mprog_count(target, 1); in test_tc_opts_before_target()
151 assert_mprog_count(target, 2); in test_tc_opts_before_target()
208 assert_mprog_count(target, 4); in test_tc_opts_before_target()
236 assert_mprog_count(target, 3); in test_tc_opts_before_target()
241 assert_mprog_count(target, 2); in test_tc_opts_before_target()
246 assert_mprog_count(target, 1); in test_tc_opts_before_target()
251 assert_mprog_count(target, 0); in test_tc_opts_before_target()
291 assert_mprog_count(target, 0); in test_tc_opts_after_target()
297 assert_mprog_count(target, 1); in test_tc_opts_after_target()
[all …]
/openbmc/linux/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c12 struct addr_map_symbol target = { in loongarch_call__parse() local
37 if (ops->target.name == NULL) in loongarch_call__parse()
40 target.addr = map__objdump_2mem(map, ops->target.addr); in loongarch_call__parse()
43 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target.addr)) == ops->target.addr) in loongarch_call__parse()
44 ops->target.sym = target.ms.sym; in loongarch_call__parse()
75 target.addr = map__objdump_2mem(map, ops->target.addr); in loongarch_jump__parse()
79 ops->target.outside = target.addr < start || target.addr > end; in loongarch_jump__parse()
82 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target.addr)) == ops->target.addr) in loongarch_jump__parse()
83 ops->target.sym = target.ms.sym; in loongarch_jump__parse()
85 if (!ops->target.outside) { in loongarch_jump__parse()
[all …]
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c305 struct srp_target_port *target = ch->target; in srp_new_ib_cm_id() local
331 struct srp_target_port *target = ch->target; in srp_new_rdma_cm_id() local
375 struct srp_target_port *target = ch->target; in srp_new_cm_id() local
525 struct srp_target_port *target = ch->target; in srp_create_ch_ib() local
700 struct srp_target_port *target = ch->target; in srp_path_rec_completion() local
713 struct srp_target_port *target = ch->target; in srp_ib_lookup_path() local
752 struct srp_target_port *target = ch->target; in srp_rdma_lookup_path() local
772 struct srp_target_port *target = ch->target; in srp_lookup_path() local
3823 target->ch = kcalloc(target->ch_count, sizeof(*target->ch), in add_target_store()
3830 ch->target = target; in add_target_store()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c35 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send()
148 complete(&target->cmd_wait); in htc_process_conn_rsp()
320 target->hif->stop(target->hif_dev); in htc_stop()
325 target->hif->start(target->hif_dev); in htc_start()
330 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain()
497 struct htc_target *target; in ath9k_htc_hw_alloc() local
500 if (!target) in ath9k_htc_hw_alloc()
506 target->hif = hif; in ath9k_htc_hw_alloc()
508 target->dev = dev; in ath9k_htc_hw_alloc()
517 return target; in ath9k_htc_hw_alloc()
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py35 self.target.run("touch %s" %filename)
42 self.target.run("rm %s" %filename)
65 self.target.run("rm %s" %filename)
88 self.target.run("rm %s" %filename)
131 status, output = self.target.run(
143 status, output = self.target.run(
163 status, output = self.target.run(
238 status, output = self.target.run(
243 status, output = self.target.run(
248 status, output = self.target.run(
[all …]
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h99 #define hppa_ldo(im14, reg, target) \ argument
103 #define hppa_or(reg1, reg2, target) \ argument
107 #define hppa_and(reg1, reg2, target) \ argument
111 #define hppa_xor(reg1, reg2, target) \ argument
113 #define hppa_add(reg1, reg2, target) \ argument
127 #define hppa_copy(reg, target) \ argument
155 #define hppa_shl(r, len, target) \ argument
159 #define hppa_depwz_sar(reg, target) \ argument
161 #define hppa_shrpw_sar(reg, target) \ argument
173 #define hppa_shr(r, len, target) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_io.c16 enum ocelot_target target; in __ocelot_bulk_read_ix() local
20 WARN_ON(!target); in __ocelot_bulk_read_ix()
29 enum ocelot_target target; in __ocelot_read_ix() local
33 WARN_ON(!target); in __ocelot_read_ix()
47 WARN_ON(!target); in __ocelot_write_ix()
60 WARN_ON(!target); in __ocelot_rmw_ix()
72 WARN_ON(!target); in ocelot_port_readl()
74 regmap_read(port->target, ocelot->map[target][reg & REG_MASK], &val); in ocelot_port_readl()
84 WARN_ON(!target); in ocelot_port_writel()
86 regmap_write(port->target, ocelot->map[target][reg & REG_MASK], val); in ocelot_port_writel()
[all …]
/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c94 struct memory_target *target; in find_mem_target() local
98 return target; in find_mem_target()
128 if (!target) { in alloc_memory_target()
129 target = kzalloc(sizeof(*target), GFP_KERNEL); in alloc_memory_target()
130 if (!target) in alloc_memory_target()
340 if (target && target->processor_pxm == inits[init]) { in hmat_parse_locality()
376 if (!target) in hmat_parse_cache()
442 if (!target) { in hmat_parse_proximity_domain()
776 if (!target) in hmat_callback()
798 list_del(&target->node); in hmat_free_structures()
[all …]
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dop-proc-control-systemd-links.bb15 mkdir -p $D$systemd_system_unitdir/obmc-host-stop@0.target.wants
65 mkdir -p $D$systemd_system_unitdir/multi-user.target.wants
114 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/obmc-host-force-warm-reboot@0.ta…
115 TARGET="../obmc-host-force-warm-reboot@.target"
123 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/obmc-host-diagnostic-mode@0.targ…
124 TARGET="../obmc-host-diagnostic-mode@.target"
127 # If not a mpreboot system, default to quiesce target in crash target to support
130 LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/obmc-host-quiesce@0.target"
131 TARGET="../obmc-host-quiesce@.target"
181 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/obmc-host-force-warm-reboot@0.ta…
[all …]
/openbmc/linux/Documentation/target/
H A Dtcm_mod_builder.rst36 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
39 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
43 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../include/target/target_core_fabric_ops.h
51 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kbuild
53 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kconfig
58 line to drivers/target/Kbuild::
72 target:/mnt/sdb/lio-core-2.6.git# ls -la drivers/target/tcm_nab5000/
98 target:/mnt/sdb/lio-core-2.6.git# insmod drivers/target/tcm_nab5000.ko
101target:/sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0# ln -s /sys/kernel/config/target
103 target:/sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0# cd -
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py21 status, output = self.target.run(command, 1500)
123 self.target.run('mkdir -p %s/etc' % rootpath, 1500)
125 self.target.run('mkdir -p %s/dev' % rootpath, 1500)
127 self.target.run('mkdir -p %s/lib' % rootpath, 1500)
128 self.target.run('mkdir -p %s/libx32' % rootpath, 1500)
129 self.target.run('mkdir -p %s/lib64' % rootpath, 1500)
135 self.target.run('cp /bin/sh %s/bin' % rootpath, 1500)
150 self.target.run('mkdir -p %s/etc' % rootpath)
154 self.target.run('mkdir -p %s/dev' % rootpath)
157 self.target.run('cp -r /etc/rpm %s/etc' % rootpath)
[all …]
/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c9 struct addr_map_symbol target = { in s390_call__parse() local
37 if (ops->target.name == NULL) in s390_call__parse()
39 target.addr = map__objdump_2mem(map, ops->target.addr); in s390_call__parse()
42 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target.addr)) == ops->target.addr) in s390_call__parse()
43 ops->target.sym = target.ms.sym; in s390_call__parse()
69 target = ++s; in s390_mov__parse()
70 ops->target.raw = strdup(target); in s390_mov__parse()
71 if (ops->target.raw == NULL) in s390_mov__parse()
74 ops->target.addr = strtoull(target, &endptr, 16); in s390_mov__parse()
75 if (endptr == target) in s390_mov__parse()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c623 pqm = &target->pqm; in kfd_dbg_clean_exception_status()
631 target->exception_status = 0; in kfd_dbg_clean_exception_status()
648 fput(target->dbg_ev_file); in kfd_dbg_trap_disable()
649 target->dbg_ev_file = NULL; in kfd_dbg_trap_disable()
658 kfd_unref_process(target); in kfd_dbg_trap_disable()
768 target->dbg_ev_file = f; in kfd_dbg_trap_enable()
777 kref_get(&target->ref); in kfd_dbg_trap_enable()
780 if (target->debugger_process) in kfd_dbg_trap_enable()
906 if (!target) in kfd_dbg_trap_query_exception_info()
949 pdd = target->pdds[i]; in kfd_dbg_trap_query_exception_info()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/
H A Dphosphor-state-manager-systemd-links.inc2 multi-user.target.requires/obmc-host-reset@{}.target \
3 multi-user.target.wants/phosphor-discover-system-state@{}.service \
4 obmc-host-start@{}.target.requires/obmc-host-startmin@{}.target \
10 obmc-host-shutdown@{}.target.requires/obmc-host-stop@{}.target \
11 obmc-host-graceful-quiesce@{}.target.wants/obmc-host-quiesce@{}.target \
12 obmc-host-graceful-quiesce@{}.target.wants/pldmSoftPowerOff.service \
14 obmc-host-reboot@{}.target.requires/obmc-host-shutdown@{}.target \
17 obmc-host-force-warm-reboot@{}.target.requires/obmc-host-stop@{}.target \
19 obmc-host-warm-reboot@{}.target.requires/obmc-host-force-warm-reboot@{}.target \
26 obmc-host-shutdown@{}.target.requires/obmc-chassis-poweroff@{}.target \
[all …]

12345678910>>...138