Searched refs:pmscr_el1 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Ddebug-sr.c17 static void __debug_save_spe(u64 *pmscr_el1) argument
22 *pmscr_el1 = 0;
34 *pmscr_el1 = read_sysreg_el1(SYS_PMSCR);
42 static void __debug_restore_spe(u64 pmscr_el1) argument
44 if (!pmscr_el1)
51 write_sysreg_el1(pmscr_el1, SYS_PMSCR);
86 __debug_save_spe(&vcpu->arch.host_debug_state.pmscr_el1);
100 __debug_restore_spe(vcpu->arch.host_debug_state.pmscr_el1);
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h650 u64 pmscr_el1; member in struct:kvm_vcpu_arch::__anon6

Completed in 91 milliseconds