NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__PPCBIT
sys/arch/powerpc/include/booke/e500reg.h
40
#define __PPCBIT(n) (1 << (31 - (n)))
sys/arch/powerpc/include/booke/e500reg.h
43
#define __PPCBIT(n) __BIT(31-(n))