Searched full:sdar (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_p9_perf.c | 62 host_os_sprs->sdar = mfspr(SPRN_SDAR); in switch_pmu_to_guest() 96 mtspr(SPRN_SDAR, vcpu->arch.sdar); in switch_pmu_to_guest() 150 vcpu->arch.sdar = mfspr(SPRN_SDAR); in switch_pmu_to_host() 203 mtspr(SPRN_SDAR, host_os_sprs->sdar); in switch_pmu_to_host()
|
| H A D | book3s_hv.h | 27 unsigned long sdar; member 113 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(sdar, 64, KVMPPC_GSID_SDAR)
|
| H A D | book3s_hv_interrupts.S | 125 /* Clear MMCRA in order to disable SDAR updates */
|
| /linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | mmcra_thresh_marked_sample_test.c | 55 * eligibility, sdar mode and sample mode fields match with in mmcra_thresh_marked_sample()
|
| H A D | misc.c | 37 int ev_mask_sm, ev_shift_sm; //SDAR mode field 433 else if (!strcmp(register_name, "SDAR"))
|
| /linux/arch/powerpc/include/asm/ |
| H A D | switch_to.h | 122 t->thread.sdar = 0; in clear_task_ebb()
|
| H A D | kvm_book3s_asm.h | 108 u64 host_mmcr[7]; /* MMCR 0,1,A, SIAR, SDAR, MMCR2, SIER */
|
| H A D | reg.h | 892 #define MMCRA_SDSYNC 0x80000000UL /* SDAR synced with SIAR */ 901 #define POWER6_MMCRA_SDSYNC 0x0000080000000000ULL /* SDAR/SIAR synced */ 908 #define POWER7P_MMCRA_SDAR_VALID 0x08000000 /* P7+ SDAR contents valid */ 932 #define SIER_SDAR_VALID 0x0200000 /* SDAR contents valid */
|
| H A D | processor.h | 253 unsigned long sdar; member
|
| /linux/arch/powerpc/perf/ |
| H A D | core-book3s.c | 199 * If we're not doing instruction sampling, give them the SDAR 201 * only give them the SDAR if it corresponds to the instruction 634 current->thread.sdar = mfspr(SPRN_SDAR); in ebb_switch_out() 671 mtspr(SPRN_SDAR, current->thread.sdar); in ebb_switch_in() 902 unsigned long sdar, sier, flags; in perf_event_print_debug() local 935 sdar = sier = 0; in perf_event_print_debug() 937 sdar = mfspr(SPRN_SDAR); in perf_event_print_debug() 954 pr_info("SIAR: %016lx SDAR: %016lx SIER: %016lx\n", in perf_event_print_debug() 955 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
|
| /linux/tools/perf/util/perf-regs-arch/ |
| H A D | perf_regs_powerpc.c | 305 return "sdar"; in __perf_reg_name_powerpc()
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | elf.h | 99 #define ELF_NPMU 5 /* includes siar, sdar, sier, mmcr2, mmcr0 */
|