Searched refs:SECURE_ALIGN (Results 1 – 5 of 5) sorted by relevance
38 #define SECURE_ALIGN SZ_4K macro40 #define SECURE_ALIGN SZ_1M macro
71 data.align = SECURE_ALIGN; in gralloc_alloc_buffer()
70 data.align = SECURE_ALIGN; in AllocateBuffer()167 align = SECURE_ALIGN; in GetBufferSize()
143 #define SECURE_ALIGN 1 macro158 const unsigned int ui_secure_align = SECURE_ALIGN - 1; in create_firmware_A0()
97 #define SECURE_ALIGN SZ_4K macro104 #define SECURE_ALIGN SZ_1M macro4632 alloc_data->len = (size + (SECURE_ALIGN - 1)) & ~(SECURE_ALIGN - 1); in alloc_map_ion_memory()4633 alloc_data->align = SECURE_ALIGN; in alloc_map_ion_memory()