Home
last modified time | relevance | path

Searched refs:etzpc_device (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c114 struct etzpc_device { struct
120 static struct etzpc_device *etzpc_device; argument
131 return cpu_spin_lock_xsave(&etzpc_device->lock); in etzpc_lock()
136 cpu_spin_unlock_xrestore(&etzpc_device->lock, exceptions); in etzpc_unlock()
141 return id < etzpc_device->ddata.num_per_sec; in valid_decprot_id()
146 return id < etzpc_device->ddata.num_tzma; in valid_tzma_id()
211 vaddr_t base = etzpc_device->pdata.base.va; in etzpc_configure_decprot()
233 vaddr_t base = etzpc_device->pdata.base.va; in etzpc_get_decprot()
248 vaddr_t base = etzpc_device->pdata.base.va; in etzpc_lock_decprot()
264 vaddr_t base = etzpc_device->pdata.base.va; in decprot_is_locked()
[all …]