Searched refs:begin_dword_index (Results 1 – 1 of 1) sorted by relevance
2321 unsigned int begin_dword_index = (mark_which_pointer - page_base) / 2; in pin_words() local2323 if (bitmap[begin_dword_index/N_WORD_BITS] in pin_words()2324 & ((uword_t)1 << (begin_dword_index % N_WORD_BITS))) in pin_words()2337 unsigned int end_dword_index = begin_dword_index + size / 2; in pin_words()2339 for (index = begin_dword_index; index < end_dword_index; index++) in pin_words()