Searched refs:_t (Results 1 – 5 of 5) sorted by relevance
202 #define GPT_L0_IDX_WIDTH(_t) (((unsigned int)(_t) > GPT_S_VAL) ? \ argument203 ((unsigned int)(_t) - GPT_S_VAL) : (0U))216 #define GPT_L0_IDX_MASK(_t) (0x3FFFFFUL >> (22U - \ argument217 (GPT_L0_IDX_WIDTH(_t))))220 #define GPT_L0_REGION_COUNT(_t) ((GPT_L0_IDX_MASK(_t)) + 1U) argument226 #define GPT_L0_TABLE_SIZE(_t) ((GPT_L0_REGION_COUNT(_t)) << 3U) argument276 #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)
214 } __aligned(16) name##_t