Searched defs:optee_smc (Results 1 – 2 of 2) sorted by relevance
117 struct optee_smc { struct118 optee_invoke_fn *invoke_fn;119 void *memremaped_shm;120 u32 sec_caps;121 unsigned int notif_irq;122 struct optee_pcpu __percpu *optee_pcpu;123 struct workqueue_struct *notif_pcpu_wq;124 struct work_struct notif_pcpu_work;125 unsigned int notif_cpuhp_state;
1085 struct optee_smc *optee_smc = container_of(work, struct optee_smc, in notif_pcpu_irq_work_fn() local