Searched refs:ffsl (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-12-stable/lib/libc/rpc/
H A Dsvc.c607 for (mask = *maskp++; (bit = ffsl(mask)) != 0;
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c462 idx = ffsl(il->bitmap);
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c450 (tgt << OCP85XX_TRGT_SHIFT_QORIQ) | (ffsl(PAGE_SIZE) - 2));
H A Dpci_mpc85xx.c662 attr = 0xa0f55000 | (ffsl(size) - 2);
/freebsd-12-stable/sys/i386/include/
H A Dcpufunc.h215 ffsl(long mask) function
/freebsd-12-stable/sys/x86/xen/
H A Dxen_intr.c575 l1i = ffsl(masked_l1) - 1;
588 l2i = ffsl(masked_l2) - 1;
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c242 if ((i = ffsl(freemask[0])) != 0)
244 if ((i = ffsl(freemask[1])) != 0)
/freebsd-12-stable/sys/vm/
H A Dvm_phys.c1148 order = min(ffsl(VM_PAGE_TO_PHYS(m) >> PAGE_SHIFT) - 1,
/freebsd-12-stable/sys/arm64/arm64/
H A Dpmap.c1956 bit = ffsl(inuse) - 1;
2123 bit = ffsl(pc->pc_map[field]) - 1;
2308 bit = ffsl(pc->pc_map[field]) - 1;
4302 bit = ffsl(inuse) - 1;
/freebsd-12-stable/sys/riscv/riscv/
H A Dpmap.c1683 bit = ffsl(pc->pc_map[field]) - 1;
1906 bit = ffsl(pc->pc_map[field]) - 1;
3661 bit = ffsl(inuse) - 1;
/freebsd-12-stable/sys/mips/mips/
H A Dpmap.c1451 bit = ffsl(inuse) - 1;
1607 bit = ffsl(pc->pc_map[field]) - 1;
2841 bit = ffsl(inuse) - 1;
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1411 while ((chid_ofs = ffsl(flags)) != 0) {
1414 --chid_ofs; /* NOTE: ffsl is 1-based */
/freebsd-12-stable/sys/kern/
H A Dkern_descrip.c200 return (off * NDENTRIES + ffsl(mask) - 1);
205 return (off * NDENTRIES + ffsl(~map[off]) - 1);
/freebsd-12-stable/contrib/jemalloc/src/
H A Djemalloc.c3156 #define ALLOCM_ALIGN(a) (ffsl(a)-1)
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_ahci.c1105 ata_ident->pss |= ffsl(psectsz / sectsz) - 1;
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c104 #define BLOCK_ITEMS (8 * sizeof(u_long)) /* Number of items for ffsl() */
4699 if ((v = ffsl(*mask)) == 0)
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c3628 sz = ffsl(((1 << flsl(size-1)) - 1) & pa);
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c711 idx = ffsl(~bmap[i]);
715 --idx; /* ffsl is 1-based */

Completed in 249 milliseconds

12