Home
last modified time | relevance | path

Searched refs:pas_region_t (Results 1 – 4 of 4) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_bl2_setup.c141 pas_region_t pas_regions[] = { in arm_bl2_plat_gpt_setup()
162 sizeof(pas_region_t))) < 0) { in arm_bl2_plat_gpt_setup()
/arm-trusted-firmware-2.8.0/include/lib/gpt_rme/
A Dgpt_rme.h27 } pas_region_t; typedef
230 pas_region_t *pas_regions,
/arm-trusted-firmware-2.8.0/lib/gpt_rme/
A Dgpt_rme.c136 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()
/arm-trusted-firmware-2.8.0/docs/components/
A Dgranule-protection-tables-design.rst91 A ``pas_region_t`` structure is a way to represent a physical address space and
100 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 macros
110 and PAS type as arguments to generate the pas_region_t structure. As the names
152 ``pas_region_t`` structures containing the desired memory access layout. The

Completed in 6 milliseconds