Searched refs:PHYSICAL (Results 1 – 3 of 3) sorted by relevance
13 PHYSICAL, enumerator41 case PHYSICAL: in timer_get_cntct()57 case PHYSICAL: in timer_set_cval()72 case PHYSICAL: in timer_get_cval()88 case PHYSICAL: in timer_set_tval()104 case PHYSICAL: in timer_get_tval()120 case PHYSICAL: in timer_set_ctl()135 case PHYSICAL: in timer_get_ctl()
41 timer_set_next_cval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()42 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()43 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()46 timer_set_next_tval_ms(PHYSICAL, test_args.timer_period_ms); in guest_configure_timer_action()47 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()48 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()75 accessor = PHYSICAL; in guest_validate_irq()151 timer_set_ctl(PHYSICAL, CTL_IMASK); in guest_code()
159 timer = PHYSICAL; in guest_irq_handler()832 timer_set_ctl(PHYSICAL, CTL_IMASK); in guest_code()868 if (timer == PHYSICAL) in kvm_set_cntxct()1058 test_vm_create(&vm, &vcpu, PHYSICAL); in main()
Completed in 28 milliseconds