Home
last modified time | relevance | path

Searched defs:optee_smc (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/tee/optee/
Doptee_private.h142 struct optee_smc { struct
143 optee_invoke_fn *invoke_fn;
144 void *memremaped_shm;
145 u32 sec_caps;
146 unsigned int notif_irq;
147 struct optee_pcpu __percpu *optee_pcpu;
148 struct workqueue_struct *notif_pcpu_wq;
149 struct work_struct notif_pcpu_work;
150 unsigned int notif_cpuhp_state;
Dsmc_abi.c1057 struct optee_smc *optee_smc = container_of(work, struct optee_smc, in notif_pcpu_irq_work_fn() local