Searched refs:vmas (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | mm.h | 285 #define get_user_pages(start, nr_pages, gup_flags, pages, vmas) \ argument 300 struct vm_area_struct **vmas) in pin_user_pages() argument 302 return (get_user_pages(start, nr_pages, gup_flags, pages, vmas)); in pin_user_pages() 328 struct vm_area_struct **vmas) in pin_user_pages_remote() argument 331 task, mm, start, nr_pages, gup_flags, pages, vmas); in pin_user_pages_remote()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_page.c | 268 struct page **pages, struct vm_area_struct **vmas) in get_user_pages_remote() argument
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 2660 std::vector<SectionOffset> vmas; in checkSections() local 2663 vmas.push_back({sec, sec->addr}); in checkSections() 2664 checkOverlap("virtual address", vmas, true); in checkSections()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXTHead.td | 725 def TH_SFENCE_VMAS : THCacheInst_rr<0b0000010, "th.sfence.vmas">;
|