Searched refs:_t (Results 1 – 5 of 5) sorted by relevance
201 #define GPT_L0_IDX_WIDTH(_t) (((unsigned int)(_t) > GPT_S_VAL) ? \ argument202 ((unsigned int)(_t) - GPT_S_VAL) : (0U))215 #define GPT_L0_IDX_MASK(_t) (0x3FFFFFUL >> (22U - \ argument216 (GPT_L0_IDX_WIDTH(_t))))219 #define GPT_L0_REGION_COUNT(_t) ((GPT_L0_IDX_MASK(_t)) + 1U) argument225 #define GPT_L0_TABLE_SIZE(_t) ((GPT_L0_REGION_COUNT(_t)) << 3U) argument275 #define GPT_PPS_ACTUAL_SIZE(_t) (1UL << (unsigned int)(_t)) argument
41 } __aligned(8) name##_t
127 uint64\_t tzdram\_size;129 uint64\_t tzdram\_base;135 uint64\_t boot\_profiler\_shmem\_base;136 } plat\_params\_from\_bl2\_t;
67 struct, where bl32\_ep\_info is part of bl31\_params\_t (passed by BL2 in X0)
203 } __aligned(16) name##_t