Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #include <stdint.h>
0003 #include <stdbool.h>
0004 
0005 uint64_t pagemap_get_entry(int fd, char *start);
0006 bool pagemap_is_softdirty(int fd, char *start);
0007 void clear_softdirty(void);
0008 uint64_t read_pmd_pagesize(void);
0009 uint64_t check_huge(void *addr);