Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dfirewall_device.h26 struct firewall_query { struct
48 struct firewall_query **out_fw); argument
64 struct firewall_query **out_fw);
72 TEE_Result firewall_set_configuration(struct firewall_query *fw);
82 TEE_Result firewall_check_access(struct firewall_query *fw);
91 TEE_Result firewall_acquire_access(struct firewall_query *fw);
105 TEE_Result firewall_check_memory_access(struct firewall_query *fw,
121 TEE_Result firewall_acquire_memory_access(struct firewall_query *fw,
131 void firewall_release_access(struct firewall_query *fw);
143 void firewall_release_memory_access(struct firewall_query *fw, paddr_t paddr,
[all …]
H A Dfirewall.h53 TEE_Result (*set_conf)(struct firewall_query *conf);
54 TEE_Result (*check_access)(struct firewall_query *conf);
55 TEE_Result (*acquire_access)(struct firewall_query *conf);
56 void (*release_access)(struct firewall_query *conf);
57 TEE_Result (*check_memory_access)(struct firewall_query *fw,
60 TEE_Result (*acquire_memory_access)(struct firewall_query *fw,
63 void (*release_memory_access)(struct firewall_query *fw,
66 TEE_Result (*set_memory_conf)(struct firewall_query *fw, paddr_t paddr,
/optee_os/core/drivers/firewall/
H A Dfirewall.c19 struct firewall_query **out_fw) in firewall_get()
21 struct firewall_query *fw = NULL; in firewall_get()
51 void firewall_put(struct firewall_query *fw) in firewall_put()
60 struct firewall_query **out_fw) in firewall_dt_get_by_index()
69 struct firewall_query **out_fw) in firewall_dt_get_by_name()
83 TEE_Result firewall_set_configuration(struct firewall_query *fw) in firewall_set_configuration()
93 TEE_Result firewall_set_memory_configuration(struct firewall_query *fw, in firewall_set_memory_configuration()
104 TEE_Result firewall_check_access(struct firewall_query *fw) in firewall_check_access()
114 TEE_Result firewall_acquire_access(struct firewall_query *fw) in firewall_acquire_access()
124 TEE_Result firewall_check_memory_access(struct firewall_query *fw, in firewall_check_memory_access()
[all …]
H A Dstm32_etzpc.c370 static TEE_Result stm32_etzpc_check_access(struct firewall_query *firewall) in stm32_etzpc_check_access()
392 static TEE_Result stm32_etzpc_acquire_access(struct firewall_query *firewall) in stm32_etzpc_acquire_access()
414 stm32_etzpc_acquire_memory_access(struct firewall_query *firewall, in stm32_etzpc_acquire_memory_access()
510 static TEE_Result stm32_etzpc_configure_memory(struct firewall_query *firewall, in stm32_etzpc_configure_memory()
650 static TEE_Result stm32_etzpc_configure(struct firewall_query *firewall) in stm32_etzpc_configure()
769 struct firewall_query *fw = NULL; in stm32_etzpc_dt_probe_bus()
H A Dstm32_rifsc.c734 static TEE_Result stm32_rifsc_check_access(struct firewall_query *firewall) in stm32_rifsc_check_access()
792 static TEE_Result stm32_rifsc_acquire_access(struct firewall_query *firewall) in stm32_rifsc_acquire_access()
848 static TEE_Result stm32_rifsc_set_config(struct firewall_query *firewall) in stm32_rifsc_set_config()
901 static void stm32_rifsc_release_access(struct firewall_query *firewall) in stm32_rifsc_release_access()
1052 struct firewall_query *fw = NULL; in stm32_rifsc_dt_probe_bus()
H A Dstm32_risab.c604 static TEE_Result stm32_risab_check_access(struct firewall_query *fw, in stm32_risab_check_access()
692 static TEE_Result stm32_risab_reconfigure_region(struct firewall_query *fw, in stm32_risab_reconfigure_region()
H A Dstm32_risaf.c560 static TEE_Result stm32_risaf_acquire_access(struct firewall_query *fw, in stm32_risaf_acquire_access()
625 static TEE_Result stm32_risaf_reconfigure_region(struct firewall_query *fw, in stm32_risaf_reconfigure_region()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c286 struct firewall_query fw_query = { in secure_pager_ram()
316 struct firewall_query fw_query = { in non_secure_scmi_ram()
388 struct firewall_query firewall = { in configure_sysram()
H A Dscmi_server.c466 struct firewall_query query = { in nsec_can_access_resource()
/optee_os/core/drivers/
H A Dstm32_gpio.c1075 static TEE_Result stm32_gpio_fw_configure(struct firewall_query *firewall) in stm32_gpio_fw_configure()