Searched defs:target (Results 201 - 225 of 916) sorted by relevance

1234567891011>>

/linux-master/arch/x86/kernel/fpu/
H A Dregset.c23 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) argument
28 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) argument
71 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, argument
90 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, argument
130 int xstateregs_get(struct task_struct *target, cons argument
142 xstateregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
179 ssp_active(struct task_struct *target, const struct user_regset *regset) argument
187 ssp_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
212 ssp_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
400 fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
431 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
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_manage.c425 neighbour_spu(int cbe, struct device_node *target, struct device_node *avoid) argument
/linux-master/arch/arc/kernel/
H A Dptrace.c102 static int genregs_get(struct task_struct *target, argument
161 static int genregs_set(struct task_struct *target, argument
241 static int arcv2regs_get(struct task_struct *target, argument
259 arcv2regs_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/mfd/
H A Darizona-core.c246 arizona_poll_reg(struct arizona *arizona, int timeout_ms, unsigned int reg, unsigned int mask, unsigned int target) argument
/linux-master/tools/perf/util/
H A Dprobe-event.h101 char *target; /* Target binary */ member in struct:perf_probe_event
H A Dbpf_off_cpu.c128 int off_cpu_prepare(struct evlist *evlist, struct target *target, argument
[all...]
/linux-master/arch/xtensa/kernel/
H A Dptrace.c39 static int gpr_get(struct task_struct *target, argument
67 static int gpr_set(struct task_struct *target, argument
119 static int tie_get(struct task_struct *target, argument
151 static int tie_set(struct task_struct *target, argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c151 u32 target; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c113 static void test_tc_links_before_target(int target) argument
267 test_tc_links_after_target(int target) argument
421 test_tc_links_revision_target(int target) argument
521 test_tc_chain_classic(int target, bool chain_tc_old) argument
627 test_tc_links_replace_target(int target) argument
853 test_tc_links_invalid_target(int target) argument
1165 test_tc_links_prepend_target(int target) argument
1321 test_tc_links_append_target(int target) argument
1477 test_tc_links_dev_cleanup_target(int target) argument
1575 test_tc_chain_mixed(int target) argument
1679 test_tc_links_ingress(int target, bool chain_tc_old, bool tcx_teardown_first) argument
1790 test_tc_links_dev_mixed(int target) argument
[all...]
/linux-master/fs/jffs2/
H A Ddir.c78 static struct dentry *jffs2_lookup(struct inode *dir_i, struct dentry *target, argument
285 jffs2_symlink(struct mnt_idmap *idmap, struct inode *dir_i, struct dentry *dentry, const char *target) argument
[all...]
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c162 struct regmap *target; local
271 struct regmap *target; local
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c103 i915_gem_shrink(struct i915_gem_ww_ctx *ww, struct drm_i915_private *i915, unsigned long target, unsigned long *nr_scanned, unsigned int shrink) argument
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h31 enum nvkm_memory_target (*target)(struct nvkm_memory *); member in struct:nvkm_memory_func
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.c159 vsp1_entity_get_pad_selection(struct vsp1_entity *entity, struct v4l2_subdev_state *sd_state, unsigned int pad, unsigned int target) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, argument
88 static void htc_process_target_rdy(struct htc_target *target, argument
103 static void htc_process_conn_rsp(struct htc_target *target, argument
154 htc_config_pipe_credits(struct htc_target *target) argument
192 htc_setup_complete(struct htc_target *target) argument
230 htc_init(struct htc_target *target) argument
241 htc_connect_service(struct htc_target *target, struct htc_service_connreq *service_connreq, enum htc_endpoint_id *conn_rsp_epid) argument
304 htc_send(struct htc_target *target, struct sk_buff *skb) argument
312 htc_send_epid(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid) argument
318 htc_stop(struct htc_target *target) argument
323 htc_start(struct htc_target *target) argument
328 htc_sta_drain(struct htc_target *target, u8 idx) argument
497 struct htc_target *target; local
525 ath9k_htc_hw_init(struct htc_target *target, struct device *dev, u16 devid, char *product, u32 drv_info) argument
537 ath9k_htc_hw_deinit(struct htc_target *target, bool hot_unplug) argument
[all...]
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.h136 struct ssam_event_target target[SSH_NUM_TARGETS]; member in struct:ssam_cplt::__anon431
/linux-master/arch/mips/kernel/
H A Drelocate.c118 unsigned long target = (insn & 0xffff) << 16; /* high 16bits of target */ local
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h58 u8 target; member in struct:ssam_device_uid
[all...]
/linux-master/fs/ubifs/
H A Dauth.c474 __ubifs_shash_copy_state(const struct ubifs_info *c, struct shash_desc *src, struct shash_desc *target) argument
/linux-master/security/apparmor/
H A Dlib.c353 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, argument
/linux-master/fs/bcachefs/
H A Dextents_format.h209 target:16; member in struct:bch_extent_rebalance
/linux-master/mm/damon/
H A Dlru_sort.c146 static struct damon_target *target; variable in typeref:struct:damon_target
/linux-master/drivers/net/can/softing/
H A Dsofting_fw.c389 ktime_t target; local
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c239 unsigned long target = 0; local
/linux-master/security/selinux/ss/
H A Dsidtab.h71 struct sidtab *target; member in struct:sidtab_convert_params

Completed in 246 milliseconds

1234567891011>>