Searched refs:bit_decl (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | notif_default.c | 19 bitstr_t bit_decl(values, NOTIF_ASYNC_VALUE_MAX + 1); 20 bitstr_t bit_decl(alloc_values, NOTIF_ASYNC_VALUE_MAX + 1);
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | bitstring.h | 60 #define bit_decl(name, nbits) \ macro
|
| /optee_os/ta/pkcs11/src/ |
| H A D | sanitize_object.c | 170 bitstr_t bit_decl(seen_attrs, PKCS11_BOOLPROPS_MAX_COUNT) = { 0 }; in sanitize_boolprops() 171 bitstr_t bit_decl(boolprops, PKCS11_BOOLPROPS_MAX_COUNT) = { 0 }; in sanitize_boolprops()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu.c | 31 static bitstr_t bit_decl(g_asid, MMU_NUM_ASID_PAIRS) __nex_bss;
|
| H A D | sp_mem.c | 14 static bitstr_t bit_decl(share_bits, NUM_SHARES);
|
| H A D | mobj_ffa.c | 112 static bitstr_t bit_decl(__shm_bits, SPMC_CORE_SEL1_MAX_SHM_COUNT);
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | virtualization.c | 68 bitstr_t bit_decl(shm_bits, SPMC_CORE_SEL1_MAX_SHM_COUNT);
|
| /optee_os/core/arch/riscv/mm/ |
| H A D | core_mmu_arch.c | 44 static bitstr_t bit_decl(g_asid, RISCV_SATP_ASID_WIDTH) __nex_bss;
|