1 // SPDX-License-Identifier: GPL-2.0
3 * linux/arch/h8300/mm/memory.c
9 * linux/arch/m68knommu/mm/memory.c
16 * linux/arch/m68k/mm/memory.c
18 * Copyright (C) 1995 Hamish Macdonald
22 #include <linux/kernel.h>
23 #include <linux/string.h>
24 #include <linux/types.h>
26 #include <asm/setup.h>
27 #include <asm/segment.h>
29 #include <asm/traps.h>
32 void cache_clear(unsigned long paddr, int len)
37 void cache_push(unsigned long paddr, int len)
41 void cache_push_v(unsigned long vaddr, int len)
46 * Map some physical address range into the kernel address space.
49 unsigned long kernel_map(unsigned long paddr, unsigned long size,
50 int nocacheflag, unsigned long *memavailp)