Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dnvram_64.c87 * oops_buf[] holds the compressed text, preceded by a oops header.
91 * holding the timestamp. oops_buf[] gets written to NVRAM.
95 * +- oops_buf
108 static char *big_oops_buf, *oops_buf; variable
352 /* Compress the text from big_oops_buf into oops_buf. */
355 struct oops_log_info *oops_hdr = (struct oops_log_info *)oops_buf; in zip_oops()
389 struct oops_log_info *oops_hdr = (struct oops_log_info *) oops_buf; in nvram_pstore_write()
405 rc = nvram_write_os_partition(&oops_log_partition, oops_buf, in nvram_pstore_write()
592 oops_buf = kmalloc(oops_log_partition.size, GFP_KERNEL); in nvram_init_oops_partition()
593 if (!oops_buf) { in nvram_init_oops_partition()
[all...]