global_nvs.asl 354 B

123456789101112131415
  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. #include <asm/acpi/global_nvs.h>
  8. OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
  9. Field(GNVS, ByteAcc, NoLock, Preserve)
  10. {
  11. Offset (0x00),
  12. PCNT, 8, /* processor count */
  13. }