Searched refs:extract_word_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 226 static inline unsigned int extract_word_offset(unsigned int pattern) in extract_word_offset() function 301 fprintf(f, "Thread %02d: Expected Word offset = %03d\n", tid, extract_word_offset(expected)); in log_anamoly() 302 fprintf(f, "Thread %02d: Observed Word offset = %03d\n", tid, extract_word_offset(observed)); in log_anamoly()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 225 static inline unsigned int extract_word_offset(unsigned int pattern) in extract_word_offset() function 300 fprintf(f, "Thread %02d: Expected Word offset = %03d\n", tid, extract_word_offset(expected)); in log_anamoly() 301 fprintf(f, "Thread %02d: Observed Word offset = %03d\n", tid, extract_word_offset(observed)); in log_anamoly()
|
Completed in 3 milliseconds