// SPDX-License-Identifier: GPL-2.0-or-later /* * AMD Address Translation Library * * prm.c : Plumbing code for ACPI Platform Runtime Mechanism (PRM) * * Information on AMD PRM modules and handlers including the GUIDs and buffer * structures used here are defined in the AMD ACPI Porting Guide in the * chapter "Platform Runtime Mechanism Table (PRMT)" * * Copyright (c) 2024, Advanced Micro Devices, Inc. * All Rights Reserved. * * Author: John Allen <john.allen@amd.com>
*/
#include"internal.h"
#include <linux/prmt.h>
/* * PRM parameter buffer - normalized to system physical address, as described * in the "PRM Parameter Buffer" section of the AMD ACPI Porting Guide.
*/ struct norm_to_sys_param_buf {
u64 norm_addr;
u8 socket;
u64 bank_id; void *out_buf;
} __packed;
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.