/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * (C) Copyright 2020 Hewlett Packard Enterprise Development LP * Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved.
*/
/* * Cross Partition (XP) uv-based functions. * * Architecture specific implementation of common functions. *
*/
staticint
xp_cpu_to_nasid_uv(int cpuid)
{ /* ??? Is this same as sn2 nasid in mach/part bitmaps set up by SAL? */ return UV_PNODE_TO_NASID(uv_cpu_to_pnode(cpuid));
}
staticenum xp_retval
xp_expand_memprotect_uv(unsignedlong phys_addr, unsignedlong size)
{ int ret;
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.