Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/include/arm64/
A Darch_timer.h13 PHYSICAL, enumerator
41 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()
/tools/testing/selftests/kvm/arm64/
A Darch_timer.c41 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()
A Darch_timer_edge_cases.c159 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