Home
last modified time | relevance | path

Searched refs:get_user_pages_unlocked (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/
H A Dgup.c2404 long get_user_pages_unlocked(unsigned long start, unsigned long nr_pages, in get_user_pages_unlocked() function
2416 EXPORT_SYMBOL(get_user_pages_unlocked);
/openbmc/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c966 gup_rc = get_user_pages_unlocked(mem_region.userspace_addr + memory_size, 1, in ne_set_user_memory_region_ioctl()
/openbmc/linux/include/linux/
H A Dmm.h2458 long get_user_pages_unlocked(unsigned long start, unsigned long nr_pages,
/openbmc/linux/virt/kvm/
H A Dkvm_main.c2573 npages = get_user_pages_unlocked(addr, 1, &page, flags); in hva_to_pfn_slow()