Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/common/
H A Darm_common.c250 if (gpt_init_l0_tables(arm_gpt_info->pps, arm_gpt_info->l0_base, in arm_gpt_setup()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_bl31_setup.c232 if (gpt_init_l0_tables(PLAT_QEMU_GPCCR_PPS, PLAT_QEMU_L0_GPT_BASE, in bl31_plat_gpt_setup()
/rk3399_ARM-atf/include/lib/gpt_rme/
H A Dgpt_rme.h234 int gpt_init_l0_tables(gpccr_pps_e pps,
/rk3399_ARM-atf/docs/components/
H A Dgranule-protection-tables-design.rst126 constructed. The ``gpt_init_l0_tables`` API takes a memory address and size for
171 #. Firmware must call ``gpt_init_l0_tables`` to initialize the level 0 tables to
/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c1108 int gpt_init_l0_tables(gpccr_pps_e pps, uintptr_t l0_mem_base,
1120 int gpt_init_l0_tables(gpccr_pps_e pps, uintptr_t l0_mem_base, gpt_init_l0_tables() function