Searched refs:SPRN_LDBAR (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | subcore-asm.S | 43 mfspr r6, SPRN_LDBAR 76 mtspr SPRN_LDBAR, r6
|
| D | idle.c | 679 sprs.ldbar = mfspr(SPRN_LDBAR); in power9_idle_stop() 794 mtspr(SPRN_LDBAR, sprs.ldbar); in power9_idle_stop()
|
| /Linux-v5.4/arch/powerpc/perf/ |
| D | imc-pmu.c | 869 mtspr(SPRN_LDBAR, 0); in thread_imc_mem_alloc() 880 mtspr(SPRN_LDBAR, 0); in ppc_thread_imc_cpu_offline() 1033 mtspr(SPRN_LDBAR, ldbar_value); in thread_imc_event_add() 1066 mtspr(SPRN_LDBAR, 0); in thread_imc_event_del() 1125 mtspr(SPRN_LDBAR, 0); in trace_imc_mem_alloc() 1136 mtspr(SPRN_LDBAR, 0); in ppc_trace_imc_cpu_offline() 1238 mtspr(SPRN_LDBAR, ldbar_value); in trace_imc_event_add() 1245 mtspr(SPRN_LDBAR, 0); in trace_imc_event_add() 1286 mtspr(SPRN_LDBAR, 0); in trace_imc_event_del() 1435 mtspr(SPRN_LDBAR, 0); in thread_imc_ldbar_disable()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | reg.h | 392 #define SPRN_LDBAR 0x352 /* LD Base Address Register */ macro
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv_rmhandlers.S | 373 mtspr SPRN_LDBAR, r0
|
| D | book3s_hv.c | 3180 split_info.ldbar = mfspr(SPRN_LDBAR); in kvmppc_run_core()
|