Home
last modified time | relevance | path

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

1234

/trusted-firmware-a/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_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 …]
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
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
94 iterate_mapping(mapping, j, map) { in find_event_map()
95 if (map->ev_num == ev_num) in find_event_map()
[all …]
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/lib/zlib/
A Dzconf.h519 #pragma map(deflateInit_,"DEIN")
520 #pragma map(deflateInit2_,"DEIN2")
521 #pragma map(deflateEnd,"DEEND")
522 #pragma map(deflateBound,"DEBND")
523 #pragma map(inflateInit_,"ININ")
524 #pragma map(inflateInit2_,"ININ2")
525 #pragma map(inflateEnd,"INEND")
526 #pragma map(inflateSync,"INSY")
528 #pragma map(compressBound,"CMBND")
529 #pragma map(inflate_table,"INTABL")
[all …]
/trusted-firmware-a/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_slave_pcie 0 0x10000>;
88 iommu-map = <0 &smmu_slave_pcie 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.dts65 interrupt-map-mask = <0 0 63>;
66 interrupt-map = <0 0 0 &gic 0 0 4>,
A Dmorello-fvp.dts23 no-map;
31 cpu-map {
79 /* The first bank of memory, memory map is actually provided by UEFI. */
A Dfvp-defs.dtsi371 cpu-map { \
377 cpu-map { \
384 cpu-map { \
392 cpu-map { \
A Dfvp-ve-Cortex-A5x1.dts133 interrupt-map-mask = <0 0 63>;
134 interrupt-map = <0 0 0 &gic 0 0 4>,
/trusted-firmware-a/include/services/
A Dsdei.h89 .map = (_private), \
93 .map = (_shared), \
121 sdei_ev_map_t *map; member
/trusted-firmware-a/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
/trusted-firmware-a/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
/trusted-firmware-a/
A D.gitignore16 tools/renesas/rcar_layout_create/*.map
20 tools/renesas/rzg_layout_create/*.map
A D.versionrc.js17 const types = cz.types.map(type => {
/trusted-firmware-a/include/drivers/brcm/
A Docotp.h23 int bcm_otpc_init(struct otpc_map *map);
/trusted-firmware-a/docs/plat/marvell/
A Dindex.rst10 armada/misc/mvebu-a8k-addr-map
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/marvell/
A Dindex.rst.txt10 armada/misc/mvebu-a8k-addr-map
/trusted-firmware-a/plat/rockchip/rk3399/drivers/m0/
A DMakefile64 MAPFILE := $(BUILD)/$(PLAT_M0).map
65 MAPFILE_PMU := $(BUILD)/$(PLAT_M0_PMU).map
/trusted-firmware-a/drivers/nxp/ddr/nxp-ddr/
A Dddrc.c63 uint32_t map, shift, highest; in bist() local
84 map = (temp32 >> shift) & U(0x3F); in bist()
85 if (map > highest && map != U(0x3F)) { in bist()
86 highest = map; in bist()
/trusted-firmware-a/tools/conventional-changelog-tf-a/
A Dindex.js90 return noteGroups.map(noteGroup => {
124 return commitGroups.map(commitGroup => {

Completed in 21 milliseconds

1234