Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma.c121 int kernel = SCIF_MAP_KERNEL & pin->map_flags; in scif_destroy_pinned_pages()
732 if ((!!(window->pinned_pages->map_flags & SCIF_MAP_KERNEL)) && in scif_unregister_window()
1335 if (map_flags & ~(SCIF_MAP_KERNEL | SCIF_MAP_ULIMIT)) in __scif_pin_pages()
1358 if (map_flags & SCIF_MAP_KERNEL) { in __scif_pin_pages()
1371 pinned_pages->map_flags = SCIF_MAP_KERNEL; in __scif_pin_pages()
1607 if (map_flags & ~(SCIF_MAP_FIXED | SCIF_MAP_KERNEL)) in scif_register()
1665 if (!(map_flags & SCIF_MAP_KERNEL)) { in scif_register()
1671 map_flags & (SCIF_MAP_KERNEL | SCIF_MAP_ULIMIT), in scif_register()
Dscif_fd.c318 if (reg.flags & SCIF_MAP_KERNEL) { in scif_fdioctl()
/linux-4.4.14/include/linux/
Dscif.h72 SCIF_MAP_KERNEL = 0x20, enumerator