Searched refs:pas_region_t (Results 1 – 4 of 4) sorted by relevance
141 pas_region_t pas_regions[] = { in arm_bl2_plat_gpt_setup()162 sizeof(pas_region_t))) < 0) { in arm_bl2_plat_gpt_setup()
27 } pas_region_t; typedef230 pas_region_t *pas_regions,
136 pas_region_t *pas_regions, in gpt_does_previous_pas_exist_here()166 static int gpt_validate_pas_mappings(pas_region_t *pas_regions, in gpt_validate_pas_mappings()414 static void gpt_generate_l0_blk_desc(pas_region_t *pas) in gpt_generate_l0_blk_desc()565 static void gpt_generate_l0_tbl_desc(pas_region_t *pas) in gpt_generate_l0_tbl_desc()643 static void flush_l0_for_pas_array(pas_region_t *pas, unsigned int pas_count) in flush_l0_for_pas_array()820 size_t l1_mem_size, pas_region_t *pas_regions, in gpt_init_pas_l1_tables()
91 A ``pas_region_t`` structure is a way to represent a physical address space and100 See the ``pas_region_t`` type in ``include/lib/gpt_rme/gpt_rme.h``.102 The programmer should provide the API with an array containing ``pas_region_t``106 ``pas_region_t`` is a public type, however it is recommended that the macros110 and PAS type as arguments to generate the pas_region_t structure. As the names152 ``pas_region_t`` structures containing the desired memory access layout. The
Completed in 6 milliseconds