1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright (c) 2017 Intel Corporation 4 * 5 * Partially based on global_nvs.asl for other x86 platforms 6 */ 7 8#include <asm/acpi/global_nvs.h> 9 10OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE) 11Field(GNVS, ByteAcc, NoLock, Preserve) 12{ 13 PCNT, 8, /* processor count */ 14} 15