Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dnotif.c24 static bitstr_t bit_decl(notif_values, NOTIF_ASYNC_VALUE_MAX + 1);
25 static bitstr_t bit_decl(notif_alloc_values, NOTIF_ASYNC_VALUE_MAX + 1);
/optee_os-3.20.0/lib/libutils/ext/include/
A Dbitstring.h60 #define bit_decl(name, nbits) \ macro
/optee_os-3.20.0/ta/pkcs11/src/
A Dsanitize_object.c171 bitstr_t bit_decl(seen_attrs, PKCS11_BOOLPROPS_MAX_COUNT) = { 0 }; in sanitize_boolprops()
172 bitstr_t bit_decl(boolprops, PKCS11_BOOLPROPS_MAX_COUNT) = { 0 }; in sanitize_boolprops()
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu.c31 static bitstr_t bit_decl(g_asid, MMU_NUM_ASID_PAIRS) __nex_bss;
A Dsp_mem.c14 static bitstr_t bit_decl(share_bits, NUM_SHARES);
A Dmobj_ffa.c34 static bitstr_t bit_decl(shm_bits, NUM_SHMS);

Completed in 10 milliseconds