Searched refs:pseries_hp_errorlog (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dpseries.h60 void queue_hotplug_event(struct pseries_hp_errorlog *hp_errlog);
61 int handle_dlpar_errorlog(struct pseries_hp_errorlog *hp_errlog);
64 int dlpar_memory(struct pseries_hp_errorlog *hp_elog);
65 int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog);
67 static inline int dlpar_memory(struct pseries_hp_errorlog *hp_elog)
71 static inline int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog)
78 int dlpar_cpu(struct pseries_hp_errorlog *hp_elog);
81 static inline int dlpar_cpu(struct pseries_hp_errorlog *hp_elog)
H A Ddlpar.c31 struct pseries_hp_errorlog *errlog;
333 int handle_dlpar_errorlog(struct pseries_hp_errorlog *hp_elog)
385 void queue_hotplug_event(struct pseries_hp_errorlog *hp_errlog)
388 struct pseries_hp_errorlog *hp_errlog_copy;
404 static int dlpar_parse_resource(char **cmd, struct pseries_hp_errorlog *hp_elog)
424 static int dlpar_parse_action(char **cmd, struct pseries_hp_errorlog *hp_elog)
444 static int dlpar_parse_id_type(char **cmd, struct pseries_hp_errorlog *hp_elog)
518 struct pseries_hp_errorlog hp_elog;
H A Dpmem.c105 int dlpar_hp_pmem(struct pseries_hp_errorlog *hp_elog)
H A Dras.c295 struct pseries_hp_errorlog *hp_elog;
306 hp_elog = (struct pseries_hp_errorlog *)pseries_log->data;
H A Dhotplug-cpu.c755 int dlpar_cpu(struct pseries_hp_errorlog *hp_elog)
H A Dhotplug-memory.c809 int dlpar_memory(struct pseries_hp_errorlog *hp_elog)
/linux-master/arch/powerpc/include/asm/
H A Drtas-types.h101 struct pseries_hp_errorlog { struct

Completed in 191 milliseconds