Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_rma.c114 int kernel = SCIF_MAP_KERNEL & pin->map_flags; in scif_destroy_pinned_pages()
716 if ((!!(window->pinned_pages->map_flags & SCIF_MAP_KERNEL)) && in scif_unregister_window()
1319 if (map_flags & ~(SCIF_MAP_KERNEL | SCIF_MAP_ULIMIT)) in __scif_pin_pages()
1342 if (map_flags & SCIF_MAP_KERNEL) { in __scif_pin_pages()
1355 pinned_pages->map_flags = SCIF_MAP_KERNEL; in __scif_pin_pages()
1583 if (map_flags & ~(SCIF_MAP_FIXED | SCIF_MAP_KERNEL)) in scif_register()
1641 if (!(map_flags & SCIF_MAP_KERNEL)) { in scif_register()
1647 map_flags & (SCIF_MAP_KERNEL | SCIF_MAP_ULIMIT), in scif_register()
Dscif_fd.c309 if (reg.flags & SCIF_MAP_KERNEL) { in scif_fdioctl()
/Linux-v5.4/include/linux/
Dscif.h72 SCIF_MAP_KERNEL = 0x20, enumerator