xref: /kernel/linux/linux-5.10/arch/loongarch/vdso/vdso.S (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/loongarch/vdso/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2020-2021 Loongson Technology Corporation Limited
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Derived from RISC-V:
68c2ecf20Sopenharmony_ci * Copyright (C) 2014 Regents of the University of California
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#include <linux/init.h>
108c2ecf20Sopenharmony_ci#include <linux/linkage.h>
118c2ecf20Sopenharmony_ci#include <asm/page.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	__PAGE_ALIGNED_DATA
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	.globl vdso_start, vdso_end
168c2ecf20Sopenharmony_ci	.balign PAGE_SIZE
178c2ecf20Sopenharmony_civdso_start:
188c2ecf20Sopenharmony_ci	.incbin "arch/loongarch/vdso/vdso.so"
198c2ecf20Sopenharmony_ci	.balign PAGE_SIZE
208c2ecf20Sopenharmony_civdso_end:
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci	.previous
23

Indexes created Thu Nov 07 10:32:03 CST 2024