Searched refs:target (Results 476 - 500 of 1575) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.c35 static void guest_do_CALL(uint64_t target) argument
37 ((void (*)(void)) target)();
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h754 const __le64 *target);
756 void arm_smmu_make_abort_ste(struct arm_smmu_ste *target);
758 struct arm_smmu_ste *target);
759 void arm_smmu_make_cdtable_ste(struct arm_smmu_ste *target,
761 void arm_smmu_make_s2_domain_ste(struct arm_smmu_ste *target,
764 void arm_smmu_make_sva_cd(struct arm_smmu_cd *target,
782 void arm_smmu_make_s1_cd(struct arm_smmu_cd *target,
787 const struct arm_smmu_cd *target);
/linux-master/mm/
H A Dmemory-tiers.c307 * target.
312 int target; local
328 * If there are multiple target nodes, just select one
329 * target node randomly.
332 * target node, but we should introduce another variable
333 * for node_demotion[] to record last selected target node,
335 * last target node. Or introducing per-cpu data to avoid
337 * target node randomly seems better until now.
339 target = node_random(&nd->preferred);
342 return target;
398 int target = NUMA_NO_NODE, node; local
[all...]
/linux-master/scripts/
H A DMakefile.modfinal54 printf '%s\n' 'savedcmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
65 # Add FORCE to the prequisites of a target to force it to be always rebuilt.
73 # optimization, we don't need to read them if the target does not
/linux-master/fs/bcachefs/
H A Ddisk_groups.c199 const struct bch_devs_mask *bch2_target_to_mask(struct bch_fs *c, unsigned target) argument
201 struct target t = target_decode(target);
234 bool bch2_dev_in_target(struct bch_fs *c, unsigned dev, unsigned target) argument
236 struct target t = target_decode(target);
543 struct target t = target_decode(v);
581 struct target t = target_decode(v);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vcap.c52 return ocelot_target_read(ocelot, vcap->target, VCAP_CORE_UPDATE_CTRL);
74 ocelot_target_write(ocelot, vcap->target, value, VCAP_CORE_UPDATE_CTRL);
97 ocelot_target_write_rix(ocelot, vcap->target, data->entry[i],
99 ocelot_target_write_rix(ocelot, vcap->target, ~data->mask[i],
102 ocelot_target_write(ocelot, vcap->target, data->tg, VCAP_CACHE_TG_DAT);
114 data->entry[i] = ocelot_target_read_rix(ocelot, vcap->target,
117 data->mask[i] = ~ocelot_target_read_rix(ocelot, vcap->target,
120 data->tg = ocelot_target_read(ocelot, vcap->target, VCAP_CACHE_TG_DAT);
140 ocelot_target_write_rix(ocelot, vcap->target, data->action[i],
144 ocelot_target_write_rix(ocelot, vcap->target, dat
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c204 cp->target,cp->lun, -1);
248 struct sym_tcb *tp = &np->target[cp->target];
289 * Retrieve the target descriptor.
291 tp = &np->target[sdev->id];
771 struct sym_tcb *tp = &np->target[sdev->id];
831 struct sym_tcb *tp = &np->target[sdev->id];
867 struct sym_tcb *tp = &np->target[sdev->id];
889 * It was the last unit for this target.
923 u_long target; member in struct:sym_usrcmd
1071 u_long target; local
[all...]
/linux-master/arch/alpha/kernel/
H A Dhead.S42 of the target idle task. */
47 call_pal PAL_rduniq # Grab the target PCBB.
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.h98 struct srp_target *target; member in struct:iu_entry
/linux-master/tools/perf/util/
H A Dprobe-file.h55 struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi);
/linux-master/kernel/bpf/
H A Dprog_iter.c92 .target = "bpf_prog",
H A Dlink_iter.c92 .target = "bpf_link",
/linux-master/net/netfilter/
H A Dxt_CONNSECMARK.c6 * with the SECMARK target and state match.
24 MODULE_DESCRIPTION("Xtables: target for copying between connection and security mark");
123 .target = connsecmark_tg,
H A Dxt_NFLOG.c73 .target = nflog_tg,
H A Dxt_CT.c324 .target = xt_ct_target_v0,
336 .target = xt_ct_target_v1,
348 .target = xt_ct_target_v1,
370 .target = notrack_tg,
401 MODULE_DESCRIPTION("Xtables: connection tracking target");
/linux-master/drivers/gpu/drm/nouveau/
H A Dnv50_fence.c57 .target = NV_DMA_V0_TARGET_VRAM,
/linux-master/fs/ntfs3/lib/
H A Dlzx_decompress.c146 static void undo_e8_translation(void *target, s32 input_pos) argument
150 abs_offset = get_unaligned_le32(target);
155 put_unaligned_le32(rel_offset, target);
161 put_unaligned_le32(rel_offset, target);
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c752 static inline bool mtk_mdp_is_target_compose(u32 target) argument
754 if (target == V4L2_SEL_TGT_COMPOSE_DEFAULT
755 || target == V4L2_SEL_TGT_COMPOSE_BOUNDS
756 || target == V4L2_SEL_TGT_COMPOSE)
761 static inline bool mtk_mdp_is_target_crop(u32 target) argument
763 if (target == V4L2_SEL_TGT_CROP_DEFAULT
764 || target == V4L2_SEL_TGT_CROP_BOUNDS
765 || target == V4L2_SEL_TGT_CROP)
778 if (mtk_mdp_is_target_compose(s->target))
781 if (mtk_mdp_is_target_crop(s->target))
[all...]
/linux-master/tools/perf/arch/powerpc/util/
H A Dsym-handling.c127 map = get_target_map(pev->target, pev->nsi, pev->uprobes);
/linux-master/include/net/
H A Dcodel.h98 * @target: target queue size (in time units)
108 codel_time_t target; member in struct:codel_params
124 * @first_above_time: when we went (or will go) continuously above target
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp64.c79 static void emit_hppa64_depd(u8 src, u8 pos, u8 len, u8 target, bool no_zero, struct hppa_jit_context *ctx) argument
89 emit(hppa_t10_insn(0x3c, target, src, 0, c, pos & 0x1f, len & 0x1f), ctx);
92 static void emit_hppa64_shld(u8 src, int num, u8 target, struct hppa_jit_context *ctx) argument
94 emit_hppa64_depd(src, 63-num, 64-num, target, 0, ctx);
97 static void emit_hppa64_extrd(u8 src, u8 pos, u8 len, u8 target, bool signed_op, struct hppa_jit_context *ctx) argument
106 emit(hppa_t10_insn(0x36, src, target, 0, c, pos & 0x1f, len & 0x1f), ctx);
109 static void emit_hppa64_extrw(u8 src, u8 pos, u8 len, u8 target, bool signed_op, struct hppa_jit_context *ctx) argument
116 emit(hppa_t10_insn(0x34, src, target, 0, c, pos, len), ctx);
119 #define emit_hppa64_zext32(r, target, ctx) \
120 emit_hppa64_extrd(r, 63, 32, target, fals
124 emit_hppa64_shrd(u8 src, int num, u8 target, bool signed_op, struct hppa_jit_context *ctx) argument
129 emit_hppa64_shrw(u8 src, int num, u8 target, bool signed_op, struct hppa_jit_context *ctx) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h147 #define xbpf_prog_attach(prog, target, type, flags) \
150 bpf_prog_attach((prog), (target), (type), (flags)); \
156 #define xbpf_prog_detach2(prog, target, type) \
158 int __ret = bpf_prog_detach2((prog), (target), (type)); \
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c726 size_t count, loff_t *ppos, u32 target)
749 total_written = i2c_write(ppd, target, i2c_addr, offset, buff, count);
780 size_t count, loff_t *ppos, u32 target)
803 total_read = i2c_read(ppd, target, i2c_addr, offset, buff, count);
840 size_t count, loff_t *ppos, u32 target)
856 total_written = qsfp_write(ppd, target, *ppos, buff, count);
887 size_t count, loff_t *ppos, u32 target)
907 total_read = qsfp_read(ppd, target, *ppos, buff, count);
943 static int __i2c_debugfs_open(struct inode *in, struct file *fp, u32 target) argument
949 return acquire_chip_resource(ppd->dd, i2c_target(target),
725 __i2c_debugfs_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos, u32 target) argument
779 __i2c_debugfs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos, u32 target) argument
839 __qsfp_debugfs_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos, u32 target) argument
886 __qsfp_debugfs_read(struct file *file, char __user *buf, size_t count, loff_t *ppos, u32 target) argument
962 __i2c_debugfs_release(struct inode *in, struct file *fp, u32 target) argument
983 __qsfp_debugfs_open(struct inode *in, struct file *fp, u32 target) argument
1002 __qsfp_debugfs_release(struct inode *in, struct file *fp, u32 target) argument
[all...]
/linux-master/net/ipv4/netfilter/
H A Diptable_filter.c46 ((struct ipt_standard *)repl->entries)[1].target.verdict =
/linux-master/net/ipv6/netfilter/
H A Dip6table_filter.c45 ((struct ip6t_standard *)repl->entries)[1].target.verdict =

Completed in 503 milliseconds

<<11121314151617181920>>