HomeSort by relevance Sort by last modified time
    Searched refs:dscr (Results 1 - 10 of 10) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_explicit_test.c 2 * POWER Data Stream Control Register (DSCR) explicit test
4 * This test modifies the DSCR value using mtspr instruction and
21 #include "dscr.h"
25 unsigned long i, dscr = 0; local
28 set_dscr(dscr);
35 dscr++;
36 if (dscr > DSCR_MAX)
37 dscr = 0;
39 set_dscr(dscr);
43 if (cur_dscr != dscr) {
    [all...]
dscr_inherit_test.c 2 * POWER Data Stream Control Register (DSCR) fork test
4 * This testcase modifies the DSCR using mtspr, forks and then
5 * verifies that the child process has the correct changed DSCR
21 #include "dscr.h"
25 unsigned long i, dscr = 0; local
29 set_dscr(dscr);
34 dscr++;
35 if (dscr > DSCR_MAX)
36 dscr = 0;
39 set_dscr_usr(dscr);
    [all...]
dscr_inherit_exec_test.c 2 * POWER Data Stream Control Register (DSCR) fork exec test
4 * This testcase modifies the DSCR using mtspr, forks & execs and
5 * verifies that the child is using the changed DSCR using mfspr.
20 #include "dscr.h"
32 fprintf(stderr, "Parent DSCR %ld was not inherited "
38 fprintf(stderr, "Parent DSCR %ld was not inherited "
47 unsigned long i, dscr = 0; local
51 dscr++;
52 if (dscr > DSCR_MAX)
53 dscr = 0
    [all...]
dscr_default_test.c 2 * POWER Data Stream Control Register (DSCR) default test
4 * This test modifies the system wide default DSCR through
6 * see the correct changed DSCR value immediately.
15 #include "dscr.h"
17 static unsigned long dscr; /* System DSCR default */ variable
35 d = dscr;
46 fprintf(stderr, "thread %ld kernel DSCR should be %ld "
53 fprintf(stderr, "thread %ld user DSCR should be %ld "
71 /* Initial DSCR default *
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace-tar.h 34 unsigned long ppr, unsigned long dscr)
44 if (reg[2] != dscr)
ptrace.h 105 /* TAR, PPR, DSCR */
152 unsigned long ppr, unsigned long dscr)
181 *reg = dscr;
243 unsigned long ppr, unsigned long dscr)
272 *reg = dscr;
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Makefile 4 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \
  /external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile 19 dscr \
  /prebuilts/go/darwin-x86/src/html/
entity.go 134 "Dscr;": '\U0001D49F',
    [all...]
  /prebuilts/go/linux-x86/src/html/
entity.go 134 "Dscr;": '\U0001D49F',
    [all...]

Completed in 156 milliseconds