#ifdef CONFIG_PROC_VMCORE /* * The kdump kernel has to check whether a pfn of the crashed kernel * was a ballooned page. vmcore is using this function to decide * whether to access a pfn of the crashed kernel. * Returns "false" if the pfn is not backed by a RAM page, the caller may * handle the pfn special in this case.
*/ staticbool xen_vmcore_pfn_is_ram(struct vmcore_cb *cb, unsignedlong pfn)
{ struct xen_hvm_get_mem_type a = {
.domid = DOMID_SELF,
.pfn = pfn,
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.