Searched refs:target (Results 176 - 200 of 1558) sorted by relevance

1234567891011>>

/linux-master/drivers/infiniband/hw/hfi1/
H A Dqsfp.h190 int i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr,
192 int i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr,
194 int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
196 int qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
198 int one_qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
200 int one_qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h17 * "b" == create_branch(addr, target, 0);
18 * "ba" == create_branch(addr, target, BRANCH_ABSOLUTE);
19 * "bl" == create_branch(addr, target, BRANCH_SET_LINK);
20 * "bla" == create_branch(addr, target, BRANCH_ABSOLUTE | BRANCH_SET_LINK);
53 unsigned long target, int flags)
58 offset = target;
62 /* Check we can represent the target in the instruction format */
66 /* Mask out the flags and target, so they don't step on each other. */
73 unsigned long target, int flags);
74 int patch_branch(u32 *addr, unsigned long target, in
52 create_branch(ppc_inst_t *instr, const u32 *addr, unsigned long target, int flags) argument
89 patch_branch_site(s32 *site, unsigned long target, int flags) argument
[all...]
H A Dmodule.h79 unsigned long *target);
/linux-master/tools/perf/util/
H A Dbpf_counter.c21 #include "target.h"
169 static int bpf_program_profiler__load(struct evsel *evsel, struct target *target) argument
175 bpf_str_ = bpf_str = strdup(target->bpf_str);
184 target->bpf_str);
318 static int bperf_lock_attr_map(struct target *target) argument
323 if (target->attr_map) {
324 scnprintf(path, PATH_MAX, "%s", target->attr_map);
366 struct target *targe
365 bperf_check_target(struct evsel *evsel, struct target *target, enum bperf_filter_type *filter_type, __u32 *filter_entry_cnt) argument
447 bperf__load(struct evsel *evsel, struct target *target) argument
779 bpf_counter__load(struct evsel *evsel, struct target *target) argument
[all...]
H A Dlock-contention.h125 struct target;
136 struct target *target; member in struct:lock_contention
/linux-master/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c60 unsigned long target, flags; local
75 target = (unsigned long) __secondary_start_mpc86xx;
76 patch_branch(vector, target, BRANCH_SET_LINK);
/linux-master/tools/perf/tests/
H A Dsdt.c59 static int search_cached_probe(const char *target, argument
62 struct probe_cache *cache = probe_cache__new(target, NULL);
66 pr_debug("Failed to open probe cache of %s\n", target);
105 /* Call the target and get an event */
/linux-master/kernel/
H A Dcfi.c11 unsigned long *target, u32 type)
13 if (target)
14 pr_err("CFI failure at %pS (target: %pS; expected type: 0x%08x)\n",
15 (void *)addr, (void *)*target, type);
17 pr_err("CFI failure at %pS (no target information)\n",
10 report_cfi_failure(struct pt_regs *regs, unsigned long addr, unsigned long *target, u32 type) argument
/linux-master/security/yama/
H A Dyama_lsm.c48 struct task_struct *target; member in struct:access_report_info
58 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL);
63 info->access, target_cmd, info->target->pid, agent_cmd,
70 put_task_struct(info->target);
75 static void report_access(const char *access, struct task_struct *target, argument
81 assert_spin_locked(&target->alloc_lock); /* for target->comm */
89 access, target->comm, target->pid,
98 get_task_struct(target);
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmem.c32 enum nvkm_memory_target target; member in struct:nvkm_mem
45 return nvkm_mem(memory)->target;
102 .target = nvkm_mem_target,
125 .target = nvkm_mem_target,
153 enum nvkm_memory_target target; local
159 target = NVKM_MEM_TARGET_HOST;
161 target = NVKM_MEM_TARGET_NCOH;
168 mem->target = target;
/linux-master/drivers/target/
H A Dtarget_core_file.h5 #include <target/target_core_base.h>
H A Dtarget_core_iblock.h8 #include <target/target_core_base.h>
/linux-master/net/bridge/netfilter/
H A Debt_arpreply.c59 return info->target;
67 if (BASE_CHAIN && info->target == EBT_RETURN)
72 if (ebt_invalid_target(info->target))
84 .target = ebt_arpreply_tg,
102 MODULE_DESCRIPTION("Ebtables: ARP reply target");
/linux-master/arch/powerpc/boot/
H A Dps3-hvcall.S60 .macro LOAD_64_REG target,high,low
62 or \target, r11, \low
65 .macro LOAD_64_STACK target,offset
66 ld \target, \offset(r1)
/linux-master/arch/x86/include/asm/
H A Dintel_pconfig.h13 int pconfig_target_supported(enum pconfig_target target);
/linux-master/fs/ocfs2/
H A Ddcache.h37 void ocfs2_dentry_move(struct dentry *dentry, struct dentry *target,
/linux-master/fs/sysfs/
H A Dsysfs.h40 int sysfs_create_link_sd(struct kernfs_node *kn, struct kobject *target,
/linux-master/arch/arm/kernel/
H A Djump_label.c15 insn = arm_gen_branch(entry->code, entry->target);
/linux-master/lib/
H A Dtest_fprobe.c17 /* Use indirect calls to avoid inlining the target functions */
18 static u32 (*target)(u32 value); variable
113 target(rand1);
138 target(rand1);
164 target(rand1);
189 target(rand1);
207 target_nest(rand1, target);
226 target(rand1);
248 target = fprobe_selftest_target;
251 target_ip = get_ftrace_location(target);
[all...]
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.h79 enum ocelot_target *target,
82 *target = reg >> TARGET_OFFSET;
83 *addr = ocelot->map[*target][reg & REG_MASK];
97 int ocelot_probe_port(struct ocelot *ocelot, int port, struct regmap *target,
77 ocelot_reg_to_target_addr(struct ocelot *ocelot, enum ocelot_reg reg, enum ocelot_target *target, u32 *addr) argument
/linux-master/fs/bcachefs/
H A Ddata_update.h14 u16 target; member in struct:data_update_opts
/linux-master/include/linux/
H A Dcfi.h23 unsigned long *target, u32 type);
/linux-master/scripts/
H A DMakefile.host43 # hostprogs := target
44 # target-rust := y
45 # Will compile `target` as a Rust program, using `target.rs` as the crate root.
85 $(HOSTCFLAGS_$(target-stem).o)
88 $(HOSTCXXFLAGS_$(target-stem).o)
97 $(HOSTRUSTFLAGS_$(target-stem))
114 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
122 $(addprefix $(obj)/, $($(target-stem)-objs)) \
123 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target
[all...]
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A DMakefile7 bond-lladdr-target.sh \
/linux-master/drivers/firmware/efi/libstub/
H A Drandomalloc.c111 efi_physical_addr_t target; local
123 target = round_up(max_t(u64, md->phys_addr, alloc_min), align) + target_slot * align;
127 memory_type, pages, &target);
129 *addr = target;

Completed in 252 milliseconds

1234567891011>>