Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/gpt_rme/
Dgpt_rme.c643 static void flush_l0_for_pas_array(pas_region_t *pas, unsigned int pas_count) in flush_l0_for_pas_array() argument
651 assert(pas_count > 0); in flush_l0_for_pas_array()
658 for (idx = 1; idx < pas_count; idx++) { in flush_l0_for_pas_array()
821 unsigned int pas_count) in gpt_init_pas_l1_tables() argument
844 l1_gpt_cnt = gpt_validate_pas_mappings(pas_regions, pas_count); in gpt_init_pas_l1_tables()
868 INFO(" PAS count: 0x%x\n", pas_count); in gpt_init_pas_l1_tables()
872 for (unsigned int idx = 0U; idx < pas_count; idx++) { in gpt_init_pas_l1_tables()
889 flush_l0_for_pas_array(pas_regions, pas_count); in gpt_init_pas_l1_tables()
/trusted-firmware-a-latest/include/lib/gpt_rme/
Dgpt_rme.h231 unsigned int pas_count);