Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dnvram.h91 extern int nvram_read_partition(struct nvram_os_partition *part, char *buff,
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dnvram.c161 return nvram_read_partition(&rtas_log_partition, buff, length, in nvram_read_error_log()
/Linux-v4.19/arch/powerpc/kernel/
Dnvram_64.c229 int nvram_read_partition(struct nvram_os_partition *part, char *buff, in nvram_read_partition() function
501 if (nvram_read_partition(part, buff, part->size, &err_type, &id_no)) { in nvram_pstore_read()