1 // SPDX-License-Identifier: GPL-2.0 1 2 /* 3 * x86-specific bits of KMSAN shadow implement 4 * 5 * Copyright (C) 2022 Google LLC 6 * Author: Alexander Potapenko <glider@google. 7 */ 8 9 #include <asm/cpu_entry_area.h> 10 #include <linux/percpu-defs.h> 11 12 /* 13 * Addresses within the CPU entry area (includ 14 * have struct page entries corresponding to t 15 * handling. 16 * arch_kmsan_get_meta_or_null() (declared in 17 * CPU entry area to addresses in cpu_entry_ar 18 */ 19 DEFINE_PER_CPU(char[CPU_ENTRY_AREA_SIZE], cpu_ 20 DEFINE_PER_CPU(char[CPU_ENTRY_AREA_SIZE], cpu_ 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.