Home
last modified time | relevance | path

Searched defs:msb (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/x86/
Dsyscall_numbering.c115 static long long probe_syscall(int msb, int lsb) in probe_syscall()
145 static const char *syscall_str(int msb, int start, int end) in syscall_str()
170 static unsigned int _check_for(int msb, int start, int end, long long expect, in _check_for()
208 #define check_for(msb,start,end,expect) \ argument
211 static bool check_zero(int msb, int nr) in check_zero()
216 static bool check_enosys(int msb, int nr) in check_enosys()
249 static void test_syscalls_common(int msb) in test_syscalls_common()
272 static void test_syscalls_with_x32(int msb) in test_syscalls_with_x32()
297 static void test_syscalls_without_x32(int msb) in test_syscalls_without_x32()
317 int msb = msbs[i]; in test_syscall_numbering() local
/tools/perf/util/
Dcs-etm.h216 #define BMVAL(val, lsb, msb) ((val & GENMASK(msb, lsb)) >> lsb) argument
/tools/power/x86/turbostat/
Dturbostat.c1535 unsigned int msb; member
4469 unsigned long pmt_gen_value_mask(unsigned int lsb, unsigned int msb) in pmt_gen_value_mask()
9070 unsigned int lsb, unsigned int msb, unsigned int offset, enum counter_scope scope, in pmt_add_counter()
9642 unsigned int msb; in parse_add_command_pmt() local