Searched refs:user_state (Results 1 – 7 of 7) sorted by relevance
326 offsetof(struct processor, user_state)); in main()
1175 pd->current_state = (switch_to_kernel) ? &pd->system_state : &pd->user_state; in timer_state_event()
282 timer_init(&processor->user_state); in processor_init()714 (uint32_t)(timer_grab(&processor->user_state) / hz_tick_interval); in processor_info()718 uint64_t tval = timer_grab(&processor->user_state) + in processor_info()
397 timer_data_t user_state; member
522 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_USER, user_state); in host_statistics()
478 offsetof(struct processor, user_state)); in main()
2272 pd->current_state = (switch_to_kernel) ? &pd->system_state : &pd->user_state; in timer_state_event()