Symbol: pseries_hp_errorlog
arch/powerpc/platforms/pseries/dlpar.c
32
struct pseries_hp_errorlog *errlog;
arch/powerpc/platforms/pseries/dlpar.c
559
static int dlpar_hp_dt(struct pseries_hp_errorlog *phpe)
arch/powerpc/platforms/pseries/dlpar.c
589
int handle_dlpar_errorlog(struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/dlpar.c
627
void queue_hotplug_event(struct pseries_hp_errorlog *hp_errlog)
arch/powerpc/platforms/pseries/dlpar.c
630
struct pseries_hp_errorlog *hp_errlog_copy;
arch/powerpc/platforms/pseries/dlpar.c
646
static int dlpar_parse_resource(char **cmd, struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/dlpar.c
668
static int dlpar_parse_action(char **cmd, struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/dlpar.c
688
static int dlpar_parse_id_type(char **cmd, struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/dlpar.c
762
struct pseries_hp_errorlog hp_elog;
arch/powerpc/platforms/pseries/hotplug-cpu.c
758
int dlpar_cpu(struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/hotplug-memory.c
809
int dlpar_memory(struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/pmem.c
105
int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/pseries.h
59
void queue_hotplug_event(struct pseries_hp_errorlog *hp_errlog);
arch/powerpc/platforms/pseries/pseries.h
60
int handle_dlpar_errorlog(struct pseries_hp_errorlog *hp_errlog);
arch/powerpc/platforms/pseries/pseries.h
63
int dlpar_memory(struct pseries_hp_errorlog *hp_elog);
arch/powerpc/platforms/pseries/pseries.h
64
int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog);
arch/powerpc/platforms/pseries/pseries.h
66
static inline int dlpar_memory(struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/pseries.h
70
static inline int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/pseries.h
77
int dlpar_cpu(struct pseries_hp_errorlog *hp_elog);
arch/powerpc/platforms/pseries/pseries.h
80
static inline int dlpar_cpu(struct pseries_hp_errorlog *hp_elog)
arch/powerpc/platforms/pseries/ras.c
295
struct pseries_hp_errorlog *hp_elog;
arch/powerpc/platforms/pseries/ras.c
306
hp_elog = (struct pseries_hp_errorlog *)pseries_log->data;