Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 19 of 19) sorted by relevance

/arch/alpha/kernel/
Derr_common.c91 union el_timestamp timestamp; in el_process_header_subpacket() local
109 timestamp.as_int = 0; in el_process_header_subpacket()
116 timestamp = header->by_type.sys_event.timestamp; in el_process_header_subpacket()
123 timestamp = header->by_type.err_halt.timestamp; in el_process_header_subpacket()
129 timestamp.as_int = 0; in el_process_header_subpacket()
143 el_print_timestamp(&timestamp); in el_process_header_subpacket()
169 el_print_timestamp(union el_timestamp *timestamp) in el_print_timestamp() argument
171 if (timestamp->as_int) in el_print_timestamp()
174 timestamp->b.month, timestamp->b.day, in el_print_timestamp()
175 timestamp->b.year, timestamp->b.hour, in el_print_timestamp()
[all …]
Derr_ev7.c254 el_print_timestamp(&packet->by_type.logout.timestamp); in ev7_process_pal_subpacket()
Derr_marvel.c1136 el_print_timestamp(&lf_subpackets->logout->timestamp); in marvel_machine_check()
/arch/alpha/include/asm/
Derr_common.h92 union el_timestamp timestamp; member
99 union el_timestamp timestamp; member
Derr_ev7.h15 union el_timestamp timestamp; member
/arch/s390/include/asm/
Dcpu_mf.h144 unsigned char timestamp[16]; /* 16 - 31 timestamp */ member
298 return *((unsigned long long *) &te->timestamp[1]); in trailer_timestamp()
301 return *((unsigned long long *) &te->timestamp[0]); in trailer_timestamp()
/arch/s390/appldata/
Dappldata_net_sum.c34 u64 timestamp; member
115 net_data->timestamp = get_tod_clock(); in appldata_get_net_sum_data()
Dappldata_mem.c38 u64 timestamp; member
113 mem_data->timestamp = get_tod_clock(); in appldata_get_mem_data()
Dappldata_os.c57 u64 timestamp; member
158 os_data->timestamp = get_tod_clock(); in appldata_get_os_data()
/arch/powerpc/include/asm/
Dnvram.h37 __be64 timestamp; member
Dspu.h131 unsigned long long timestamp; member
/arch/powerpc/kernel/
Dnvram_64.c365 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in zip_oops()
400 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in nvram_pstore_write()
514 record->time.tv_sec = be64_to_cpu(oops_hdr->timestamp); in nvram_pstore_read()
697 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in oops_to_nvram()
/arch/s390/kernel/
Dperf_cpum_cf_diag.c89 unsigned long timestamp; /* 128-191 Timestamp (TOD) */ member
122 store_tod_clock((__u64 *)&te->timestamp); in cf_diag_trailer()
475 trailer_stop->progusage[0] = trailer_start->timestamp; in cf_diag_diffctr()
/arch/x86/kernel/fpu/
Dxstate.c1244 unsigned long timestamp = READ_ONCE(task->thread.fpu.avx512_timestamp); in avx512_status() local
1247 if (!timestamp) { in avx512_status()
1253 delta = (long)(jiffies - timestamp); in avx512_status()
/arch/ia64/include/asm/
Dsal.h333 sal_log_timestamp_t timestamp; /* Timestamp */ member
507 u8 timestamp[4]; member
/arch/nios2/boot/dts/
D10m50_devboard.dts82 timestamp = <1431309290>;
/arch/powerpc/platforms/cell/spufs/
Dsched.c241 spu->timestamp = jiffies; in spu_bind_context()
449 spu->timestamp = jiffies; in spu_unbind_context()
/arch/x86/boot/
Dheader.S462 # timestamp[4]
/arch/powerpc/xmon/
Dxmon.c4026 DUMP_FIELD(spu, "0x%llx", timestamp); in dump_spu_fields()