Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/arm64/include/asm/
Dsysreg.h62 #define __INSTR_BSWAP(x) (x) macro
64 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro
/linux-5.19.10/arch/arm64/include/asm/
Dsysreg.h65 #define __INSTR_BSWAP(x) (x) macro
67 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro