]> Git Repo - J-linux.git/blob - arch/arm64/include/asm/set_memory.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / arch / arm64 / include / asm / set_memory.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #ifndef _ASM_ARM64_SET_MEMORY_H
4 #define _ASM_ARM64_SET_MEMORY_H
5
6 #include <asm-generic/set_memory.h>
7
8 bool can_set_direct_map(void);
9 #define can_set_direct_map can_set_direct_map
10
11 int set_memory_valid(unsigned long addr, int numpages, int enable);
12
13 int set_direct_map_invalid_noflush(struct page *page);
14 int set_direct_map_default_noflush(struct page *page);
15 bool kernel_page_present(struct page *page);
16
17 #endif /* _ASM_ARM64_SET_MEMORY_H */
This page took 0.027066 seconds and 4 git commands to generate.