Lines Matching +full:- +full:- +full:print +full:- +full:architecture
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2013-2014, Linaro Ltd.
40 (!(entry) || (entry)->header.length < ACPI_MADT_GICC_MIN_LENGTH || \
41 (unsigned long)(entry) + (entry)->header.length > (end))
50 * Table 2: Arm Architecture context loss flags
78 #define acpi_strict 1 /* No out-of-spec workarounds on ARM64 */
107 * obtained from GICC with 0 and not print some error message as well.
119 return acpi_cpu_get_madt_gicc(cpu)->uid; in get_acpi_id_for_cpu()
127 static inline int apei_claim_sea(struct pt_regs *regs) { return -ENOENT; } in apei_claim_sea()
147 return "parking-protocol"; in acpi_get_enable_method()
155 * IA-32 Architecture Corrected Machine Check (CMC) Firmware-First mode
157 * have this IA-32 specific feature on ARM64, this definition is only
172 static inline int arm64_acpi_numa_init(void) { return -ENOSYS; } in arm64_acpi_numa_init()