fixmap.h (d21bd6898336a7892914d308d5e0868f0b863571) fixmap.h (51a0048beb449682d632d0af52a515adb9f9882e)
1/*
2 * fixmap.h: compile-time virtual memory allocation
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1998 Ingo Molnar

--- 44 unchanged lines hidden (view full) ---

53 FIX_TEXT_POKE0,
54
55#ifdef CONFIG_ACPI_APEI_GHES
56 /* Used for GHES mapping from assorted contexts */
57 FIX_APEI_GHES_IRQ,
58 FIX_APEI_GHES_NMI,
59#endif /* CONFIG_ACPI_APEI_GHES */
60
1/*
2 * fixmap.h: compile-time virtual memory allocation
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1998 Ingo Molnar

--- 44 unchanged lines hidden (view full) ---

53 FIX_TEXT_POKE0,
54
55#ifdef CONFIG_ACPI_APEI_GHES
56 /* Used for GHES mapping from assorted contexts */
57 FIX_APEI_GHES_IRQ,
58 FIX_APEI_GHES_NMI,
59#endif /* CONFIG_ACPI_APEI_GHES */
60
61#ifdef CONFIG_UNMAP_KERNEL_AT_EL0
62 FIX_ENTRY_TRAMP_TEXT,
63#define TRAMP_VALIAS (__fix_to_virt(FIX_ENTRY_TRAMP_TEXT))
64#endif /* CONFIG_UNMAP_KERNEL_AT_EL0 */
61 __end_of_permanent_fixed_addresses,
62
63 /*
64 * Temporary boot-time mappings, used by early_ioremap(),
65 * before ioremap() is functional.
66 */
67#define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
68#define FIX_BTMAPS_SLOTS 7

--- 35 unchanged lines hidden ---
65 __end_of_permanent_fixed_addresses,
66
67 /*
68 * Temporary boot-time mappings, used by early_ioremap(),
69 * before ioremap() is functional.
70 */
71#define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE)
72#define FIX_BTMAPS_SLOTS 7

--- 35 unchanged lines hidden ---