Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/nios2/include/uapi/asm/
A Dswab.h23 static inline __attribute__((const)) __u16 __arch_swab16(__u16 x) in __arch_swab16() function
27 #define __arch_swab16 __arch_swab16 macro
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dswab.h36 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
69 #define __arch_swab16 __arch_swab16 macro
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dswab.h21 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
33 #define __arch_swab16 __arch_swab16 macro
/linux-6.3-rc2/arch/ia64/include/uapi/asm/
A Dswab.h29 static __inline__ __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
33 #define __arch_swab16 __arch_swab16 macro
/linux-6.3-rc2/arch/sh/include/uapi/asm/
A Dswab.h26 static inline __attribute_const__ __u16 __arch_swab16(__u16 x) in __arch_swab16() function
35 #define __arch_swab16 __arch_swab16 macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dswab.h29 #define __arch_swab16(x) ((__u16)__arch_swahb32(x)) macro

Completed in 5 milliseconds