HomeSort by: relevance | last modified time | path
    Searched defs:allowed (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/drm/
drm_vma_manager.c 319 const bool allowed =
323 return allowed;
316 const bool allowed = local in function:drm_vma_node_is_allowed
  /src/bin/dd/
args.c 444 u_int allowed; member in struct:ioflag
492 if ((cp->allowed & flagtype) == 0) {
  /src/sys/dev/dm/
device-mapper.c 116 * to function which I can call, and if the command is allowed for
131 int allowed; member in struct:cmd_function
133 { .cmd = "version", .fn = NULL, .allowed = 1 },
134 { .cmd = "targets", .fn = dm_list_versions_ioctl, .allowed = 1 },
135 { .cmd = "create", .fn = dm_dev_create_ioctl, .allowed = 0 },
136 { .cmd = "info", .fn = dm_dev_status_ioctl, .allowed = 1 },
137 { .cmd = "mknodes", .fn = dm_dev_status_ioctl, .allowed = 1 },
138 { .cmd = "names", .fn = dm_dev_list_ioctl, .allowed = 1 },
139 { .cmd = "suspend", .fn = dm_dev_suspend_ioctl, .allowed = 0 },
140 { .cmd = "remove", .fn = dm_dev_remove_ioctl, .allowed = 0 }
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c 569 u32 allowed = lobj->allowed_domains; local in function:radeon_bo_list_validate
581 if ((allowed & current_domain) != 0 &&
591 radeon_uvd_force_into_uvd_segment(bo, allowed);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/
flask_op.h 58 uint32_t allowed; member in struct:xen_flask_access
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
vega12_hwmgr.h 86 bool allowed; member in struct:smu_features
vega20_hwmgr.h 98 bool allowed; member in struct:smu_features
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 88 * only allowed with the render ring, we can allocate & populate them right
2482 * Assert that neither of those are allowed to run while we
3111 /* NB no one else is allowed to scribble over scratch + 256! */
3770 * we still have the forcewake to be sure that the GPU is not allowed
4102 * used as a workaround for not being allowed to do lite
5011 intel_engine_mask_t allowed, exec; local in function:virtual_bond_execute
5014 allowed = ~to_request(signal)->engine->mask;
5018 allowed &= bond->sibling_mask;
5022 while (!try_cmpxchg(&rq->execution_mask, &exec, exec & allowed))
5026 to_request(signal)->execution_mask &= ~allowed;
    [all...]

Completed in 62 milliseconds