1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
12 * Architecture-specific state for a mm_struct.
13 * For the Hexagon Virtual Machine, it can be a copy
14 * of the pointer to the page table base.
17 unsigned long long generation
;
19 struct hexagon_vdso
*vdso
;
22 typedef struct mm_context mm_context_t
;