Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dsysreg.h63 #define __INSTR_BSWAP(x) (x) macro
65 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro