MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bsfl

Function bsfl

freebsd/i386/include/cpufunc.h:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static __inline __pure2 u_int
66bsfl(u_int mask)
67{
68 u_int result;
69
70 __asm("bsfl %1,%0" : "=r" (result) : "rm" (mask) : "cc");
71 return (result);
72}
73
74static __inline __pure2 u_int
75bsrl(u_int mask)

Callers 4

pmap_pv_reclaimFunction · 0.85
get_pv_entryFunction · 0.85
ffsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected