Home
last modified time | relevance | path

Searched refs:bitsperlong (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/tools/power/cpupower/utils/helpers/
Dbitmask.c8 #define bitsperlong (8 * sizeof(unsigned long)) macro
14 #define longsperbits(n) howmany(n, bitsperlong)
64 return (bmp->maskp[n/bitsperlong] >> (n % bitsperlong)) & 1; in _getbit()
74 bmp->maskp[n/bitsperlong] |= 1UL << (n % bitsperlong); in _setbit()
76 bmp->maskp[n/bitsperlong] &= in _setbit()
77 ~(1UL << (n % bitsperlong)); in _setbit()
/linux-3.4.99/include/asm-generic/
Dbitsperlong.h28 #error Inconsistent word size. Check asm/bitsperlong.h
DKbuild2 header-y += bitsperlong.h
DKbuild.asm17 header-y += bitsperlong.h
/linux-3.4.99/arch/arm/include/asm/
DKbuild6 generic-y += bitsperlong.h
/linux-3.4.99/arch/blackfin/include/asm/
DKbuild4 generic-y += bitsperlong.h
/linux-3.4.99/arch/c6x/include/asm/
DKbuild5 generic-y += bitsperlong.h
/linux-3.4.99/arch/unicore32/include/asm/
DKbuild5 generic-y += bitsperlong.h
/linux-3.4.99/arch/openrisc/include/asm/
DKbuild8 generic-y += bitsperlong.h