Home
last modified time | relevance | path

Searched refs:GPT_IS_L1_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme_private.h340 #define GPT_IS_L1_ALIGNED(_p, _pa) \ macro
H A Dgpt_rme.c449 if (!GPT_IS_L1_ALIGNED(gpt_config.p, pas_regions[idx].base_pa) || in validate_pas_mappings()
450 !GPT_IS_L1_ALIGNED(gpt_config.p, pas_regions[idx].size)) { in validate_pas_mappings()