Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dnvram_64.c544 static struct pstore_info nvram_pstore_info = { variable
563 nvram_pstore_info.buf = oops_data; in nvram_pstore_init()
564 nvram_pstore_info.bufsize = oops_data_sz; in nvram_pstore_init()
566 spin_lock_init(&nvram_pstore_info.buf_lock); in nvram_pstore_init()
568 rc = pstore_register(&nvram_pstore_info); in nvram_pstore_init()