Home
last modified time | relevance | path

Searched refs:new_commpage_timeofday_data_t (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/libsyscall/wrappers/
H A D__commpage_gettimeofday.c58 COMM_PAGE_SLOT_TYPE(new_commpage_timeofday_data_t) commpage_timeofday_datap = in __commpage_gettimeofday_internal()
59 COMM_PAGE_SLOT(new_commpage_timeofday_data_t, NEWTIMEOFDAY_DATA); in __commpage_gettimeofday_internal()
/xnu-8020.140.41/osfmk/i386/commpage/
H A Dcommpage.c104 static new_commpage_timeofday_data_t *gtod_time_data32 = NULL;
105 static new_commpage_timeofday_data_t *gtod_time_data64 = NULL;
507 new_commpage_timeofday_data_t** gtod_time_data, // &gtod_time_data32 or &gtod_time_data64 in commpage_populate_one()
742 new_commpage_timeofday_data_t *p32 = gtod_time_data32; in commpage_set_timestamp()
743 new_commpage_timeofday_data_t *p64 = gtod_time_data64; in commpage_set_timestamp()
/xnu-8020.140.41/bsd/sys/
H A Dcommpage.h44 } new_commpage_timeofday_data_t; typedef
/xnu-8020.140.41/osfmk/arm/
H A Dcpu_x86_64_capabilities.h131 new_commpage_timeofday_data_t new_time_data;
/xnu-8020.140.41/osfmk/arm/commpage/
H A Dcommpage.c287 new_commpage_timeofday_data_t *commpage_timeofday_datap; in commpage_set_timestamp()
293 …commpage_timeofday_datap = (new_commpage_timeofday_data_t *)(_COMM_PAGE_NEWTIMEOFDAY_DATA + _COMM… in commpage_set_timestamp()