Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme_private.h201 #define GPT_L0_IDX_WIDTH(_t) (((unsigned int)(_t) > GPT_S_VAL) ? \ argument
202 ((unsigned int)(_t) - GPT_S_VAL) : (0U))
215 #define GPT_L0_IDX_MASK(_t) (0x3FFFFFUL >> (22U - \ argument
216 (GPT_L0_IDX_WIDTH(_t))))
219 #define GPT_L0_REGION_COUNT(_t) ((GPT_L0_IDX_MASK(_t)) + 1U) argument
225 #define GPT_L0_TABLE_SIZE(_t) ((GPT_L0_REGION_COUNT(_t)) << 3U) argument
275 #define GPT_PPS_ACTUAL_SIZE(_t) (1UL << (unsigned int)(_t)) argument
/rk3399_ARM-atf/include/lib/el3_runtime/aarch32/
H A Dcontext.h41 } __aligned(8) name##_t
/rk3399_ARM-atf/docs/plat/
H A Dnvidia-tegra.rst127 uint64\_t tzdram\_size;
129 uint64\_t tzdram\_base;
135 uint64\_t boot\_profiler\_shmem\_base;
136 } plat\_params\_from\_bl2\_t;
/rk3399_ARM-atf/docs/components/spd/
H A Dtlk-dispatcher.rst67 struct, where bl32\_ep\_info is part of bl31\_params\_t (passed by BL2 in X0)
/rk3399_ARM-atf/include/lib/el3_runtime/aarch64/
H A Dcontext.h203 } __aligned(16) name##_t