Searched refs:bit_ffc (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | bitstring.h | 110 #define bit_ffc(name, nbits, value) do { \ macro
|
| /optee_os/core/kernel/ |
| H A D | notif_default.c | 63 bit_ffc(nvb->alloc_values, (int)NOTIF_ASYNC_VALUE_MAX + 1, &bit); in notif_alloc_async_value()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu.c | 163 bit_ffc(g_asid, MMU_NUM_ASID_PAIRS, &i); in asid_alloc()
|
| H A D | sp_mem.c | 233 bit_ffc(share_bits, NUM_SHARES, &i); in sp_mem_new()
|
| H A D | mobj_ffa.c | 252 bit_ffc(shm_bits, SPMC_CORE_SEL1_MAX_SHM_COUNT, &i); in mobj_ffa_sel1_spmc_new()
|
| /optee_os/core/tee/ |
| H A D | fs_dirfile.c | 199 bit_ffc(dirh->files, dirh->nbits, &i); in tee_fs_dirfile_get_tmp()
|
| H A D | tadb.c | 401 bit_ffc(ta->db->files, ta->db->nbits, &i); in tee_tadb_ta_create()
|
| /optee_os/core/arch/riscv/mm/ |
| H A D | core_mmu_arch.c | 657 bit_ffc(g_asid, (int)RISCV_SATP_ASID_WIDTH, &i); in asid_alloc()
|