Searched refs:target (Results 51 - 75 of 1558) sorted by relevance

1234567891011>>

/linux-master/arch/parisc/net/
H A Dbpf_jit.h99 #define hppa_ldo(im14, reg, target) \
100 hppa_t1_insn(0x0d, reg, target, im14) /* ldo val14(reg),target */
103 #define hppa_or(reg1, reg2, target) \
104 hppa_t6_insn(0x02, reg2, reg1, 0, 0, 0x09, target) /* or reg1,reg2,target */
105 #define hppa_or_cond(reg1, reg2, cond, f, target) \
106 hppa_t6_insn(0x02, reg2, reg1, cond, f, 0x09, target)
107 #define hppa_and(reg1, reg2, target) \
108 hppa_t6_insn(0x02, reg2, reg1, 0, 0, 0x08, target) /* an
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_device.c12 #include <target/target_core_base.h>
13 #include <target/target_core_fabric.h>
15 #include <target/iscsi/iscsi_target_core.h>
/linux-master/fs/smb/client/
H A Dcifs_unicode.c31 convert_sfu_char(const __u16 src_char, char *target) argument
40 *target = ':';
43 *target = '*';
46 *target = '?';
49 *target = '|';
52 *target = '>';
55 *target = '<';
65 convert_sfm_char(const __u16 src_char, char *target) argument
68 *target = src_char - 0xF000;
73 *target
118 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, int maptype) argument
453 cifsConvertToUTF16(__le16 *target, const char *source, int srclen, const struct nls_table *cp, int map_chars) argument
[all...]
/linux-master/arch/powerpc/kernel/ptrace/
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,
121 int tm_cgpr_active(struct task_struct *target, cons
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c321 static int kfd_dbg_set_workaround(struct kfd_process *target, bool enable) argument
323 struct process_queue_manager *pqm = &target->pqm;
340 target->runtime_info.runtime_state = r == -EBUSY ?
485 static void kfd_dbg_clear_process_address_watch(struct kfd_process *target) argument
489 for (i = 0; i < target->n_pdds; i++)
491 kfd_dbg_trap_clear_dev_address_watch(target->pdds[i], j);
494 int kfd_dbg_trap_set_flags(struct kfd_process *target, uint32_t *flags) argument
496 uint32_t prev_flags = target->dbg_flags;
499 for (i = 0; i < target->n_pdds; i++) {
500 if (!kfd_dbg_is_per_vmid_supported(target
556 kfd_dbg_trap_deactivate(struct kfd_process *target, bool unwind, int unwind_count) argument
609 kfd_dbg_clean_exception_status(struct kfd_process *target) argument
634 kfd_dbg_trap_disable(struct kfd_process *target) argument
663 kfd_dbg_trap_activate(struct kfd_process *target) argument
738 kfd_dbg_trap_enable(struct kfd_process *target, uint32_t fd, void __user *runtime_info, uint32_t *runtime_size) argument
819 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) argument
862 kfd_dbg_trap_set_wave_launch_mode(struct kfd_process *target, uint8_t wave_launch_mode) argument
894 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) argument
1014 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) argument
1088 kfd_dbg_set_enabled_debug_exception_mask(struct kfd_process *target, uint64_t exception_set_mask) argument
[all...]
H A Dkfd_debug.h28 void kfd_dbg_trap_deactivate(struct kfd_process *target, bool unwind, int unwind_count);
29 int kfd_dbg_trap_activate(struct kfd_process *target);
46 int kfd_dbg_trap_disable(struct kfd_process *target);
47 int kfd_dbg_trap_enable(struct kfd_process *target, uint32_t fd,
50 int kfd_dbg_trap_set_wave_launch_override(struct kfd_process *target,
56 int kfd_dbg_trap_set_wave_launch_mode(struct kfd_process *target,
65 int kfd_dbg_trap_set_flags(struct kfd_process *target, uint32_t *flags);
66 int kfd_dbg_trap_query_exception_info(struct kfd_process *target,
85 int kfd_dbg_trap_device_snapshot(struct kfd_process *target,
91 void kfd_dbg_set_enabled_debug_exception_mask(struct kfd_process *target,
[all...]
/linux-master/arch/powerpc/kernel/
H A Dstatic_call.c11 unsigned long target = (unsigned long)(is_ret0 ? tramp + PPC_SCT_RET0 : func); local
12 bool is_short = is_offset_in_branch_range((long)target - (long)tramp);
20 err = patch_instruction(tramp + PPC_SCT_DATA, ppc_inst(target));
28 err = patch_branch(tramp, target, 0);
/linux-master/sound/usb/
H A Dimplicit.h10 const struct audioformat *target,
/linux-master/security/apparmor/include/
H A Dipc.h17 const struct cred *target_cred, struct aa_label *target,
/linux-master/scripts/kconfig/
H A Dmnconf-common.h9 struct menu *target; member in struct:search_data
/linux-master/include/linux/netfilter_bridge/
H A Debtables.h40 unsigned int (*target)(struct sk_buff *skb, member in struct:ebt_watcher
42 unsigned int hook_num, const struct xt_target *target,
45 const struct xt_target *target, void *targinfo,
47 void (*destroy)(const struct xt_target *target, void *targinfo);
58 unsigned int (*target)(struct sk_buff *skb, member in struct:ebt_target
60 unsigned int hook_num, const struct xt_target *target,
63 const struct xt_target *target, void *targinfo,
65 void (*destroy)(const struct xt_target *target, void *targinfo);
120 static inline bool ebt_invalid_target(int target) argument
122 return (target <
[all...]
/linux-master/tools/perf/arch/arm64/annotate/
H A Dinstructions.c16 char *s = strchr(ops->raw, ','), *target, *endptr; local
28 target = ++s;
29 ops->target.raw = strdup(target);
30 if (ops->target.raw == NULL)
33 ops->target.addr = strtoull(target, &endptr, 16);
34 if (endptr == target)
46 ops->target.name = strdup(s);
49 if (ops->target
[all...]
/linux-master/tools/build/
H A Dfixdep.c24 char *target; variable
30 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
35 * Print out the commandline prefixed with cmd_<target filename> :=
39 printf("cmd_%s := %s\n\n", target, cmdline);
65 /* Is the token we found a target name? */
67 /* Don't write any target names into the dependency file */
88 * process the first target name, which
90 * and ignore any other target names,
97 target, s);
99 target);
[all...]
/linux-master/include/linux/
H A Dmbus.h21 * The 4-bit MBUS target ID of the DRAM controller.
60 int mvebu_mbus_get_io_win_info(phys_addr_t phyaddr, u32 *size, u8 *target,
72 u8 *target, u8 *attr)
89 int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, u8 *attr);
90 int mvebu_mbus_add_window_remap_by_id(unsigned int target,
94 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
102 static inline int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, argument
71 mvebu_mbus_get_io_win_info(phys_addr_t phyaddr, u32 *size, u8 *target, u8 *attr) argument
/linux-master/net/vmw_vsock/
H A Dvmci_transport_notify.h41 int (*poll_in) (struct sock *sk, size_t target,
43 int (*poll_out) (struct sock *sk, size_t target,
50 int (*recv_init) (struct sock *sk, size_t target,
52 int (*recv_pre_block) (struct sock *sk, size_t target,
54 int (*recv_pre_dequeue) (struct sock *sk, size_t target,
56 int (*recv_post_dequeue) (struct sock *sk, size_t target,
/linux-master/include/linux/netfilter_ipv4/
H A Dip_tables.h35 struct xt_standard_target target; member in struct:ipt_standard
40 struct xt_error_target target; member in struct:ipt_error
52 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
54 .target.verdict = -(__verdict) - 1, \
60 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
62 .target.errorname = "ERROR", \
/linux-master/include/linux/netfilter_arp/
H A Darp_tables.h21 struct xt_standard_target target; member in struct:arpt_standard
26 struct xt_error_target target; member in struct:arpt_error
38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
40 .target.verdict = -(__verdict) - 1, \
46 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
48 .target.errorname = "ERROR", \
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_helpers.h52 static inline void __assert_mprog_count(int target, int expected, int ifindex) argument
57 err = bpf_prog_query(ifindex, target, 0, &attach_flags,
63 static inline void assert_mprog_count(int target, int expected) argument
65 __assert_mprog_count(target, expected, loopback);
68 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) argument
70 __assert_mprog_count(target, expected, ifindex);
H A Dtc_opts.c111 static void test_tc_opts_before_target(int target) argument
139 assert_mprog_count(target, 0);
141 err = bpf_prog_attach_opts(fd1, loopback, target, &opta);
145 assert_mprog_count(target, 1);
147 err = bpf_prog_attach_opts(fd2, loopback, target, &opta);
151 assert_mprog_count(target, 2);
158 err = bpf_prog_query_opts(loopback, target, &optq);
181 err = bpf_prog_attach_opts(fd3, loopback, target, &opta);
188 err = bpf_prog_query_opts(loopback, target, &optq);
204 err = bpf_prog_attach_opts(fd4, loopback, target,
263 test_tc_opts_after_target(int target) argument
454 test_tc_opts_revision_target(int target) argument
563 test_tc_chain_classic(int target, bool chain_tc_old) argument
666 test_tc_opts_replace_target(int target) argument
873 test_tc_opts_invalid_target(int target) argument
1026 test_tc_opts_prepend_target(int target) argument
1166 test_tc_opts_append_target(int target) argument
1306 test_tc_opts_dev_cleanup_target(int target) argument
1396 test_tc_opts_mixed_target(int target) argument
1572 test_tc_opts_demixed_target(int target) argument
1651 test_tc_opts_detach_target(int target) argument
1822 test_tc_opts_detach_before_target(int target) argument
2029 test_tc_opts_detach_after_target(int target) argument
2245 test_tc_opts_delete_empty(int target, bool chain_tc_old) argument
2276 test_tc_chain_mixed(int target) argument
2405 test_tc_opts_max_target(int target, int flags, bool relative) argument
2461 test_tc_opts_query_target(int target) argument
2757 test_tc_opts_query_attach_target(int target) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dcfi.c13 * Returns the target address and the expected type when regs->ip points
16 static bool decode_cfi_insn(struct pt_regs *regs, unsigned long *target, argument
23 *target = *type = 0;
35 * We can decode the expected type and the target address from the
54 /* Read the target address from the register. */
59 *target = *(unsigned long *)((void *)regs + offset);
70 unsigned long target; local
76 if (!decode_cfi_insn(regs, &target, &type))
79 return report_cfi_failure(regs, regs->ip, &target, type);
/linux-master/arch/riscv/kernel/
H A Dcfi.c11 * Returns the target address and the expected type when regs->epc points
14 static bool decode_cfi_insn(struct pt_regs *regs, unsigned long *target, argument
21 *target = *type = 0;
35 * We can read the expected type and the target address from the
56 *target = regs_ptr[rs1_num];
67 unsigned long target; local
73 if (!decode_cfi_insn(regs, &target, &type))
76 return report_cfi_failure(regs, regs->epc, &target, type);
/linux-master/arch/loongarch/kernel/
H A Dptrace.c50 static void init_fp_ctx(struct task_struct *target) argument
52 /* The target already has context */
53 if (tsk_used_math(target))
57 memset(&target->thread.fpu.fpr, ~0, sizeof(target->thread.fpu.fpr));
58 set_stopped_child_used_math(target);
75 static int gpr_get(struct task_struct *target, argument
80 struct pt_regs *regs = task_pt_regs(target);
90 static int gpr_set(struct task_struct *target, argument
99 struct pt_regs *regs = task_pt_regs(target);
121 gfpr_get(struct task_struct *target, struct membuf *to) argument
127 gfpr_get_simd(struct task_struct *target, struct membuf *to) argument
145 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
164 gfpr_set(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) argument
173 gfpr_set_simd(struct task_struct *target, unsigned int *pos, unsigned int *count, const void **kbuf, const void __user **ubuf) argument
197 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
229 cfg_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
248 cfg_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
258 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) argument
278 simd_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
308 simd_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
343 lbt_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
359 lbt_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
661 hw_break_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
702 hw_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
943 read_user(struct task_struct *target, unsigned long addr, unsigned long __user *data) argument
968 write_user(struct task_struct *target, unsigned long addr, unsigned long data) argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dptrace.c473 static int hw_break_get(struct task_struct *target, argument
491 ret = ptrace_hbp_get_addr(note_type, target, idx, &addr);
494 ret = ptrace_hbp_get_ctrl(note_type, target, idx, &ctrl);
505 static int hw_break_set(struct task_struct *target, argument
528 ret = ptrace_hbp_set_addr(note_type, target, idx, addr);
539 ret = ptrace_hbp_set_ctrl(note_type, target, idx, ctrl);
554 static int gpr_get(struct task_struct *target, argument
558 struct user_pt_regs *uregs = &task_pt_regs(target)->user_regs;
562 static int gpr_set(struct task_struct *target, const struct user_regset *regset, argument
567 struct user_pt_regs newregs = task_pt_regs(target)
580 fpr_active(struct task_struct *target, const struct user_regset *regset) argument
590 __fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
603 fpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
615 __fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, unsigned int start_pos) argument
642 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
661 tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
678 tls_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 fpmr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
712 fpmr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
733 system_call_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
740 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
758 sve_init_header_from_task(struct user_sve_header *header, struct task_struct *target, enum vec_type type) argument
811 sve_get_common(struct task_struct *target, const struct user_regset *regset, struct membuf to, enum vec_type type) argument
863 sve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
873 sve_set_common(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, enum vec_type type) argument
1010 sve_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1026 ssve_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1036 ssve_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1048 za_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1097 za_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1182 zt_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1202 zt_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1239 pac_mask_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1260 pac_enabled_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1272 pac_enabled_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1326 pac_address_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1341 pac_address_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1375 pac_generic_keys_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1390 pac_generic_keys_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1415 tagged_addr_ctrl_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1427 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) argument
1659 compat_gpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1670 compat_gpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1732 compat_vfp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1757 compat_vfp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
1788 compat_tls_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
1795 compat_tls_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/drivers/acpi/acpica/
H A Drsdump.c180 u8 *target = NULL; local
190 previous_target = target;
191 target = ACPI_ADD_PTR(u8, resource, table->offset);
214 acpi_rs_out_string(name, ACPI_CAST_PTR(char, target));
223 table->pointer[*target]);
225 acpi_rs_out_integer8(name, ACPI_GET8(target));
231 acpi_rs_out_integer16(name, ACPI_GET16(target));
236 acpi_rs_out_integer32(name, ACPI_GET32(target));
241 acpi_rs_out_integer64(name, ACPI_GET64(target));
249 table->pointer[*target
303 target); local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c16 int target; member in struct:nfp_cpp_mutex
51 nfp_cpp_mutex_validate(u16 interface, int *target, unsigned long long address) argument
62 if (*target != NFP_CPP_TARGET_MU)
71 * @target: NFP CPP target ID (ie NFP_CPP_TARGET_CLS or NFP_CPP_TARGET_MU)
72 * @address: Offset into the address space of the NFP CPP target ID
75 * The CPP target:address must point to a 64-bit aligned location, and
87 int target, unsigned long long address, u32 key)
89 const u32 muw = NFP_CPP_ID(target, 4, 0); /* atomic_write */
93 err = nfp_cpp_mutex_validate(interface, &target, addres
86 nfp_cpp_mutex_init(struct nfp_cpp *cpp, int target, unsigned long long address, u32 key) argument
123 nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target, unsigned long long address, u32 key) argument
341 nfp_cpp_mutex_reclaim(struct nfp_cpp *cpp, int target, unsigned long long address) argument
[all...]

Completed in 440 milliseconds

1234567891011>>