Searched refs:SCIF_MAP_KERNEL (Results 1 – 3 of 3) sorted by relevance
123 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()
318 if (reg.flags & SCIF_MAP_KERNEL) { in scif_fdioctl()
72 SCIF_MAP_KERNEL = 0x20, enumerator