Home
last modified time | relevance | path

Searched defs:csa (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dswitch.c246 static inline void save_mfc_stopped_status(struct spu_state *csa, in save_mfc_stopped_status()
285 static inline void remove_other_spu_access(struct spu_state *csa, in remove_other_spu_access()
319 static inline void handle_pending_interrupts(struct spu_state *csa, in handle_pending_interrupts()
672 static inline void reset_ch(struct spu_state *csa, struct spu *spu) in reset_ch()
1110 static inline void setup_spu_status_part1(struct spu_state *csa, in setup_spu_status_part1()
1202 static inline void setup_spu_status_part2(struct spu_state *csa, in setup_spu_status_part2()
2133 static void init_prob(struct spu_state *csa) in init_prob()
2144 static void init_priv1(struct spu_state *csa) in init_priv1()
2163 static void init_priv2(struct spu_state *csa) in init_priv2()
2182 int spu_init_csa(struct spu_state *csa) in spu_init_csa()
[all …]
A Dlscsa_alloc.c21 int spu_alloc_lscsa(struct spu_state *csa) in spu_alloc_lscsa()
38 void spu_free_lscsa(struct spu_state *csa) in spu_free_lscsa()
A Dbacking_ops.c297 struct spu_state *csa = &ctx->csa; in spu_backing_master_start() local
308 struct spu_state *csa = &ctx->csa; in spu_backing_master_stop() local
A Dspufs.h69 struct spu_state csa; /* SPU context save area. */ member
A Dfile.c2502 struct spu_state *csa = &ctx->csa; in spufs_show_ctx() local
/linux-6.3-rc2/include/linux/
A Dcoresight.h364 static inline u32 csdev_access_relaxed_read32(struct csdev_access *csa, in csdev_access_relaxed_read32()
373 static inline u64 csdev_access_relaxed_read_pair(struct csdev_access *csa, in csdev_access_relaxed_read_pair()
396 static inline u32 csdev_access_read32(struct csdev_access *csa, u32 offset) in csdev_access_read32()
404 static inline void csdev_access_relaxed_write32(struct csdev_access *csa, in csdev_access_relaxed_write32()
423 static inline u64 csdev_access_relaxed_read64(struct csdev_access *csa, in csdev_access_relaxed_read64()
432 static inline u64 csdev_access_read64(struct csdev_access *csa, u32 offset) in csdev_access_read64()
440 static inline void csdev_access_relaxed_write64(struct csdev_access *csa, in csdev_access_relaxed_write64()
459 static inline u64 csdev_access_relaxed_read64(struct csdev_access *csa, in csdev_access_relaxed_read64()
466 static inline u64 csdev_access_read64(struct csdev_access *csa, u32 offset) in csdev_access_read64()
472 static inline void csdev_access_relaxed_write64(struct csdev_access *csa, in csdev_access_relaxed_write64()
[all …]
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-etm4x-core.c71 struct csdev_access *csa; member
158 struct csdev_access *csa) in etm_detect_os_lock()
188 struct csdev_access *csa) in etm4_os_unlock_csa()
213 struct csdev_access *csa) in etm4_cs_lock()
221 struct csdev_access *csa) in etm4_cs_unlock()
1035 struct csdev_access *csa) in etm4_init_sysreg_access()
1070 struct csdev_access *csa) in etm4_init_iomem_access()
1097 struct csdev_access *csa) in etm4_init_csdev_access()
1147 struct csdev_access *csa; in etm4_init_arch_data() local
1632 struct csdev_access *csa; in __etm4_cpu_save() local
[all …]
A Dcoresight-tpiu.c63 static void tpiu_enable_hw(struct csdev_access *csa) in tpiu_enable_hw()
80 static void tpiu_disable_hw(struct csdev_access *csa) in tpiu_disable_hw()
A Dcoresight-tmc-core.c37 struct csdev_access *csa = &csdev->access; in tmc_wait_for_tmcready() local
51 struct csdev_access *csa = &csdev->access; in tmc_flush_and_stop() local
A Dcoresight-etm4x.h537 #define etm4x_relaxed_read32(csa, offset) \ argument
542 #define etm4x_relaxed_read64(csa, offset) \ argument
547 #define etm4x_read32(csa, offset) \ argument
554 #define etm4x_read64(csa, offset) \ argument
561 #define etm4x_relaxed_write32(csa, val, offset) \ argument
570 #define etm4x_relaxed_write64(csa, val, offset) \ argument
579 #define etm4x_write32(csa, val, offset) \ argument
585 #define etm4x_write64(csa, val, offset) \ argument
A Dcoresight-catu.c393 struct csdev_access *csa = &drvdata->csdev->access; in catu_wait_for_ready() local
A Dcoresight-etb10.c255 struct csdev_access *csa = &drvdata->csdev->access; in __etb_disable_hw() local
A Dcoresight-stm.c262 struct csdev_access *csa = &csdev->access; in stm_disable() local
A Dcoresight-core.c1469 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Drx.c47 struct iwl_csa_notification *csa = (void *)pkt->data; in iwlagn_rx_csa() local
/linux-6.3-rc2/net/mac80211/
A Dcfg.c941 const struct ieee80211_csa_settings *csa, in ieee80211_set_probe_resp()
1090 const struct ieee80211_csa_settings *csa, in ieee80211_assign_beacon()
3646 struct ieee80211_csa_settings csa = {}; in ieee80211_set_csa_beacon() local
A Dmesh.c814 struct mesh_csa_settings *csa; in ieee80211_mesh_build_beacon() local
A Dieee80211_i.h721 struct mesh_csa_settings __rcu *csa; member
/linux-6.3-rc2/kernel/cgroup/
A Dcpuset.c896 struct cpuset **csa; /* array of all cpuset ptrs */ in generate_sched_domains() local
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dlibipw.h652 struct libipw_csa csa; member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/
A Dcommon.c4101 struct il_csa_notification *csa = &(pkt->u.csa_notif); in il_hdl_csa() local

Completed in 93 milliseconds