Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/drivers/arm/ccn/
Dccn_private.h187 static inline unsigned int count_set_bits(unsigned long long bitmap) in count_set_bits() argument
191 for (; bitmap; bitmap &= bitmap - 1) in count_set_bits()
/trusted-firmware-a-latest/drivers/arm/gic/v3/
Dgicv3_main.c188 unsigned int bitmap; in gicv3_distif_init() local
213 bitmap = gicv3_secure_spis_config_props( in gicv3_distif_init()
219 gicd_set_ctlr(gicv3_driver_data->gicd_base, bitmap, RWP_TRUE); in gicv3_distif_init()
230 unsigned int bitmap; in gicv3_rdistif_init() local
252 bitmap = gicv3_secure_ppi_sgi_config_props(gicr_base, in gicv3_rdistif_init()
257 if ((ctlr & bitmap) != bitmap) { in gicv3_rdistif_init()
258 gicd_set_ctlr(gicv3_driver_data->gicd_base, bitmap, RWP_TRUE); in gicv3_rdistif_init()
Dgicv3_private.h290 unsigned int bitmap, in gicd_clr_ctlr() argument
293 gicd_write_ctlr(base, gicd_read_ctlr(base) & ~bitmap); in gicd_clr_ctlr()
300 unsigned int bitmap, in gicd_set_ctlr() argument
303 gicd_write_ctlr(base, gicd_read_ctlr(base) | bitmap); in gicd_set_ctlr()
/trusted-firmware-a-latest/docs/components/
Dsecure-partition-manager.rst732 a position in a 64-bit bitmap.
741 FFA_NOTIFICATION_BITMAP_CREATE to allocate the notifications bitmap per FF-A
936 The secure partitions notifications bitmap are statically allocated by the SPMC.
948 bitmap of notifications.
/trusted-firmware-a-latest/docs/
Dporting-guide.rst966 containing the maximum number of protected regions and bitmap with the types