Lines Matching refs:index
69 static inline unsigned long __rpte_to_hidx(real_pte_t rpte, unsigned long index) in __rpte_to_hidx() argument
72 return (rpte.hidx >> (index<<2)) & 0xf; in __rpte_to_hidx()
77 extern bool __rpte_sub_valid(real_pte_t rpte, unsigned long index);
82 #define pte_iterate_hashed_subpages(rpte, psize, vpn, index, shift) \ argument
88 for (index = 0; vpn < __end; index++, \
90 if (!__split || __rpte_sub_valid(rpte, index)) \
147 static inline unsigned int hpte_valid(unsigned char *hpte_slot_array, int index) in hpte_valid() argument
149 return hpte_slot_array[index] & 0x1; in hpte_valid()
153 int index) in hpte_hash_index() argument
155 return hpte_slot_array[index] >> 1; in hpte_hash_index()
159 unsigned int index, unsigned int hidx) in mark_hpte_slot_valid() argument
161 hpte_slot_array[index] = (hidx << 1) | 0x1; in mark_hpte_slot_valid()