Searched refs:nvram_read_partition (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/powerpc/include/asm/ |
D | nvram.h | 84 extern int nvram_read_partition(struct nvram_os_partition *part, char *buff,
|
/Linux-v6.6/arch/powerpc/platforms/pseries/ |
D | nvram.c | 155 return nvram_read_partition(&rtas_log_partition, buff, length, in nvram_read_error_log()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | nvram_64.c | 219 int nvram_read_partition(struct nvram_os_partition *part, char *buff, in nvram_read_partition() function 491 if (nvram_read_partition(part, buff, part->size, &err_type, &id_no)) { in nvram_pstore_read()
|