Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_bl31_setup.c172 static pas_region_t pas_regions[] = {
187 static pas_region_t pas_regions[] = {
246 sizeof(pas_region_t))) < 0) { in bl31_plat_gpt_setup()
/rk3399_ARM-atf/include/lib/gpt_rme/
H A Dgpt_rme.h34 } pas_region_t; typedef
257 pas_region_t *pas_regions,
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_bl2_setup.c17 static pas_region_t pas_regions[] = {
H A Drdv3_bl31_setup.c235 static pas_region_t pas_regions[] = {
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl2_setup.c30 static pas_region_t pas_regions[] = {
/rk3399_ARM-atf/docs/components/
H A Dgranule-protection-tables-design.rst99 A ``pas_region_t`` structure is a way to represent a physical address space and
108 See the ``pas_region_t`` type in ``include/lib/gpt_rme/gpt_rme.h``.
110 The programmer should provide the API with an array containing ``pas_region_t``
114 ``pas_region_t`` is a public type, however it is recommended that the macros
118 and PAS type as arguments to generate the pas_region_t structure. As the names
178 ``pas_region_t`` structures containing the desired memory access layout. The
/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c332 pas_region_t *pas_regions, in does_previous_pas_exist_here()
362 static int validate_pas_mappings(pas_region_t *pas_regions, in validate_pas_mappings()
614 static void generate_l0_blk_desc(pas_region_t *pas) in generate_l0_blk_desc()
911 static void generate_l0_tbl_desc(pas_region_t *pas) in generate_l0_tbl_desc()
987 static void flush_l0_for_pas_array(pas_region_t *pas, unsigned int pas_count) in flush_l0_for_pas_array()
1162 size_t l1_mem_size, pas_region_t *pas_regions, in gpt_init_pas_l1_tables()
/rk3399_ARM-atf/include/plat/arm/common/
H A Dplat_arm.h41 pas_region_t *pas_region_base;