]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/hexagon/kernel/hexagon_ksyms.c
Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-jammy-kernel.git] / arch / hexagon / kernel / hexagon_ksyms.c
CommitLineData
08dbd0f8 1// SPDX-License-Identifier: GPL-2.0-only
b39e293e
LV
2/*
3 * Export of symbols defined in assembly files and/or libgcc.
4 *
e1858b2a 5 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
b39e293e
LV
6 */
7
e6d19042 8#include <linux/dma-mapping.h>
b39e293e 9#include <asm/hexagon_vm.h>
e6d19042 10#include <asm/io.h>
7c0f6ba6 11#include <linux/uaccess.h>
b39e293e 12
e6d19042
CG
13/* Additional functions */
14EXPORT_SYMBOL(__clear_user_hexagon);
ac4691fa
AV
15EXPORT_SYMBOL(raw_copy_from_user);
16EXPORT_SYMBOL(raw_copy_to_user);
9425172e 17EXPORT_SYMBOL(iounmap);
e6d19042 18EXPORT_SYMBOL(__strnlen_user);
b39e293e
LV
19EXPORT_SYMBOL(__vmgetie);
20EXPORT_SYMBOL(__vmsetie);
e6d19042
CG
21EXPORT_SYMBOL(__vmyield);
22EXPORT_SYMBOL(empty_zero_page);
ac32292c 23EXPORT_SYMBOL(ioremap);
b39e293e
LV
24EXPORT_SYMBOL(memcpy);
25EXPORT_SYMBOL(memset);
26
e6d19042
CG
27/* Additional variables */
28EXPORT_SYMBOL(__phys_offset);
29EXPORT_SYMBOL(_dflt_cache_att);
e6d19042 30
b39e293e
LV
31#define DECLARE_EXPORT(name) \
32 extern void name(void); EXPORT_SYMBOL(name)
33
34/* Symbols found in libgcc that assorted kernel modules need */
35DECLARE_EXPORT(__hexagon_memcpy_likely_aligned_min32bytes_mult8bytes);
36
e6d19042
CG
37/* Additional functions */
38DECLARE_EXPORT(__divsi3);
39DECLARE_EXPORT(__modsi3);
40DECLARE_EXPORT(__udivsi3);
41DECLARE_EXPORT(__umodsi3);
42DECLARE_EXPORT(csum_tcpudp_magic);