Home
last modified time | relevance | path

Searched refs:user_state (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.121.3/osfmk/arm/
H A Dgenassym.c326 offsetof(struct processor, user_state)); in main()
H A Dmachine_routines.c1175 pd->current_state = (switch_to_kernel) ? &pd->system_state : &pd->user_state; in timer_state_event()
/xnu-8020.121.3/osfmk/kern/
H A Dprocessor.c282 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()
H A Dprocessor.h397 timer_data_t user_state; member
H A Dhost.c522 GET_TICKS_VALUE_FROM_TIMER(processor, CPU_STATE_USER, user_state); in host_statistics()
/xnu-8020.121.3/osfmk/i386/
H A Dgenassym.c478 offsetof(struct processor, user_state)); in main()
/xnu-8020.121.3/osfmk/arm64/
H A Dmachine_routines.c2272 pd->current_state = (switch_to_kernel) ? &pd->system_state : &pd->user_state; in timer_state_event()