Lines Matching defs:attributes
26 * converts an attributes value from the SMC format to the mmap_attr_t format by
31 static unsigned int smc_attr_to_mmap_attr(unsigned int attributes)
35 unsigned int access = (attributes & MM_SP_MEMORY_ATTRIBUTES_ACCESS_MASK)
49 if ((attributes & MM_SP_MEMORY_ATTRIBUTES_NON_EXEC) == 0) {
59 * This function converts attributes from the Trusted Firmware format into the
93 uint32_t attributes;
98 base_va, &attributes);
106 return (int32_t) smc_mmap_to_smc_attr(attributes);
119 uint32_t attributes = (uint32_t) smc_attributes;
123 INFO(" Attributes : 0x%x\n", attributes);
129 smc_attr_to_mmap_attr(attributes));