Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_user_test.c23 unsigned long cur_dscr, cur_dscr_usr; in check_dscr() local
25 cur_dscr = get_dscr(); in check_dscr()
27 if (cur_dscr != cur_dscr_usr) { in check_dscr()
29 str, cur_dscr, cur_dscr_usr); in check_dscr()
H A Ddscr_sysfs_thread_test.c17 unsigned long cur_dscr, cur_dscr_usr; in test_thread_dscr() local
19 cur_dscr = get_dscr(); in test_thread_dscr()
22 if (val != cur_dscr) { in test_thread_dscr()
24 sched_getcpu(), val, cur_dscr); in test_thread_dscr()
H A Ddscr_inherit_test.c31 unsigned long cur_dscr, cur_dscr_usr; in dscr_inherit() local
64 cur_dscr = get_dscr(); in dscr_inherit()
65 if (cur_dscr != dscr) { in dscr_inherit()
67 "but is %ld\n", dscr, cur_dscr); in dscr_inherit()
H A Ddscr_inherit_exec_test.c23 unsigned long cur_dscr, cur_dscr_usr; in do_exec() local
25 cur_dscr = get_dscr(); in do_exec()
28 if (cur_dscr != parent_dscr) { in do_exec()