Lines Matching +full:data +full:- +full:mapping
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 * struct mips_vdso_image - Details of a VDSO image.
17 * @data: Pointer to VDSO image data (page-aligned).
18 * @size: Size of the VDSO image data (page-aligned).
21 * @mapping: Special mapping structure.
23 * This structure contains details of a VDSO image, including the image data
25 * part of the VDSO build process, aside from the mapping page array, which is
29 void *data; member
35 struct vm_special_mapping mapping; member
39 * The following structures are auto-generated as part of the build for each
54 struct vdso_data data[CS_BASES]; member