Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
Dpseries.h54 void queue_hotplug_event(struct pseries_hp_errorlog *hp_errlog,
57 int dlpar_memory(struct pseries_hp_errorlog *hp_elog);
59 static inline int dlpar_memory(struct pseries_hp_errorlog *hp_elog) in dlpar_memory()
66 int dlpar_cpu(struct pseries_hp_errorlog *hp_elog);
68 static inline int dlpar_cpu(struct pseries_hp_errorlog *hp_elog) in dlpar_cpu()
Ddlpar.c34 struct pseries_hp_errorlog *errlog;
350 static int handle_dlpar_errorlog(struct pseries_hp_errorlog *hp_elog) in handle_dlpar_errorlog()
404 void queue_hotplug_event(struct pseries_hp_errorlog *hp_errlog, in queue_hotplug_event()
408 struct pseries_hp_errorlog *hp_errlog_copy; in queue_hotplug_event()
410 hp_errlog_copy = kmalloc(sizeof(struct pseries_hp_errorlog), in queue_hotplug_event()
412 memcpy(hp_errlog_copy, hp_errlog, sizeof(struct pseries_hp_errorlog)); in queue_hotplug_event()
428 static int dlpar_parse_resource(char **cmd, struct pseries_hp_errorlog *hp_elog) in dlpar_parse_resource()
448 static int dlpar_parse_action(char **cmd, struct pseries_hp_errorlog *hp_elog) in dlpar_parse_action()
468 static int dlpar_parse_id_type(char **cmd, struct pseries_hp_errorlog *hp_elog) in dlpar_parse_id_type()
542 struct pseries_hp_errorlog *hp_elog; in dlpar_store()
Dras.c219 struct pseries_hp_errorlog *hp_elog; in ras_hotplug_interrupt()
230 hp_elog = (struct pseries_hp_errorlog *)pseries_log->data; in ras_hotplug_interrupt()
Dmobility.c251 struct pseries_hp_errorlog *hp_elog; in prrn_update_node()
Dhotplug-memory.c742 static inline int dlpar_memory_remove(struct pseries_hp_errorlog *hp_elog) in dlpar_memory_remove()
1019 int dlpar_memory(struct pseries_hp_errorlog *hp_elog) in dlpar_memory()
Dhotplug-cpu.c821 int dlpar_cpu(struct pseries_hp_errorlog *hp_elog) in dlpar_cpu()
/arch/powerpc/include/asm/
Drtas.h302 struct pseries_hp_errorlog { struct