Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/platforms/cell/spufs/
Dswitch.c81 static inline int check_spu_isolate(struct spu_state *csa, struct spu *spu) in check_spu_isolate()
97 static inline void disable_interrupts(struct spu_state *csa, struct spu *spu) in disable_interrupts()
134 static inline void set_watchdog_timer(struct spu_state *csa, struct spu *spu) in set_watchdog_timer()
147 static inline void inhibit_user_access(struct spu_state *csa, struct spu *spu) in inhibit_user_access()
158 static inline void set_switch_pending(struct spu_state *csa, struct spu *spu) in set_switch_pending()
167 static inline void save_mfc_cntl(struct spu_state *csa, struct spu *spu) in save_mfc_cntl()
201 static inline void save_spu_runcntl(struct spu_state *csa, struct spu *spu) in save_spu_runcntl()
212 static inline void save_mfc_sr1(struct spu_state *csa, struct spu *spu) in save_mfc_sr1()
220 static inline void save_spu_status(struct spu_state *csa, struct spu *spu) in save_spu_status()
246 static inline void save_mfc_stopped_status(struct spu_state *csa, in save_mfc_stopped_status()
[all …]
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()
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
Dspufs.h69 struct spu_state csa; /* SPU context save area. */ member
Dfile.c2502 struct spu_state *csa = &ctx->csa; in spufs_show_ctx() local
/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c69 struct csdev_access *csa; member
153 struct csdev_access *csa) in etm_detect_os_lock()
161 struct csdev_access *csa, u32 val) in etm_write_os_lock()
183 struct csdev_access *csa) in etm4_os_unlock_csa()
208 struct csdev_access *csa) in etm4_cs_lock()
216 struct csdev_access *csa) in etm4_cs_unlock()
338 struct csdev_access *csa = &csdev->access; in etm4_enable_hw() local
745 struct csdev_access *csa = &csdev->access; in etm4_disable_hw() local
914 struct csdev_access *csa) in etm4_init_sysreg_access()
949 struct csdev_access *csa) in etm4_init_iomem_access()
[all …]
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()
Dcoresight-etm4x.h438 #define etm4x_relaxed_read32(csa, offset) \ argument
443 #define etm4x_relaxed_read64(csa, offset) \ argument
448 #define etm4x_read32(csa, offset) \ argument
455 #define etm4x_read64(csa, offset) \ argument
462 #define etm4x_relaxed_write32(csa, val, offset) \ argument
471 #define etm4x_relaxed_write64(csa, val, offset) \ argument
480 #define etm4x_write32(csa, val, offset) \ argument
486 #define etm4x_write64(csa, val, offset) \ argument
Dcoresight-tmc-core.c37 struct csdev_access *csa = &csdev->access; in tmc_wait_for_tmcready() local
49 struct csdev_access *csa = &csdev->access; in tmc_flush_and_stop() local
Dcoresight-catu.c404 struct csdev_access *csa = &drvdata->csdev->access; in catu_wait_for_ready() local
Dcoresight-etb10.c255 struct csdev_access *csa = &drvdata->csdev->access; in __etb_disable_hw() local
Dcoresight-stm.c261 struct csdev_access *csa = &csdev->access; in stm_disable() local
Dcoresight-core.c1470 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout()
/Linux-v5.15/include/linux/
Dcoresight.h371 static inline u32 csdev_access_relaxed_read32(struct csdev_access *csa, in csdev_access_relaxed_read32()
380 static inline u32 csdev_access_read32(struct csdev_access *csa, u32 offset) in csdev_access_read32()
388 static inline void csdev_access_relaxed_write32(struct csdev_access *csa, in csdev_access_relaxed_write32()
397 static inline void csdev_access_write32(struct csdev_access *csa, u32 val, u32 offset) in csdev_access_write32()
407 static inline u64 csdev_access_relaxed_read64(struct csdev_access *csa, in csdev_access_relaxed_read64()
416 static inline u64 csdev_access_read64(struct csdev_access *csa, u32 offset) in csdev_access_read64()
424 static inline void csdev_access_relaxed_write64(struct csdev_access *csa, in csdev_access_relaxed_write64()
433 static inline void csdev_access_write64(struct csdev_access *csa, u64 val, u32 offset) in csdev_access_write64()
443 static inline u64 csdev_access_relaxed_read64(struct csdev_access *csa, in csdev_access_relaxed_read64()
450 static inline u64 csdev_access_read64(struct csdev_access *csa, u32 offset) in csdev_access_read64()
[all …]
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Drx.c52 struct iwl_csa_notification *csa = (void *)pkt->data; in iwlagn_rx_csa() local
/Linux-v5.15/net/mac80211/
Dcfg.c834 const struct ieee80211_csa_settings *csa, in ieee80211_set_probe_resp()
962 const struct ieee80211_csa_settings *csa, in ieee80211_assign_beacon()
3292 struct ieee80211_csa_settings csa = {}; in ieee80211_set_csa_beacon() local
Dmesh.c813 struct mesh_csa_settings *csa; in ieee80211_mesh_build_beacon() local
Dieee80211_i.h713 struct mesh_csa_settings __rcu *csa; member
/Linux-v5.15/kernel/cgroup/
Dcpuset.c769 struct cpuset **csa; /* array of all cpuset ptrs */ in generate_sched_domains() local
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/
Dcommon.c4101 struct il_csa_notification *csa = &(pkt->u.csa_notif); in il_hdl_csa() local
/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/
Dlibipw.h653 struct libipw_csa csa; member
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c2543 struct bss_info_bcn_csa *csa; in mt7915_mcu_beacon_csa() local