Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/arm/ccn/
A 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/drivers/arm/gic/v3/
A Dgicv3_main.c183 unsigned int bitmap; in gicv3_distif_init() local
208 bitmap = gicv3_secure_spis_config_props( in gicv3_distif_init()
214 gicd_set_ctlr(gicv3_driver_data->gicd_base, bitmap, RWP_TRUE); in gicv3_distif_init()
225 unsigned int bitmap; in gicv3_rdistif_init() local
247 bitmap = gicv3_secure_ppi_sgi_config_props(gicr_base, in gicv3_rdistif_init()
252 if ((ctlr & bitmap) != bitmap) { in gicv3_rdistif_init()
253 gicd_set_ctlr(gicv3_driver_data->gicd_base, bitmap, RWP_TRUE); in gicv3_rdistif_init()
A Dgicv3_private.h288 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()
/trusted-firmware-a/docs/components/
A Dsecure-partition-manager.rst604 a position in a 64-bit bitmap.
613 FFA_NOTIFICATION_BITMAP_CREATE to allocate the notifications bitmap per FF-A
796 The secure partitions notifications bitmap are statically allocated by the SPMC.
808 bitmap of notifications.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dsecure-partition-manager.rst.txt604 a position in a 64-bit bitmap.
613 FFA_NOTIFICATION_BITMAP_CREATE to allocate the notifications bitmap per FF-A
796 The secure partitions notifications bitmap are statically allocated by the SPMC.
808 bitmap of notifications.
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …12,113,114,123,131,134,135,136,137,139,143],bit_po:[40,124],bitfield:131,bitmap:28,bitwis:[38,122]…
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex18380 …nize{components/secure-partition-manager:ffa-notification-bitmap-create-ffa-notification-bitmap-de…
19544 a position in a 64\sphinxhyphen{}bit bitmap.
19555 FFA\_NOTIFICATION\_BITMAP\_CREATE to allocate the notifications bitmap per FF\sphinxhyphen{}A
19908 …nize{components/secure-partition-manager:ffa-notification-bitmap-create-ffa-notification-bitmap-de…
19910 The secure partitions notifications bitmap are statically allocated by the SPMC.
19924 bitmap of notifications.

Completed in 113 milliseconds