Lines Matching refs:PHYSICAL
103 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()
104 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()
105 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()
108 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()
109 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()
110 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()
134 xctl = timer_get_ctl(PHYSICAL); in guest_validate_irq()
135 timer_set_ctl(PHYSICAL, CTL_IMASK); in guest_validate_irq()
136 xcnt = timer_get_cntct(PHYSICAL); in guest_validate_irq()
137 cval = timer_get_cval(PHYSICAL); in guest_validate_irq()
199 timer_set_ctl(PHYSICAL, CTL_IMASK); in guest_code()