Lines Matching refs:uintptr_t
45 struct bl31_params *bl2_plat_get_bl31_params_default(uintptr_t bl32_entry, in bl2_plat_get_bl31_params_default()
46 uintptr_t bl33_entry, in bl2_plat_get_bl31_params_default()
47 uintptr_t fdt_addr) in bl2_plat_get_bl31_params_default()
104 __weak struct bl31_params *bl2_plat_get_bl31_params(uintptr_t bl32_entry, in bl2_plat_get_bl31_params()
105 uintptr_t bl33_entry, in bl2_plat_get_bl31_params()
106 uintptr_t fdt_addr) in bl2_plat_get_bl31_params()
112 struct bl_params *bl2_plat_get_bl31_params_v2_default(uintptr_t bl32_entry, in bl2_plat_get_bl31_params_v2_default()
113 uintptr_t bl33_entry, in bl2_plat_get_bl31_params_v2_default()
114 uintptr_t fdt_addr) in bl2_plat_get_bl31_params_v2_default()
177 __weak struct bl_params *bl2_plat_get_bl31_params_v2(uintptr_t bl32_entry, in bl2_plat_get_bl31_params_v2()
178 uintptr_t bl33_entry, in bl2_plat_get_bl31_params_v2()
179 uintptr_t fdt_addr) in bl2_plat_get_bl31_params_v2()
192 static void bl31_entry(uintptr_t bl31_entry, uintptr_t bl32_entry, in bl31_entry()
193 uintptr_t bl33_entry, uintptr_t fdt_addr) in bl31_entry()
241 uintptr_t spl_fit_images_get_entry(void *blob, int node) in spl_fit_images_get_entry()
256 uintptr_t bl32_entry = 0; in spl_invoke_atf()
257 uintptr_t bl33_entry = CONFIG_SYS_TEXT_BASE; in spl_invoke_atf()
259 uintptr_t platform_param = (uintptr_t)blob; in spl_invoke_atf()