Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dnvram_64.c363 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in zip_oops()
364 oops_hdr->report_length = cpu_to_be16(zipped_len); in zip_oops()
398 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in nvram_pstore_write()
423 struct oops_log_info *oops_hdr; in nvram_pstore_read() local
504 oops_hdr = (struct oops_log_info *)buff; in nvram_pstore_read()
508 length = be16_to_cpu(oops_hdr->version); in nvram_pstore_read()
512 hdr_size = sizeof(*oops_hdr); in nvram_pstore_read()
513 length = be16_to_cpu(oops_hdr->report_length); in nvram_pstore_read()
695 oops_hdr->version = cpu_to_be16(OOPS_HDR_VERSION); in oops_to_nvram()
696 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram()
[all …]

Completed in 5 milliseconds