Searched refs:gpt_runtime_init (Results 1 – 5 of 5) sorted by relevance
275 int gpt_runtime_init(uintptr_t l1_bitlocks_base, size_t l1_bitlocks_size);
298 if (gpt_runtime_init(BITLOCK_BASE, BITLOCK_SIZE) < 0) { in bl31_plat_arch_setup()
593 if (gpt_runtime_init(BITLOCK_BASE, BITLOCK_SIZE) < 0) { in arm_bl31_plat_arch_setup()
183 firmware must call ``gpt_runtime_init`` to set up the data structures needed
1268 int gpt_runtime_init(uintptr_t l1_bitlocks_base, size_t l1_bitlocks_size) in gpt_runtime_init() function