Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mic/scif/
Dscif_rma.c123 int kernel = SCIF_MAP_KERNEL & pin->map_flags; in scif_destroy_pinned_pages()
734 if ((!!(window->pinned_pages->map_flags & SCIF_MAP_KERNEL)) && in scif_unregister_window()
1337 if (map_flags & ~(SCIF_MAP_KERNEL | SCIF_MAP_ULIMIT)) in __scif_pin_pages()
1360 if (map_flags & SCIF_MAP_KERNEL) { in __scif_pin_pages()
1373 pinned_pages->map_flags = SCIF_MAP_KERNEL; in __scif_pin_pages()
1606 if (map_flags & ~(SCIF_MAP_FIXED | SCIF_MAP_KERNEL)) in scif_register()
1664 if (!(map_flags & SCIF_MAP_KERNEL)) { in scif_register()
1670 map_flags & (SCIF_MAP_KERNEL | SCIF_MAP_ULIMIT), in scif_register()
Dscif_fd.c318 if (reg.flags & SCIF_MAP_KERNEL) { in scif_fdioctl()
/Linux-v4.19/include/linux/
Dscif.h72 SCIF_MAP_KERNEL = 0x20, enumerator