Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dnvram_64.c369 struct oops_log_info *oops_hdr = (struct oops_log_info *)oops_buf; in zip_oops() local
377 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in zip_oops()
378 oops_hdr->report_length = cpu_to_be16(zipped_len); in zip_oops()
379 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in zip_oops()
415 struct oops_log_info *oops_hdr = (struct oops_log_info *) oops_buf; in nvram_pstore_write() local
424 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in nvram_pstore_write()
425 oops_hdr->report_length = cpu_to_be16(size); in nvram_pstore_write()
426 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in nvram_pstore_write()
432 (int) (sizeof(*oops_hdr) + size), err_type, count); in nvram_pstore_write()
450 struct oops_log_info *oops_hdr; in nvram_pstore_read() local
[all …]