Home
last modified time | relevance | path

Searched refs:PLAT_QEMU_L0_GPT_BASE (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/qemu/qemu/include/
H A Dplatform_def.h344 #define PLAT_QEMU_L0_GPT_BASE (PLAT_QEMU_L1_GPT_BASE - \ macro
352 #define RME_GPT_DRAM_BASE PLAT_QEMU_L0_GPT_BASE
358 CASSERT((PLAT_QEMU_L0_GPT_BASE & (PLAT_QEMU_L0_GPT_SIZE - 1)) == 0,
375 PLAT_QEMU_L0_GPT_BASE, \
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dplatform_def.h439 #define PLAT_QEMU_L0_GPT_BASE (PLAT_QEMU_L1_GPT_BASE - \ macro
453 #define RME_GPT_DRAM_BASE PLAT_QEMU_L0_GPT_BASE
459 CASSERT((PLAT_QEMU_L0_GPT_BASE & (PLAT_QEMU_L0_GPT_SIZE - 1)) == 0,
476 PLAT_QEMU_L0_GPT_BASE, \
/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()