Searched refs:nvram_read_partition (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | nvram.h | 91 extern int nvram_read_partition(struct nvram_os_partition *part, char *buff,
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | nvram.c | 161 return nvram_read_partition(&rtas_log_partition, buff, length, in nvram_read_error_log()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | nvram_64.c | 229 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()
|