Searched refs:oops_log_info (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dnvram.h34 struct oops_log_info { struct
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c93 * oops_log_info points to the header. oops_data points to the compressed text.
103 * +- oops_log_info
355 struct oops_log_info *oops_hdr = (struct oops_log_info *)oops_buf;
389 struct oops_log_info *oops_hdr = (struct oops_log_info *) oops_buf;
423 struct oops_log_info *oops_hdr;
504 oops_hdr = (struct oops_log_info *)buff;
598 oops_data = oops_buf + sizeof(struct oops_log_info);
599 oops_data_sz = oops_log_partition.size - sizeof(struct oops_log_info);
[all...]

Completed in 120 milliseconds