Searched refs:time_base_enable (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DAppleCPU.cpp66 this_processor_info.time_base_enable = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.h96 time_base_enable_t time_base_enable; member in struct:ml_processor_info
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.c420 if(in_processor_info->time_base_enable != (void(*)(cpu_id_t, boolean_t ))NULL)
421 proc_info->time_base_enable = in_processor_info->time_base_enable;
423 proc_info->time_base_enable = (void(*)(cpu_id_t, boolean_t ))NULL;
H A Dmachine_routines.h196 time_base_enable_t time_base_enable; member in struct:ml_processor_info
H A Dcpu.c764 if(proc_info->time_base_enable != (void(*)(cpu_id_t, boolean_t ))NULL)
765 proc_info->time_base_enable(proc_info->cpu_id, FALSE);
784 if(proc_info->time_base_enable != (void(*)(cpu_id_t, boolean_t ))NULL)
785 proc_info->time_base_enable(proc_info->cpu_id, TRUE);
H A Dexception.h357 time_base_enable_t time_base_enable; member in struct:per_proc_info

Completed in 33 milliseconds