Searched refs:target (Results 126 - 150 of 1558) sorted by relevance

1234567891011>>

/linux-master/drivers/firmware/efi/
H A Dfdtparams.c92 } target[] = { local
100 BUILD_BUG_ON(ARRAY_SIZE(target) != ARRAY_SIZE(name));
101 BUILD_BUG_ON(ARRAY_SIZE(target) != ARRAY_SIZE(dt_params[0].params));
115 for (j = 0; j < ARRAY_SIZE(target); j++) {
119 target[j].var, target[j].size))
/linux-master/arch/s390/kernel/
H A Dptrace.c813 static int s390_regs_get(struct task_struct *target, argument
818 if (target == current)
819 save_access_regs(target->thread.acrs);
822 membuf_store(&to, __peek_user(target, pos));
826 static int s390_regs_set(struct task_struct *target, argument
833 if (target == current)
834 save_access_regs(target->thread.acrs);
839 rc = __poke_user(target, pos, *k++);
850 rc = __poke_user(target, pos, word);
856 if (rc == 0 && target
862 s390_fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
877 s390_fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
908 s390_last_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
915 s390_last_break_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
923 s390_tdb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
936 s390_tdb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
944 s390_vxrs_low_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
960 s390_vxrs_low_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
984 s390_vxrs_high_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
996 s390_vxrs_high_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1013 s390_system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1020 s390_system_call_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1030 s390_gs_cb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1045 s390_gs_cb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1084 s390_gs_bc_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1097 s390_gs_bc_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1142 s390_runtime_instr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1156 s390_runtime_instr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1298 s390_compat_regs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1312 s390_compat_regs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1348 s390_compat_regs_high_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1361 s390_compat_regs_high_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1394 s390_compat_last_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1403 s390_compat_last_break_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
/linux-master/tools/perf/bench/
H A Dsynthesize.c15 #include "../util/target.h"
63 struct target *target, bool data_mmap)
81 target, threads,
113 struct target target = { local
136 err = do_run_single_threaded(session, threads, &target, false);
140 err = do_run_single_threaded(session, threads, &target, true);
150 static int do_run_multi_threaded(struct target *target, argument
61 do_run_single_threaded(struct perf_session *session, struct perf_thread_map *threads, struct target *target, bool data_mmap) argument
206 struct target target = { local
[all...]
/linux-master/drivers/acpi/acpica/
H A Drsmisc.c42 char *target; local
73 target = NULL;
153 target = ACPI_ADD_PTR(void, aml, info->value);
154 item_count = ACPI_GET16(target) - ACPI_GET16(source);
175 target = ACPI_ADD_PTR(void, aml, (info->value + 2));
176 if (ACPI_GET16(target)) {
180 target = ACPI_ADD_PTR(void, aml, info->value);
182 ACPI_GET16(target) - ACPI_GET16(source);
239 target = (char *)ACPI_ADD_PTR(void, resource,
242 *(u16 **)destination = ACPI_CAST_PTR(u16, target);
452 char *target; local
[all...]
/linux-master/arch/mips/kernel/
H A Dptrace.c217 static int gpr32_get(struct task_struct *target, argument
221 struct pt_regs *regs = task_pt_regs(target);
228 static int gpr32_set(struct task_struct *target, argument
233 struct pt_regs *regs = task_pt_regs(target);
273 mips_syscall_update_nr(target, regs);
282 static int gpr64_get(struct task_struct *target, argument
286 struct pt_regs *regs = task_pt_regs(target);
293 static int gpr64_set(struct task_struct *target, argument
298 struct pt_regs *regs = task_pt_regs(target);
334 mips_syscall_update_nr(target, reg
413 fpr_get_fpa(struct task_struct *target, struct membuf *to) argument
426 fpr_get_msa(struct task_struct *target, struct membuf *to) argument
440 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
459 fpr_set_fpa(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) argument
474 fpr_set_msa(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) argument
507 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
551 fp_mode_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
567 fp_mode_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
602 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) argument
622 msa_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
652 msa_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
700 dsp32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
721 dsp32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
766 dsp64_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
787 dsp64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
830 dsp_active(struct task_struct *target, const struct user_regset *regset) argument
[all...]
/linux-master/net/netfilter/
H A Dnft_compat.c68 par->target = xt;
78 struct xt_target *target = expr->ops->data; local
83 nft_compat_set_par(&xt, pkt, target, info);
85 ret = target->target(skb, &xt);
105 struct xt_target *target = expr->ops->data; local
110 nft_compat_set_par(&xt, pkt, target, info);
112 ret = target->target(skb, &xt);
145 struct xt_target *target, voi
143 nft_target_set_tgchk_param(struct xt_tgchk_param *par, const struct nft_ctx *ctx, struct xt_target *target, void *info, union nft_entry *entry, u16 proto, bool inv) argument
247 struct xt_target *target = expr->ops->data; local
301 struct xt_target *target = expr->ops->data; local
337 const struct xt_target *target = expr->ops->data; local
356 struct xt_target *target = expr->ops->data; local
654 nfnl_compat_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, int event, u16 family, const char *name, int rev, int target) argument
688 int ret = 0, target; local
870 struct xt_target *target; local
931 struct xt_target *target = ops->data; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgk20a.c27 gk20a_vmm_aper(enum nvkm_memory_target target) argument
29 switch (target) {
/linux-master/drivers/misc/ibmasm/
H A Di2o.h15 u8 target; member in struct:i2o_header
29 .target = 0x00, \
/linux-master/tools/perf/util/
H A Dftrace.h6 #include "target.h"
12 struct target target; member in struct:perf_ftrace
/linux-master/arch/openrisc/kernel/
H A Dptrace.c48 static int genregs_get(struct task_struct *target, argument
52 const struct pt_regs *regs = task_pt_regs(target);
64 static int genregs_set(struct task_struct *target, argument
69 struct pt_regs *regs = task_pt_regs(target);
96 static int fpregs_get(struct task_struct *target, argument
100 const struct pt_regs *regs = task_pt_regs(target);
105 static int fpregs_set(struct task_struct *target, argument
110 struct pt_regs *regs = task_pt_regs(target);
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_drv.h136 #define drm_crtc_to_vkms_output(target) \
137 container_of(target, struct vkms_output, crtc)
139 #define drm_device_to_vkms_device(target) \
140 container_of(target, struct vkms_device, drm)
142 #define to_vkms_crtc_state(target)\
143 container_of(target, struct vkms_crtc_state, base)
145 #define to_vkms_plane_state(target)\
146 container_of(target, struct vkms_plane_state, base.base)
/linux-master/scripts/
H A DMakefile.userprogs3 # Build userspace programs for the target system
20 $($(target-stem)-userccflags)
21 user_ldflags = $(KBUILD_USERLDFLAGS) $(userldflags) $($(target-stem)-userldflags)
22 user_ldlibs = $(userldlibs) $($(target-stem)-userldlibs)
34 $(addprefix $(obj)/, $($(target-stem)-objs)) $(user_ldlibs)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.h22 int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target,
26 static inline int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, argument
/linux-master/tools/perf/Documentation/
H A Dasciidoctor-extensions.rb11 def process(parent, target, attrs)
13 %(<a href="#{target}.html">#{target}(#{attrs[1]})</a>\n)
15 "#{target}(#{attrs[1]})"
18 "<refentrytitle>#{target}</refentrytitle>" \
/linux-master/drivers/target/iscsi/cxgbit/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/target/iscsi
/linux-master/tools/testing/selftests/timers/
H A Dmqueue-lat.c63 struct timespec start, end, now, target; local
81 target = now;
82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */
84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.h18 unsigned long target,
/linux-master/scripts/dtc/
H A Ddtc-parser.y187 struct node *target = get_node_by_ref($1, $3);
192 if (target) {
193 add_label(&target->labels, $2);
194 merge_nodes(target, $4);
211 struct node *target = get_node_by_ref($1, $2);
213 if (target)
214 merge_nodes(target, $3);
222 struct node *target = get_node_by_ref($1, $2);
224 if (target) {
225 merge_nodes(target,
[all...]
/linux-master/fs/smb/server/
H A Dunicode.h36 int smbConvertToUTF16(__le16 *target, const char *source, int srclen,
/linux-master/net/ieee802154/
H A Dpan.c43 struct ieee802154_addr *target)
47 return cfg802154_pan_device_is_matching(wpan_dev->parent, target);
53 struct ieee802154_addr *target)
60 if (cfg802154_pan_device_is_matching(child, target))
42 cfg802154_device_is_parent(struct wpan_dev *wpan_dev, struct ieee802154_addr *target) argument
52 cfg802154_device_is_child(struct wpan_dev *wpan_dev, struct ieee802154_addr *target) argument
/linux-master/arch/sparc/include/asm/
H A Djump_label.h47 jump_label_t target; member in struct:jump_entry
/linux-master/arch/arm/include/asm/
H A Djump_label.h44 jump_label_t target; member in struct:jump_entry
/linux-master/arch/arc/include/asm/
H A Djump_label.h67 jump_label_t target; member in struct:jump_entry
/linux-master/arch/xtensa/include/asm/
H A Djump_label.h60 jump_label_t target; member in struct:jump_entry
/linux-master/arch/s390/lib/
H A Dtest_kprobes.c20 const char *target, int offset)
24 setup_kprobe(test, kp, target, 0);
29 setup_kprobe(test, kp, target, offset);
19 test_kprobe_offset(struct kunit *test, struct kprobe *kp, const char *target, int offset) argument

Completed in 505 milliseconds

1234567891011>>