Home
last modified time | relevance | path

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

/xnu-11215.81.4/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-11215.81.4/bsd/sys/ !
H A Dcommpage.h44 } new_commpage_timeofday_data_t; typedef
/xnu-11215.81.4/osfmk/i386/commpage/ !
H A Dcommpage.c105 static new_commpage_timeofday_data_t *gtod_time_data32 = NULL;
106 static new_commpage_timeofday_data_t *gtod_time_data64 = NULL;
504 new_commpage_timeofday_data_t** gtod_time_data, // &gtod_time_data32 or &gtod_time_data64 in commpage_populate_one()
780 new_commpage_timeofday_data_t *p32 = gtod_time_data32; in commpage_set_timestamp()
781 new_commpage_timeofday_data_t *p64 = gtod_time_data64; in commpage_set_timestamp()
/xnu-11215.81.4/osfmk/arm/ !
H A Dcpu_x86_64_capabilities.h129 new_commpage_timeofday_data_t new_time_data;
/xnu-11215.81.4/osfmk/arm/commpage/ !
H A Dcommpage.c347 new_commpage_timeofday_data_t *commpage_timeofday_datap; in commpage_set_timestamp()
353 …commpage_timeofday_datap = (new_commpage_timeofday_data_t *)(_COMM_PAGE_NEWTIMEOFDAY_DATA + _COMM… in commpage_set_timestamp()