HomeSort by relevance Sort by last modified time
    Searched refs:mtspr (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_lmr_regs.c 24 mtspr(SPRN_LMRR, i << 25); // skip size and rsvd bits
25 mtspr(SPRN_LMSER, i);
reg_access_test.c 23 mtspr(SPRN_BESCR, expected);
29 mtspr(SPRN_EBBHR, expected);
multi_counter_test.c 58 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
59 mtspr(SPRN_PMC2, pmc_sample_period(sample_period));
60 mtspr(SPRN_PMC3, pmc_sample_period(sample_period));
61 mtspr(SPRN_PMC4, pmc_sample_period(sample_period));
62 mtspr(SPRN_PMC5, pmc_sample_period(sample_period));
63 mtspr(SPRN_PMC6, pmc_sample_period(sample_period));
ebb_lmr.c 56 mtspr(SPRN_LMSER, *mask);
84 mtspr(SPRN_LMSER, 0);
88 mtspr(SPRN_LMRR, ((unsigned long)test_mem | LM_SIZE));
100 mtspr(SPRN_LMSER, (1UL << 63));
105 mtspr(SPRN_BESCR, mfspr(SPRN_BESCR) | BESCR_LME);
fork_cleanup_test.c 60 mtspr(SPRN_MMCR0, MMCR0_FC);
61 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
ebb.c 40 mtspr(SPRN_MMCR0, (val & ~mmcr0_clear_mask) | MMCR0_PMAE);
43 mtspr(SPRN_BESCRR, BESCR_PMEO);
46 mtspr(SPRN_BESCRS, BESCR_PME);
153 mtspr(SPRN_EBBHR, entry);
296 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) | MMCR0_FC);
303 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC);
310 mtspr(SPRN_BESCR, 0x8000000100000000ull);
317 mtspr(SPRN_BESCRR, BESCR_PME);
381 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
439 mtspr(SPRN_PMC1, 0)
    [all...]
ebb_lmr.h 17 mtspr(SPRN_BESCR, bescr);
pmc56_overflow_test.c 69 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
70 mtspr(SPRN_PMC5, 0);
71 mtspr(SPRN_PMC6, 0);
cycles_with_freeze_test.c 74 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
84 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC);
90 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) | MMCR0_FC);
close_clears_pmcc_test.c 35 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
cycles_with_mmcr2_test.c 46 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
58 mtspr(SPRN_MMCR2, expected[i % 2]);
lost_exception_test.c 51 mtspr(SPRN_PMC4, pmc_sample_period(sample_period));
79 mtspr(SPRN_PMC4, 0xdead);
instruction_count_test.c 35 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC);
41 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) | MMCR0_FC);
128 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC);
cycles_test.c 35 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
no_handler_test.c 39 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
back_to_back_ebbs_test.c 84 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
multi_ebb_procs_test.c 54 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
pmae_handling_test.c 77 mtspr(SPRN_PMC1, pmc_sample_period(sample_period));
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-bookIII.s 53 # NOT-CHECK-BE: mtspr 260, 4 # encoding: [0x7c,0x90,0x43,0xa6]
54 # NOT-CHECK-LE: mtspr 260, 4 # encoding: [0xa6,0x43,0x90,0x7c]
57 # NOT-CHECK-BE: mtspr 261, 4 # encoding: [0x7c,0x91,0x43,0xa6]
58 # NOT-CHECK-LE: mtspr 261, 4 # encoding: [0xa6,0x43,0x91,0x7c]
61 # NOT-CHECK-BE: mtspr 262, 4 # encoding: [0x7c,0x92,0x43,0xa6]
62 # NOT-CHECK-LE: mtspr 262, 4 # encoding: [0xa6,0x43,0x92,0x7c]
65 # NOT-CHECK-BE: mtspr 263, 4 # encoding: [0x7c,0x93,0x43,0xa6]
66 # NOT-CHECK-LE: mtspr 263, 4 # encoding: [0xa6,0x43,0x93,0x7c]
69 # CHECK-BE: mtspr 260, 4 # encoding: [0x7c,0x84,0x43,0xa6]
70 # CHECK-LE: mtspr 260, 4 # encoding: [0xa6,0x43,0x84,0x7c
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
altivec_and_spe.d 11 4: (7d 00 83 a6|a6 83 00 7d) mtspr 512,r8
  /external/linux-kselftest/tools/testing/selftests/powerpc/
reg.h 15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \ macro
  /external/boringssl/linux-ppc64le/crypto/modes/
ghashp8-ppc.S 12 mtspr 256,0
124 mtspr 256,12
137 mtspr 256,0
173 mtspr 256,12
187 mtspr 256,0
289 mtspr 256,12
325 mtspr 256,0
533 mtspr 256,12
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-tmspr.c 54 mtspr(SPRN_TFIAR, tfiar);
60 mtspr(SPRN_TFHAR, tfhar);
  /external/boringssl/linux-ppc64le/crypto/aes/
aesp8-ppc.S 45 mtspr 256,0
275 mtspr 256,12
340 mtspr 256,0
394 mtspr 256,12
407 mtspr 256,0
461 mtspr 256,12
476 mtspr 256,0
622 mtspr 256,12
669 mtspr 256,0
1167 mtspr 256,1
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tilepro/
reloc.s 12 { mtspr external_8a,zero }

Completed in 416 milliseconds

1 2 3