/trusted-firmware-a-latest/services/std_svc/sdei/ |
D | sdei_main.c | 44 static void init_map(sdei_ev_map_t *map) in init_map() argument 46 map->reg_count = 0; in init_map() 50 static sdei_class_t map_to_class(sdei_ev_map_t *map) in map_to_class() argument 52 return is_event_critical(map) ? SDEI_CRITICAL : SDEI_NORMAL; in map_to_class() 68 sdei_ev_map_t *map; in sdei_cpu_on_init() local 72 for_each_private_map(i, map) { in sdei_cpu_on_init() 73 se = get_event_entry(map); in sdei_cpu_on_init() 103 sdei_ev_map_t *map; in sdei_class_init() local 107 for_each_shared_map(i, map) { in sdei_class_init() 110 assert((ev_num_so_far < 0) || (map->ev_num > ev_num_so_far)); in sdei_class_init() [all …]
|
D | sdei_intr_mgmt.c | 35 sdei_ev_map_t *map; member 80 sdei_ev_map_t *map; in sdei_pe_unmask() local 92 for_each_private_map(i, map) { in sdei_pe_unmask() 93 se = get_event_entry(map); in sdei_pe_unmask() 94 if (is_map_bound(map) && GET_EV_STATE(se, ENABLED)) in sdei_pe_unmask() 95 plat_ic_enable_interrupt(map->intr); in sdei_pe_unmask() 98 for_each_shared_map(i, map) { in sdei_pe_unmask() 99 se = get_event_entry(map); in sdei_pe_unmask() 101 sdei_map_lock(map); in sdei_pe_unmask() 102 if (is_map_bound(map) && GET_EV_STATE(se, ENABLED) && in sdei_pe_unmask() [all …]
|
D | sdei_event.c | 13 #define MAP_OFF(_map, _mapping) ((_map) - (_mapping)->map) 22 sdei_entry_t *get_event_entry(sdei_ev_map_t *map) in get_event_entry() argument 29 if (is_event_private(map)) { in get_event_entry() 35 idx = MAP_OFF(map, mapping); in get_event_entry() 48 idx = MAP_OFF(map, mapping); in get_event_entry() 61 sdei_ev_map_t *map; in find_event_map_by_intr() local 70 iterate_mapping(mapping, i, map) { in find_event_map_by_intr() 71 if (map->intr == intr_num) in find_event_map_by_intr() 72 return map; in find_event_map_by_intr() 85 sdei_ev_map_t *map; in find_event_map() local [all …]
|
D | sdei_private.h | 76 for ((_map) = (_mapping)->map, (_i) = 0; \ 98 static inline bool is_event_private(sdei_ev_map_t *map) in is_event_private() argument 100 return ((map->map_flags & BIT_32(SDEI_MAPF_PRIVATE_SHIFT_)) != 0U); in is_event_private() 103 static inline bool is_event_shared(sdei_ev_map_t *map) in is_event_shared() argument 105 return !is_event_private(map); in is_event_shared() 108 static inline bool is_event_critical(sdei_ev_map_t *map) in is_event_critical() argument 110 return ((map->map_flags & BIT_32(SDEI_MAPF_CRITICAL_SHIFT_)) != 0U); in is_event_critical() 113 static inline bool is_event_normal(sdei_ev_map_t *map) in is_event_normal() argument 115 return !is_event_critical(map); in is_event_normal() 118 static inline bool is_event_signalable(sdei_ev_map_t *map) in is_event_signalable() argument [all …]
|
/trusted-firmware-a-latest/services/std_svc/drtm/ |
D | drtm_res_address_map.c | 29 drtm_memory_region_descriptor_table_t *map = in drtm_build_address_map() local 37 map->revision = DRTM_ADDRESS_MAP_REVISION; in drtm_build_address_map() 38 map->reserved = 0x0000; in drtm_build_address_map() 43 map->region[i].region_address = mmap[i].base_pa; in drtm_build_address_map() 46 map->region[i].region_size_type = 0; in drtm_build_address_map() 48 map->region[i].region_size_type, in drtm_build_address_map() 55 map->region[i].region_size_type, in drtm_build_address_map() 60 map->region[i].region_size_type, in drtm_build_address_map() 63 map->region[i].region_size_type, in drtm_build_address_map() 68 map->region[i].region_size_type, in drtm_build_address_map() [all …]
|
/trusted-firmware-a-latest/plat/arm/css/sgi/ras/ |
D | sgi_ras_common.c | 24 struct sgi_ras_ev_map *map; in sgi_find_ras_event_map_by_intr() local 33 map = sgi_ras_config->ev_map; in sgi_find_ras_event_map_by_intr() 37 if (map->intr == intr_num) in sgi_find_ras_event_map_by_intr() 38 return map; in sgi_find_ras_event_map_by_intr() 40 map++; in sgi_find_ras_event_map_by_intr() 72 struct sgi_ras_ev_map *map; in sgi_ras_platform_setup() local 88 map = sgi_ras_config->ev_map; in sgi_ras_platform_setup() 92 sgi_ras_intr_configure(map->intr, map->intr_type); in sgi_ras_platform_setup() 93 map++; in sgi_ras_platform_setup()
|
/trusted-firmware-a-latest/drivers/arm/cci/ |
D | cci.c | 37 static bool validate_cci_map(const int *map) in validate_cci_map() argument 45 slave_if_id = map[i]; in validate_cci_map() 111 void __init cci_init(uintptr_t base, const int *map, in cci_init() argument 114 assert(map != NULL); in cci_init() 118 cci_slave_if_map = map; in cci_init() 130 assert(validate_cci_map(map)); in cci_init()
|
/trusted-firmware-a-latest/drivers/brcm/ |
D | ocotp.c | 70 struct otpc_map *map; member 154 uint32_t address = offset / priv->map->word_size; in bcm_otpc_read() 164 for (bytes_read = 0; (bytes_read + priv->map->word_size) <= bytes;) { in bcm_otpc_read() 174 for (i = 0; i < priv->map->otpc_row_size; i++) { in bcm_otpc_read() 176 priv->map->data_r_offset[i]); in bcm_otpc_read() 186 int bcm_otpc_init(struct otpc_map *map) in bcm_otpc_init() argument 192 priv->map = map; in bcm_otpc_init()
|
/trusted-firmware-a-latest/lib/zlib/ |
D | zconf.h | 536 #pragma map(deflateInit_,"DEIN") 537 #pragma map(deflateInit2_,"DEIN2") 538 #pragma map(deflateEnd,"DEEND") 539 #pragma map(deflateBound,"DEBND") 540 #pragma map(inflateInit_,"ININ") 541 #pragma map(inflateInit2_,"ININ2") 542 #pragma map(inflateEnd,"INEND") 543 #pragma map(inflateSync,"INSY") 544 #pragma map(inflateSetDictionary,"INSEDI") 545 #pragma map(compressBound,"CMBND") [all …]
|
/trusted-firmware-a-latest/fdts/ |
D | n1sdp-multi-chip.dts | 50 distance-map { 51 compatible = "numa-distance-map-v1"; 82 interrupt-map-mask = <0 0 0 7>; 83 interrupt-map = <0 0 0 1 &gic 0 0 0 649 IRQ_TYPE_LEVEL_HIGH>, 87 msi-map = <0 &its_secondary_pcie 0 0x10000>; 88 iommu-map = <0 &smmu_secondary_pcie 0 0x10000>;
|
D | n1sdp.dtsi | 168 interrupt-map-mask = <0 0 0 7>; 169 interrupt-map = <0 0 0 1 &gic 0 0 0 169 IRQ_TYPE_LEVEL_HIGH>, 173 msi-map = <0 &its_pcie 0 0x10000>; 174 iommu-map = <0 &smmu_pcie 0 0x10000>; 191 interrupt-map-mask = <0 0 0 7>; 192 interrupt-map = <0 0 0 1 &gic 0 0 0 201 IRQ_TYPE_LEVEL_HIGH>, 196 msi-map = <0 &its_ccix 0 0x10000>; 197 iommu-map = <0 &smmu_ccix 0 0x10000>;
|
D | fvp-ve-Cortex-A7x1.dts | 46 no-map; 81 interrupt-map-mask = <0 0 63>; 82 interrupt-map = <0 0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
|
D | morello-soc.dts | 25 no-map; 128 /* The first bank of memory, memory map is actually provided by UEFI. */ 167 interrupt-map-mask = <0 0 0 7>; 168 interrupt-map = <0 0 0 1 &gic 0 0 0 169 IRQ_TYPE_LEVEL_HIGH>, 172 msi-map = <0 &its_pcie 0 0x10000>; 173 iommu-map = <0 &smmu_pcie 0 0x10000>; 203 interrupt-map-mask = <0 0 0 7>; 204 interrupt-map = <0 0 0 1 &gic 0 0 0 201 IRQ_TYPE_LEVEL_HIGH>, 208 msi-map = <0 &its_ccix 0 0x10000>; 209 iommu-map = <0 &smmu_ccix 0 0x10000>;
|
D | fvp-ve-Cortex-A5x1.dts | 47 no-map; 146 interrupt-map-mask = <0 0 63>; 147 interrupt-map = <0 0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
|
D | morello-fvp.dts | 24 no-map; 58 cpu-map { 110 /* The first bank of memory, memory map is actually provided by UEFI. */
|
D | fvp-base-psci-common.dtsi | 62 * 3. Bit map of event flags 159 no-map; 203 interrupt-map-mask = <0 0 63>; 204 interrupt-map = <0 0 0 &gic 0 GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
|
D | fvp-defs.dtsi | 353 cpu-map { \ 359 cpu-map { \ 366 cpu-map { \ 374 cpu-map { \
|
/trusted-firmware-a-latest/tools/renesas/rcar_layout_create/ |
D | makefile | 98 -Map $(FILE_NAME_SA0).map \ 107 -Map $(FILE_NAME_SA6).map \ 121 $(CL) *.bin *.map *.srec *.elf *.o
|
/trusted-firmware-a-latest/tools/renesas/rzg_layout_create/ |
D | makefile | 95 -Map $(FILE_NAME_SA0).map \ 104 -Map $(FILE_NAME_SA6).map \ 118 $(CL) *.bin *.map *.srec *.elf *.o
|
/trusted-firmware-a-latest/include/services/ |
D | sdei.h | 89 .map = (_private), \ 93 .map = (_shared), \ 121 sdei_ev_map_t *map; member
|
/trusted-firmware-a-latest/ |
D | .gitignore | 17 tools/renesas/rcar_layout_create/*.map 21 tools/renesas/rzg_layout_create/*.map
|
D | .commitlintrc.js | 35 return sections.map(section => section.type)
|
/trusted-firmware-a-latest/include/drivers/brcm/ |
D | ocotp.h | 23 int bcm_otpc_init(struct otpc_map *map);
|
/trusted-firmware-a-latest/docs/plat/marvell/ |
D | index.rst | 11 armada/misc/mvebu-a8k-addr-map
|
/trusted-firmware-a-latest/plat/rockchip/rk3399/drivers/m0/ |
D | Makefile | 64 MAPFILE := $(BUILD)/$(PLAT_M0).map 65 MAPFILE_PMU := $(BUILD)/$(PLAT_M0_PMU).map
|