Searched refs:bitmap (Results 1 – 6 of 6) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/arm/ccn/ |
A D | ccn_private.h | 187 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()
|
/arm-trusted-firmware-2.8.0/drivers/arm/gic/v3/ |
A D | gicv3_main.c | 185 unsigned int bitmap; in gicv3_distif_init() local 210 bitmap = gicv3_secure_spis_config_props( in gicv3_distif_init() 216 gicd_set_ctlr(gicv3_driver_data->gicd_base, bitmap, RWP_TRUE); in gicv3_distif_init() 227 unsigned int bitmap; in gicv3_rdistif_init() local 249 bitmap = gicv3_secure_ppi_sgi_config_props(gicr_base, in gicv3_rdistif_init() 254 if ((ctlr & bitmap) != bitmap) { in gicv3_rdistif_init() 255 gicd_set_ctlr(gicv3_driver_data->gicd_base, bitmap, RWP_TRUE); in gicv3_rdistif_init()
|
A D | gicv3_private.h | 288 unsigned int bitmap, in gicd_clr_ctlr() argument 291 gicd_write_ctlr(base, gicd_read_ctlr(base) & ~bitmap); in gicd_clr_ctlr() 298 unsigned int bitmap, in gicd_set_ctlr() argument 301 gicd_write_ctlr(base, gicd_read_ctlr(base) | bitmap); in gicd_set_ctlr()
|
/arm-trusted-firmware-2.8.0/docs/threat_model/ |
A D | threat_model_spm.rst | 618 | | or to allocate a bitmap for a VM that was not | 643 | | a fixed size pool for bitmap allocation. | 681 | | Also, the notifications bitmap can't be destroyed | 726 | | its bitmap allocated at initialization, the TF-A | 801 | | bitmap created, and has pending notifications. |
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | secure-partition-manager.rst | 705 a position in a 64-bit bitmap. 714 FFA_NOTIFICATION_BITMAP_CREATE to allocate the notifications bitmap per FF-A 909 The secure partitions notifications bitmap are statically allocated by the SPMC. 921 bitmap of notifications.
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 916 containing the maximum number of protected regions and bitmap with the types
|
Completed in 19 milliseconds