Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tee/optee/
Doptee_private.h117 struct optee_smc { struct
118 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;
Dsmc_abi.c1085 struct optee_smc *optee_smc = container_of(work, struct optee_smc, in notif_pcpu_irq_work_fn() local