Home
last modified time | relevance | path

Searched defs:__INSTR_BSWAP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h64 #define __INSTR_BSWAP(x) (x) macro
66 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro
/linux/arch/arm64/include/asm/
H A Dsysreg.h65 #define __INSTR_BSWAP(x) (x) macro
67 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro