Lines Matching full:check
75 * firewall_check_access() - Check if the access is authorized for a consumer
79 * @fw: Firewall query containing the configuration to check against its
85 * firewall_acquire_access() - Check if OP-TEE can access the consumer and
88 * @fw: Firewall query containing the configuration to check against its
94 * firewall_check_memory_access() - Check if a consumer can access the memory
98 * @fw: Firewall query containing the configuration to check against its
100 * @paddr: Physical base address of the memory range to check
101 * @size: Size of the memory range to check
102 * @read: If true, check rights for a read access
103 * @write: If true, check rights for a write access
114 * @fw: Firewall query containing the configuration to check against its
116 * @paddr: Physical base address of the memory range to check
117 * @size: Size of the memory range to check
118 * @read: Check rights for a read access
119 * @write: Check rights for a write access