Home
last modified time | relevance | path

Searched refs:zeropage (Results 1 – 8 of 8) sorted by relevance

/linux/arch/sh/boot/romimage/
H A DMakefile8 targets := vmlinux head.o zeropage.bin piggy.o
24 $(obj)/zeropage.bin: vmlinux FORCE
29 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/zeropage.bin arch/sh/boot/zImage FORCE
/linux/tools/testing/selftests/mm/
H A Duffd-stress.c56 static char *zeropage; variable
280 zeropage = area; in userfaultfd_stress()
281 bzero(zeropage, gopts->page_size); in userfaultfd_stress()
H A Duffd-unit-tests.c878 if (uffdio_zeropage->zeropage != -EEXIST) in retry_uffdio_zeropage()
880 (int64_t)uffdio_zeropage->zeropage); in retry_uffdio_zeropage()
883 (int64_t)uffdio_zeropage->zeropage); in retry_uffdio_zeropage()
897 res = uffdio_zeropage.zeropage; in do_uffdio_zeropage()
1282 DEFINE_MMAP_CHANGING_TEST(zeropage, UFFDIO_ZEROPAGE, zeropage)
/linux/arch/parisc/include/asm/
H A Dpage.h174 #define PAGE0 ((struct zeropage *)absolute_pointer(__PAGE_OFFSET))
/linux/include/uapi/linux/
H A Duserfaultfd.h305 __s64 zeropage; member
/linux/tools/include/uapi/linux/
H A Duserfaultfd.h305 __s64 zeropage; member
/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h395 struct zeropage { struct
/linux/fs/
H A Duserfaultfd.c1676 if (unlikely(put_user(ret, &user_uffdio_zeropage->zeropage))) in userfaultfd_zeropage()
1702 if (unlikely(put_user(ret, &user_uffdio_zeropage->zeropage))) in userfaultfd_zeropage()