Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dnvram_64.c365 struct oops_log_info *oops_hdr = (struct oops_log_info *)oops_buf; in zip_oops() local
373 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in zip_oops()
374 oops_hdr->report_length = cpu_to_be16(zipped_len); in zip_oops()
375 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in zip_oops()
399 struct oops_log_info *oops_hdr = (struct oops_log_info *) oops_buf; in nvram_pstore_write() local
408 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in nvram_pstore_write()
409 oops_hdr->report_length = cpu_to_be16(record->size); in nvram_pstore_write()
410 oops_hdr->timestamp = cpu_to_be64(ktime_get_real_seconds()); in nvram_pstore_write()
416 (int) (sizeof(*oops_hdr) + record->size), err_type, in nvram_pstore_write()
433 struct oops_log_info *oops_hdr; in nvram_pstore_read() local
[all …]