Searched refs:as17 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Djump_label.c13 static inline int reassemble_17(int as17) argument
15 return (((as17 & 0x10000) >> 16) |
16 ((as17 & 0x0f800) << 5) |
17 ((as17 & 0x00400) >> 8) |
18 ((as17 & 0x003ff) << 3));
H A Dmodule.c150 static inline int reassemble_17(int as17) argument
152 return (((as17 & 0x10000) >> 16) |
153 ((as17 & 0x0f800) << 5) |
154 ((as17 & 0x00400) >> 8) |
155 ((as17 & 0x003ff) << 3));
/linux-master/arch/parisc/net/
H A Dbpf_jit.h383 static inline unsigned re_assemble_17(unsigned as17) argument
385 return (( (as17 & 0x10000) >> 16)
386 | ((as17 & 0x0f800) << (16 - 11))
387 | ((as17 & 0x00400) >> (10 - 2))
388 | ((as17 & 0x003ff) << (1 + 2)));

Completed in 230 milliseconds