Searched refs:bit_ffc (Results 1 – 9 of 9) sorted by relevance
/optee_os/out/arm/export-ta_arm32/include/ |
A D | bitstring.h | 110 #define bit_ffc(name, nbits, value) do { \ macro
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | bitstring.h | 110 #define bit_ffc(name, nbits, value) do { \ macro
|
/optee_os/lib/libutils/ext/include/ |
A D | bitstring.h | 110 #define bit_ffc(name, nbits, value) do { \ macro
|
/optee_os/core/kernel/ |
A D | notif.c | 42 bit_ffc(notif_alloc_values, (int)NOTIF_ASYNC_VALUE_MAX + 1, &bit); in notif_alloc_async_value()
|
/optee_os/core/arch/arm/mm/ |
A D | sp_mem.c | 216 bit_ffc(share_bits, NUM_SHARES, &i); in sp_mem_new()
|
A D | mobj_ffa.c | 98 bit_ffc(shm_bits, NUM_SHMS, &i); in mobj_ffa_sel1_spmc_new()
|
A D | core_mmu.c | 2076 bit_ffc(g_asid, MMU_NUM_ASID_PAIRS, &i); in asid_alloc()
|
/optee_os/core/tee/ |
A D | fs_dirfile.c | 185 bit_ffc(dirh->files, dirh->nbits, &i); in tee_fs_dirfile_get_tmp()
|
A D | tadb.c | 401 bit_ffc(ta->db->files, ta->db->nbits, &i); in tee_tadb_ta_create()
|
Completed in 13 milliseconds