![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 0003 #ifndef _ASM_ARM64_SET_MEMORY_H 0004 #define _ASM_ARM64_SET_MEMORY_H 0005 0006 #include <asm-generic/set_memory.h> 0007 0008 bool can_set_direct_map(void); 0009 #define can_set_direct_map can_set_direct_map 0010 0011 int set_memory_valid(unsigned long addr, int numpages, int enable); 0012 0013 int set_direct_map_invalid_noflush(struct page *page); 0014 int set_direct_map_default_noflush(struct page *page); 0015 bool kernel_page_present(struct page *page); 0016 0017 #endif /* _ASM_ARM64_SET_MEMORY_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |