Home
last modified time | relevance | path

Searched defs:ssp (Results 1 – 25 of 36) sorted by relevance

12

/linux/kernel/rcu/
H A Dsrcutree.c89 static void init_srcu_struct_data(struct srcu_struct *ssp) in init_srcu_struct_data()
130 static bool init_srcu_struct_nodes(struct srcu_struct *ssp, gfp_t gfp_flags) in init_srcu_struct_nodes()
204 static int init_srcu_struct_fields(struct srcu_struct *ssp, bool is_static) in init_srcu_struct_fields()
261 __init_srcu_struct_common(struct srcu_struct *ssp, const char *name, struct lock_class_key *key) in __init_srcu_struct_common()
269 int __init_srcu_struct(struct srcu_struct *ssp, const char *name, struct lock_class_key *key) in __init_srcu_struct()
276 int __init_srcu_struct_fast(struct srcu_struct *ssp, const char *name, struct lock_class_key *key) in __init_srcu_struct_fast()
283 int __init_srcu_struct_fast_updown(struct srcu_struct *ssp, const char *name, in __init_srcu_struct_fast_updown()
304 int init_srcu_struct(struct srcu_struct *ssp) in init_srcu_struct()
321 int init_srcu_struct_fast(struct srcu_struct *ssp) in init_srcu_struct_fast()
339 int init_srcu_struct_fast_updown(struct srcu_struct *ssp) in init_srcu_struct_fast_updown()
[all …]
H A Dsrcutiny.c32 static int init_srcu_struct_fields(struct srcu_struct *ssp) in init_srcu_struct_fields()
51 int __init_srcu_struct(struct srcu_struct *ssp, const char *name, in __init_srcu_struct()
71 int init_srcu_struct(struct srcu_struct *ssp) in init_srcu_struct()
86 void cleanup_srcu_struct(struct srcu_struct *ssp) in cleanup_srcu_struct()
104 void __srcu_read_unlock(struct srcu_struct *ssp, int idx) in __srcu_read_unlock()
127 struct srcu_struct *ssp; in srcu_drive_gp() local
190 struct srcu_struct *ssp; in srcu_tiny_irq_work() local
197 static void srcu_gp_start_if_needed(struct srcu_struct *ssp) in srcu_gp_start_if_needed()
219 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu()
239 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu()
[all …]
/linux/drivers/tty/serial/
H A Dsifive.c227 static void __ssp_writel(u32 v, u16 offs, struct sifive_serial_port *ssp) in __ssp_writel()
244 static u32 __ssp_readl(struct sifive_serial_port *ssp, u16 offs) in __ssp_readl()
260 static int sifive_serial_is_txfifo_full(struct sifive_serial_port *ssp) in sifive_serial_is_txfifo_full()
277 static void __ssp_transmit_char(struct sifive_serial_port *ssp, int ch) in __ssp_transmit_char()
291 static void __ssp_transmit_chars(struct sifive_serial_port *ssp) in __ssp_transmit_chars()
308 static void __ssp_enable_txwm(struct sifive_serial_port *ssp) in __ssp_enable_txwm()
324 static void __ssp_enable_rxwm(struct sifive_serial_port *ssp) in __ssp_enable_rxwm()
340 static void __ssp_disable_txwm(struct sifive_serial_port *ssp) in __ssp_disable_txwm()
356 static void __ssp_disable_rxwm(struct sifive_serial_port *ssp) in __ssp_disable_rxwm()
377 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) in __ssp_receive_char()
[all …]
/linux/include/linux/
H A Dsrcutiny.h79 static inline int __srcu_read_lock(struct srcu_struct *ssp) in __srcu_read_lock()
94 static inline bool __srcu_ptr_to_ctr(struct srcu_struct *ssp, struct srcu_ctr __percpu *scpp) in __srcu_ptr_to_ctr()
99 static inline struct srcu_ctr __percpu *__srcu_ctr_to_ptr(struct srcu_struct *ssp, int idx) in __srcu_ctr_to_ptr()
104 static inline struct srcu_ctr __percpu *__srcu_read_lock_fast(struct srcu_struct *ssp) in __srcu_read_lock_fast()
110 static inline void __srcu_read_unlock_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast()
116 static inline struct srcu_ctr __percpu *__srcu_read_lock_fast_updown(struct srcu_struct *ssp) in __srcu_read_lock_fast_updown()
123 void __srcu_read_unlock_fast_updown(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast_updown()
129 static inline void synchronize_srcu_expedited(struct srcu_struct *ssp) in synchronize_srcu_expedited()
134 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier()
139 static inline void srcu_expedite_current(struct srcu_struct *ssp) { } in srcu_expedite_current()
[all …]
H A Dsrcutree.h51 struct srcu_struct *ssp; member
245 static inline bool __srcu_ptr_to_ctr(struct srcu_struct *ssp, struct srcu_ctr __percpu *scpp) in __srcu_ptr_to_ctr()
252 static inline struct srcu_ctr __percpu *__srcu_ctr_to_ptr(struct srcu_struct *ssp, int idx) in __srcu_ctr_to_ptr()
289 static inline struct srcu_ctr __percpu notrace *__srcu_read_lock_fast(struct srcu_struct *ssp) in __srcu_read_lock_fast()
313 __srcu_read_unlock_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast()
333 struct srcu_ctr __percpu notrace *__srcu_read_lock_fast_updown(struct srcu_struct *ssp) in __srcu_read_lock_fast_updown()
357 __srcu_read_unlock_fast_updown(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast_updown()
371 static inline void srcu_check_read_flavor(struct srcu_struct *ssp, int read_flavor) in srcu_check_read_flavor()
H A Dpxa2xx_ssp.h275 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable()
283 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable()
306 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
/linux/sound/soc/pxa/
H A Dpxa-ssp.c39 struct ssp_device *ssp; member
53 static void dump_registers(struct ssp_device *ssp) in dump_registers() argument
64 pxa_ssp_set_dma_params(struct ssp_device * ssp,int width4,int out,struct snd_dmaengine_dai_dma_data * dma) pxa_ssp_set_dma_params() argument
77 struct ssp_device *ssp = priv->ssp; pxa_ssp_startup() local
103 struct ssp_device *ssp = priv->ssp; pxa_ssp_shutdown() local
121 struct ssp_device *ssp = priv->ssp; pxa_ssp_suspend() local
139 struct ssp_device *ssp = priv->ssp; pxa_ssp_resume() local
167 pxa_ssp_set_scr(struct ssp_device * ssp,u32 div) pxa_ssp_set_scr() argument
188 struct ssp_device *ssp = priv->ssp; pxa_ssp_set_dai_sysclk() local
256 struct ssp_device *ssp = priv->ssp; pxa_ssp_set_pll() local
322 struct ssp_device *ssp = priv->ssp; pxa_ssp_set_dai_tdm_slot() local
357 struct ssp_device *ssp = priv->ssp; pxa_ssp_set_dai_tristate() local
417 struct ssp_device *ssp = priv->ssp; pxa_ssp_configure_dai_fmt() local
536 struct ssp_device *ssp = priv->ssp; pxa_ssp_hw_params() local
676 pxa_ssp_set_running_bit(struct snd_pcm_substream * substream,struct ssp_device * ssp,int value) pxa_ssp_set_running_bit() argument
712 struct ssp_device *ssp = priv->ssp; pxa_ssp_trigger() local
[all...]
/linux/arch/x86/kernel/
H A Dshstk.c50 static int create_rstor_token(unsigned long ssp, unsigned long *token_addr) in create_rstor_token()
230 unsigned long long ssp; in get_user_shstk_addr() local
244 u64 ssp; in shstk_pop() local
263 u64 ssp; in shstk_push() local
312 static int shstk_push_sigframe(unsigned long *ssp) in shstk_push_sigframe()
327 static int shstk_pop_sigframe(unsigned long *ssp) in shstk_pop_sigframe()
387 unsigned long ssp; in setup_signal_shadow_stack() local
420 unsigned long ssp; in restore_signal_shadow_stack() local
620 unsigned long ssp; in shstk_update_last_frame() local
H A Dvm86_32.c495 unsigned char __user *ssp, unsigned short sp) in do_int()
551 unsigned char __user *ssp; in handle_vm86_fault() local
/linux/drivers/spi/
H A Dspi-pxa2xx-platform.c22 pxa2xx_spi_init_ssp(struct platform_device *pdev, struct ssp_device *ssp, enum pxa_ssp_type type) in pxa2xx_spi_init_ssp()
55 static void pxa2xx_spi_ssp_release(void *ssp) in pxa2xx_spi_ssp_release()
62 struct ssp_device *ssp; in pxa2xx_spi_ssp_request() local
84 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() local
145 struct ssp_device *ssp; in pxa2xx_spi_platform_probe() local
H A Dspi-pxa2xx-pci.c67 static int pxa2xx_spi_pci_clk_register(struct pci_dev *dev, struct ssp_device *ssp, in pxa2xx_spi_pci_clk_register()
98 struct ssp_device *ssp = &c->ssp; in lpss_spi_setup() local
179 struct ssp_device *ssp = &c->ssp; in ce4100_spi_setup() local
194 struct ssp_device *ssp = &c->ssp; in mrfld_spi_setup() local
251 struct ssp_device *ssp = &c->ssp; in qrk_spi_setup() local
270 struct ssp_device *ssp; in pxa2xx_spi_pci_probe() local
H A Dspi-pxa2xx.h36 struct ssp_device ssp; member
45 struct ssp_device *ssp; member
/linux/sound/soc/intel/catpt/
H A Dregisters.h35 #define CATPT_CS_SFCR(ssp) BIT(27 + (ssp)) argument
39 #define CATPT_CS_SDPM(ssp) BIT(11 + (ssp)) argument
44 #define CATPT_CS_SBCS(ssp) BIT(2 + (ssp)) argument
144 #define catpt_ssp_addr(cdev, ssp) \ argument
151 #define catpt_writel_ssp(cdev, ssp, reg, val) \ argument
/linux/arch/arm/mach-sa1100/
H A Dssp.c158 void ssp_save_state(struct ssp_state *ssp) in ssp_save_state()
172 void ssp_restore_state(struct ssp_state *ssp) in ssp_restore_state()
/linux/security/smack/
H A Dsmack_lsm.c1610 struct socket_smack *ssp; in smack_inode_getsecurity() local
2015 struct socket_smack *ssp; in smack_file_receive() local
2452 struct socket_smack *ssp = smack_sock(sk); in smack_sk_alloc_security() local
2621 struct socket_smack *ssp = smack_sock(sk); smack_netlbl_add() local
2654 struct socket_smack *ssp = smack_sock(sk); smack_netlbl_delete() local
2686 struct socket_smack *ssp = smack_sock(sk); smk_ipv4_check() local
2761 struct socket_smack *ssp = smack_sock(sock->sk); smk_ipv6_port_label() local
2849 struct socket_smack *ssp = smack_sock(sk); smk_ipv6_port_check() local
2917 struct socket_smack *ssp; smack_inode_setsecurity() local
2991 struct socket_smack *ssp; smack_socket_post_create() local
3091 struct socket_smack *ssp = smack_sock(sock->sk); smack_socket_connect() local
3180 struct smack_known *ssp = smack_of_ipc(isp); smk_curacc_shm() local
3269 struct smack_known *ssp = smack_of_ipc(isp); smk_curacc_sem() local
3933 struct socket_smack *ssp = smack_sock(sock); smack_unix_stream_connect() local
3987 struct socket_smack *ssp = smack_sock(sock->sk); smack_unix_may_send() local
4025 struct socket_smack *ssp = smack_sock(sock->sk); smack_socket_sendmsg() local
4071 smack_from_secattr(struct netlbl_lsm_secattr * sap,struct socket_smack * ssp) smack_from_secattr() argument
4225 struct socket_smack *ssp = NULL; smack_from_netlbl() local
4253 struct socket_smack *ssp = smack_sock(sk); smack_socket_sock_rcv_skb() local
4352 struct socket_smack *ssp; smack_socket_getpeersec_stream() local
4388 struct socket_smack *ssp = NULL; smack_socket_getpeersec_dgram() local
4453 struct socket_smack *ssp = smack_sock(sk); smack_inet_conn_request() local
4539 struct socket_smack *ssp = smack_sock(sk); smack_inet_csk_clone() local
[all...]
H A Dsmack_netfilter.c26 struct socket_smack *ssp; in smack_ip_output() local
/linux/drivers/clk/mxs/
H A Dclk-ssp.c21 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate) in mxs_ssp_set_clk_rate()
H A Dclk-imx23.c85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator
/linux/arch/x86/kernel/fpu/
H A Dcore.c634 static int update_fpu_shstk(struct task_struct *dst, unsigned long ssp) in update_fpu_shstk()
662 unsigned long ssp) in fpu_clone()
/linux/drivers/usb/gadget/
H A Dconfig.c110 struct usb_descriptor_header **ssp) in usb_assign_descriptors()
/linux/sound/soc/intel/avs/
H A Dutils.h74 #define AVS_STRING_FMT(prefix, suffix, ssp, tdm) \ argument
/linux/drivers/scsi/isci/
H A Dscu_remote_node_context.h220 struct ssp_remote_node_context ssp; member
/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c135 unsigned long ssp; in try_shstk() local
884 unsigned long saved_ssp, ssp = 0; in test_ptrace() local
/linux/arch/riscv/kernel/
H A Dprocess.c245 unsigned long ssp = 0; in copy_thread() local
/linux/include/sound/sof/
H A Ddai.h111 struct sof_ipc_dai_ssp_params ssp; member

12