Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__INSTR_BSWAP
arch/arm64/include/asm/sysreg.h
66
#define __INSTR_BSWAP(x) (x)
arch/arm64/include/asm/sysreg.h
68
#define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \
tools/arch/arm64/include/asm/sysreg.h
65
#define __INSTR_BSWAP(x) (x)
tools/arch/arm64/include/asm/sysreg.h
67
#define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \