Home
last modified time | relevance | path

Searched refs:sys_time (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c87 iwl_mvm_get_crosstimestamp_fw(struct iwl_mvm *mvm, u32 *gp2, u64 *sys_time) in iwl_mvm_get_crosstimestamp_fw() argument
121 *sys_time = (u64)le32_to_cpu(resp->platform_timestamp_hi) << 32 | in iwl_mvm_get_crosstimestamp_fw()
128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop() argument
140 *sys_time = tmp_sys_time; in iwl_mvm_phc_get_crosstimestamp_loop()
144 *gp2, *sys_time); in iwl_mvm_phc_get_crosstimestamp_loop()
161 ktime_t sys_time; in iwl_mvm_phc_get_crosstimestamp() local
172 ret = iwl_mvm_get_crosstimestamp_fw(mvm, &gp2, &sys_time); in iwl_mvm_phc_get_crosstimestamp()
177 iwl_mvm_phc_get_crosstimestamp_loop(mvm, &sys_time, &gp2); in iwl_mvm_phc_get_crosstimestamp()
183 gp2, mvm->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mvm_phc_get_crosstimestamp()
187 xtstamp->sys_realtime = sys_time; in iwl_mvm_phc_get_crosstimestamp()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c168 static inline long sys_time(time_t *t) in sys_time() function
271 t_sys1 = sys_time(&t2_sys1); in test_time()
276 t_sys2 = sys_time(&t2_sys2); in test_time()
/openbmc/linux/sound/soc/intel/avs/
H A Dmessages.c743 struct avs_sys_time sys_time; in avs_ipc_set_system_time() local
748 sys_time.val_l = us & UINT_MAX; in avs_ipc_set_system_time()
749 sys_time.val_u = us >> 32; in avs_ipc_set_system_time()
752 AVS_BASEFW_SYSTEM_TIME, (u8 *)&sys_time, sizeof(sys_time)); in avs_ipc_set_system_time()
/openbmc/linux/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/openbmc/qemu/linux-user/ppc/
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp491 std::chrono::sys_time<usSinceEpoch> date; in dateStringToEpoch()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A Dgcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch307 // Implementation of std::chrono::time_zone::get_info(const sys_time<D>&)
410 + // convert to a sys_time once we know the offset in effect.
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl212 201 common time sys_time
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl212 201 common time sys_time
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl213 201 common time sys_time
/openbmc/linux/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
/openbmc/qemu/linux-user/hppa/
H A Dsyscall.tbl24 13 64 time sys_time
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h206 using sys_time = std::chrono::time_point<std::chrono::system_clock, Duration>; variable
208 using sys_days = sys_time<days>;
209 using sys_seconds = sys_time<std::chrono::seconds>;
4227 operator<<(std::basic_ostream<CharT, Traits>& os, const sys_time<Duration>& tp)
4246 return (os << sys_time<Duration>{ut.time_since_epoch()});
6244 const sys_time<Duration>& tp)
8030 sys_time<Duration>& tp, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,
/openbmc/linux/include/linux/
H A Dsyscalls.h1026 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);