Searched refs:rightshift (Results 1 – 1 of 1) sorted by relevance
77 static inline unsigned long pte_bitop(unsigned long value, unsigned int rightshift, in pte_bitop() argument80 return ((value >> rightshift) & mask) << leftshift; in pte_bitop()