Home
last modified time | relevance | path

Searched refs:topbit (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-hw.h73 static inline unsigned long GET_BITS(unsigned long val, int bottombit, int topbit) in GET_BITS() argument
75 int total_nr_bits = topbit - bottombit; in GET_BITS()