Home
last modified time | relevance | path

Searched refs:NV_GET_FREE_PAGES (Results 1 – 3 of 3) sorted by relevance

/open-nvidia-gpu/kernel-open/nvidia/
H A Dnv-vm.c393 NV_GET_FREE_PAGES(virt_addr, at->order, gfp_mask); in nv_alloc_contig_pages()
546 NV_GET_FREE_PAGES(virt_addr, at->order, gfp_mask); in nv_alloc_system_pages()
H A Dlinux_nvswitch.c2125 NV_GET_FREE_PAGES(nv_gfp_addr, get_order(size), gfp_flags); in nvswitch_os_alloc_contig_memory()
/open-nvidia-gpu/kernel-open/common/inc/
H A Dnv-linux.h613 #define NV_GET_FREE_PAGES(ptr, order, gfp_mask) \ macro