Home
last modified time | relevance | path

Searched refs:read_sysreg_el0 (Results 1 – 3 of 3) sorted by relevance

/arch/arm64/kvm/hyp/vhe/
A Dswitch.c153 val = read_sysreg_el0(SYS_CNTP_CVAL); in __deactivate_traps()
274 val = read_sysreg_el0(SYS_CNTP_CTL); in kvm_hyp_handle_timer()
283 val = read_sysreg_el0(SYS_CNTP_CVAL); in kvm_hyp_handle_timer()
300 val = read_sysreg_el0(SYS_CNTV_CTL); in kvm_hyp_handle_timer()
309 val = read_sysreg_el0(SYS_CNTV_CVAL); in kvm_hyp_handle_timer()
/arch/arm64/include/asm/
A Dkvm_hyp.h27 #define read_sysreg_el0(r) read_sysreg_s(r##_EL02) macro
61 #define read_sysreg_el0(r) read_sysreg_elx(r, _EL0, _EL02) macro
/arch/arm64/kvm/
A Darch_timer.c381 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()
385 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()
518 timer_set_ctl(ctx, read_sysreg_el0(SYS_CNTV_CTL)); in timer_save_state()
519 cval = read_sysreg_el0(SYS_CNTV_CVAL); in timer_save_state()
549 timer_set_ctl(ctx, read_sysreg_el0(SYS_CNTP_CTL)); in timer_save_state()
550 cval = read_sysreg_el0(SYS_CNTP_CVAL); in timer_save_state()

Completed in 7 milliseconds