Home
last modified time | relevance | path

Searched refs:bit_decl (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/kernel/
H A Dnotif_default.c19 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 Dbitstring.h60 #define bit_decl(name, nbits) \ macro
/optee_os/ta/pkcs11/src/
H A Dsanitize_object.c170 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 Dcore_mmu.c31 static bitstr_t bit_decl(g_asid, MMU_NUM_ASID_PAIRS) __nex_bss;
H A Dsp_mem.c14 static bitstr_t bit_decl(share_bits, NUM_SHARES);
H A Dmobj_ffa.c112 static bitstr_t bit_decl(__shm_bits, SPMC_CORE_SEL1_MAX_SHM_COUNT);
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c68 bitstr_t bit_decl(shm_bits, SPMC_CORE_SEL1_MAX_SHM_COUNT);
/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c44 static bitstr_t bit_decl(g_asid, RISCV_SATP_ASID_WIDTH) __nex_bss;