Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.0 9 lines 273 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <stdint.h> 3#include <stdbool.h> 4 5uint64_t pagemap_get_entry(int fd, char *start); 6bool pagemap_is_softdirty(int fd, char *start); 7void clear_softdirty(void); 8uint64_t read_pmd_pagesize(void); 9uint64_t check_huge(void *addr);