Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 60) sorted by relevance

123

/arm-trusted-firmware-2.8.0/services/std_svc/sdei/
A Dsdei_main.c48 map->reg_count = 0; in init_map()
70 sdei_ev_map_t *map; in sdei_cpu_on_init() local
147 init_map(map); in sdei_class_init()
219 init_map(map); in sdei_class_init()
292 if (map == NULL) in sdei_event_routing_set()
303 if (!is_map_bound(map) || is_event_private(map)) { in sdei_event_routing_set()
360 if (map == NULL) in sdei_event_register()
398 if (is_map_dynamic(map) && !is_map_bound(map)) in sdei_event_register()
480 if (map == NULL) in sdei_event_enable()
520 if (map == NULL) in sdei_event_disable()
[all …]
A Dsdei_intr_mgmt.c35 sdei_ev_map_t *map; member
80 sdei_ev_map_t *map; in sdei_pe_unmask() local
101 sdei_map_lock(map); in sdei_pe_unmask()
171 disp_ctx->map = map; in save_event_ctx()
412 sdei_ev_map_t *map; in sdei_intr_handler() local
445 if (map == NULL) { in sdei_intr_handler()
454 assert((map->ev_num == SDEI_EVENT_0) || is_map_bound(map)); in sdei_intr_handler()
572 if ((map->ev_num != SDEI_EVENT_0) && !is_map_bound(map)) { in sdei_intr_handler()
595 sdei_ev_map_t *map; in sdei_dispatch_event() local
612 if (map == NULL) in sdei_dispatch_event()
[all …]
A Dsdei_event.c29 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
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
95 if (map->ev_num == ev_num) in find_event_map()
96 return map; in find_event_map()
109 sdei_ev_map_t *map; in sdei_get_registered_event_count() local
[all …]
A Dsdei_private.h76 for ((_map) = (_mapping)->map, (_i) = 0; \
105 return !is_event_private(map); in is_event_shared()
115 return !is_event_critical(map); in is_event_normal()
134 static inline bool is_map_bound(sdei_ev_map_t *map) in is_map_bound() argument
139 static inline void set_map_bound(sdei_ev_map_t *map) in set_map_bound() argument
141 map->map_flags |= BIT_32(SDEI_MAPF_BOUND_SHIFT_); in set_map_bound()
149 static inline void clr_map_bound(sdei_ev_map_t *map) in clr_map_bound() argument
151 map->map_flags &= ~BIT_32(SDEI_MAPF_BOUND_SHIFT_); in clr_map_bound()
219 spin_lock(&map->lock); in sdei_map_lock()
224 spin_unlock(&map->lock); in sdei_map_unlock()
[all …]
/arm-trusted-firmware-2.8.0/services/std_svc/drtm/
A Ddrtm_res_address_map.c29 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()
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()
76 map->num_regions = i; in drtm_build_address_map()
[all …]
/arm-trusted-firmware-2.8.0/plat/arm/css/sgi/
A Dsgi_ras.c90 struct sgi_ras_ev_map *map = plat_sgi_get_ras_ev_map(); in find_ras_event_map_by_intr() local
95 if (map->intr == intr_num) in find_ras_event_map_by_intr()
96 return map; in find_ras_event_map_by_intr()
98 map++; in find_ras_event_map_by_intr()
183 struct sgi_ras_ev_map *map = plat_sgi_get_ras_ev_map(); in sgi_ras_intr_handler_setup() local
187 sgi_ras_intr_configure(map->intr); in sgi_ras_intr_handler_setup()
188 map++; in sgi_ras_intr_handler_setup()
/arm-trusted-firmware-2.8.0/drivers/arm/cci/
A Dcci.c37 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()
/arm-trusted-firmware-2.8.0/drivers/brcm/
A Docotp.c70 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()
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dzconf.h532 #pragma map(deflateInit_,"DEIN")
533 #pragma map(deflateInit2_,"DEIN2")
534 #pragma map(deflateEnd,"DEEND")
535 #pragma map(deflateBound,"DEBND")
536 #pragma map(inflateInit_,"ININ")
537 #pragma map(inflateInit2_,"ININ2")
538 #pragma map(inflateEnd,"INEND")
539 #pragma map(inflateSync,"INSY")
541 #pragma map(compressBound,"CMBND")
542 #pragma map(inflate_table,"INTABL")
[all …]
/arm-trusted-firmware-2.8.0/fdts/
A Dn1sdp-multi-chip.dts50 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>;
A Dmorello-soc.dts24 no-map;
61 /* The first bank of memory, memory map is actually provided by UEFI. */
100 interrupt-map-mask = <0 0 0 7>;
101 interrupt-map = <0 0 0 1 &gic 0 0 0 169 IRQ_TYPE_LEVEL_HIGH>,
105 msi-map = <0 &its_pcie 0 0x10000>;
106 iommu-map = <0 &smmu_pcie 0 0x10000>;
136 interrupt-map-mask = <0 0 0 7>;
137 interrupt-map = <0 0 0 1 &gic 0 0 0 201 IRQ_TYPE_LEVEL_HIGH>,
141 msi-map = <0 &its_ccix 0 0x10000>;
142 iommu-map = <0 &smmu_ccix 0 0x10000>;
A Dn1sdp.dtsi168 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>;
A Dfvp-ve-Cortex-A7x1.dts46 no-map;
81 interrupt-map-mask = <0 0 63>;
82 interrupt-map = <0 0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
A Dmorello-fvp.dts24 no-map;
32 cpu-map {
80 /* The first bank of memory, memory map is actually provided by UEFI. */
A Dfvp-ve-Cortex-A5x1.dts47 no-map;
146 interrupt-map-mask = <0 0 63>;
147 interrupt-map = <0 0 0 &gic GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
A Dfvp-base-psci-common.dtsi62 * 3. Bit map of event flags
159 no-map;
206 interrupt-map-mask = <0 0 63>;
207 interrupt-map = <0 0 0 &gic 0 GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
A Dfvp-defs.dtsi353 cpu-map { \
359 cpu-map { \
366 cpu-map { \
374 cpu-map { \
/arm-trusted-firmware-2.8.0/tools/renesas/rcar_layout_create/
A Dmakefile98 -Map $(FILE_NAME_SA0).map \
107 -Map $(FILE_NAME_SA6).map \
121 $(CL) *.bin *.map *.srec *.elf *.o
/arm-trusted-firmware-2.8.0/tools/renesas/rzg_layout_create/
A Dmakefile95 -Map $(FILE_NAME_SA0).map \
104 -Map $(FILE_NAME_SA6).map \
118 $(CL) *.bin *.map *.srec *.elf *.o
/arm-trusted-firmware-2.8.0/include/services/
A Dsdei.h89 .map = (_private), \
93 .map = (_shared), \
121 sdei_ev_map_t *map; member
/arm-trusted-firmware-2.8.0/
A D.gitignore16 tools/renesas/rcar_layout_create/*.map
20 tools/renesas/rzg_layout_create/*.map
A D.commitlintrc.js35 return sections.map(section => section.type)
A D.versionrc.js38 return sections.map(section => {
/arm-trusted-firmware-2.8.0/include/drivers/brcm/
A Docotp.h23 int bcm_otpc_init(struct otpc_map *map);
/arm-trusted-firmware-2.8.0/docs/plat/marvell/
A Dindex.rst11 armada/misc/mvebu-a8k-addr-map

Completed in 55 milliseconds

123