Searched refs:read_sysreg_el0 (Results 1 – 3 of 3) sorted by relevance
153 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()
27 #define read_sysreg_el0(r) read_sysreg_s(r##_EL02) macro61 #define read_sysreg_el0(r) read_sysreg_elx(r, _EL0, _EL02) macro
381 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