Home
last modified time | relevance | path

Searched refs:SPR_SPRG0 (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/powerpc/
H A Dspapr_hcall.c31 sprg0_orig = mfspr(SPR_SPRG0); in test_h_set_sprg0()
34 sprg0 = mfspr(SPR_SPRG0); in test_h_set_sprg0()
39 sprg0 = mfspr(SPR_SPRG0); in test_h_set_sprg0()
44 sprg0 = mfspr(SPR_SPRG0); in test_h_set_sprg0()
/kvm-unit-tests/lib/powerpc/asm/
H A Dreg.h19 #define SPR_SPRG0 0x110 macro
/kvm-unit-tests/lib/powerpc/
H A Dprocessor.c49 __current_cpu = (struct cpu *)mfspr(SPR_SPRG0); in do_handle_exception()
H A Dsmp.c44 mtspr(SPR_SPRG0, (unsigned long)cpu); in main_secondary()
H A Dsetup.c236 mtspr(SPR_SPRG0, (unsigned long)cpu); in setup()