Searched refs:SPRN_LDBAR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | subcore-asm.S | 43 mfspr r6, SPRN_LDBAR 76 mtspr SPRN_LDBAR, r6
|
H A D | idle.c | 682 sprs.ldbar = mfspr(SPRN_LDBAR); in power9_idle_stop() 794 mtspr(SPRN_LDBAR, sprs.ldbar); in power9_idle_stop()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | imc-pmu.c | 941 mtspr(SPRN_LDBAR, 0); in thread_imc_mem_alloc() 961 mtspr(SPRN_LDBAR, (mfspr(SPRN_LDBAR) & (~(1UL << 63)))); in ppc_thread_imc_cpu_offline() 1136 mtspr(SPRN_LDBAR, ldbar_value); in thread_imc_event_add() 1192 mtspr(SPRN_LDBAR, (mfspr(SPRN_LDBAR) & (~(1UL << 63)))); in thread_imc_event_del() 1233 mtspr(SPRN_LDBAR, 0); in trace_imc_mem_alloc() 1375 mtspr(SPRN_LDBAR, ldbar_value); in trace_imc_event_add() 1590 mtspr(SPRN_LDBAR, (mfspr(SPRN_LDBAR) & (~(1UL << 63)))); in thread_imc_ldbar_disable()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg.h | 398 #define SPRN_LDBAR 0x352 /* LD Base Address Register */ macro
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_rmhandlers.S | 352 mtspr SPRN_LDBAR, r0
|
H A D | book3s_hv.c | 3833 split_info.ldbar = mfspr(SPRN_LDBAR); in kvmppc_run_core()
|