Home
last modified time | relevance | path

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

/kvm-unit-tests/powerpc/
H A Dtimebase.c199 mtspr(SPR_HDEC, dec_max); in test_hdec()
203 mtspr(SPR_HDEC, dec_max); in test_hdec()
204 hdec = mfspr(SPR_HDEC); in test_hdec()
209 mtspr(SPR_HDEC, dec_max); in test_hdec()
211 hdec = mfspr(SPR_HDEC); in test_hdec()
215 mtspr(SPR_HDEC, dec_max); in test_hdec()
218 if (mfspr(SPR_HDEC) <= dec_max) { in test_hdec()
223 mtspr(SPR_HDEC, 1); in test_hdec()
228 mtspr(SPR_HDEC, dec_max); in test_hdec()
241 mtspr(SPR_HDEC, -1ULL); in test_hdec()
[all …]
/kvm-unit-tests/lib/powerpc/asm/
H A Dreg.h34 #define SPR_HDEC 0x136 macro