Searched refs:allowed (Results 26 - 50 of 104) sorted by relevance

12345

/linux-master/arch/arc/include/asm/
H A Dentry-compact.h295 mov lp_count, r9 ;LD to lp_count is not allowed
363 mov lp_count, r9 ;LD to lp_count is not allowed
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c90 .allowed = SCMD_FAILURE_NO_LIMIT,
144 .allowed = HP_SW_RETRIES,
/linux-master/arch/powerpc/platforms/ps3/
H A Dspu.c534 /* Check bits allowed by HV. */
536 static const u64 allowed = ~(MFC_STATE1_LOCAL_STORAGE_DECODE_MASK local
539 BUG_ON((sr1 & allowed) != (spu_pdata(spu)->cache.sr1 & allowed));
/linux-master/fs/proc/
H A Dfd.c79 bool allowed = false; local
85 allowed = ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS);
88 if (!allowed)
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.h144 __make_iopt_iter(allowed)
H A Dio_pagetable.c727 * Splitting/truncating IOVA mappings is not allowed.
758 struct iopt_allowed *allowed; local
763 for (allowed = iopt_allowed_iter_first(iopt, 0, ULONG_MAX); allowed;
764 allowed = iopt_allowed_iter_next(allowed, 0, ULONG_MAX)) {
765 if (iopt_reserved_iter_first(iopt, allowed->node.start,
766 allowed->node.last)) {
1052 /* No area exists that is outside the allowed domain aperture */
/linux-master/arch/powerpc/kvm/
H A Dbooke.c418 int allowed = 0; local
470 allowed = 1;
477 allowed = vcpu->arch.shared->msr & MSR_CE;
478 allowed = allowed && !crit;
483 allowed = vcpu->arch.shared->msr & MSR_ME;
484 allowed = allowed && !crit;
493 allowed = vcpu->arch.shared->msr & MSR_EE;
494 allowed
[all...]
/linux-master/mm/
H A Dmlock.c448 * which is a VM_SPECIAL flag not allowed on VM_LOCKED vmas.
803 int allowed = 0; local
818 allowed = 0;
821 allowed = 1;
824 return allowed;
/linux-master/arch/x86/events/intel/
H A Dpt.c315 u64 allowed, requested; local
324 allowed = intel_pt_validate_hw_cap(PT_CAP_psb_periods);
327 if (requested && (!(allowed & BIT(requested))))
330 allowed = intel_pt_validate_hw_cap(PT_CAP_cycle_thresholds);
333 if (requested && (!(allowed & BIT(requested))))
348 allowed = intel_pt_validate_hw_cap(PT_CAP_mtc_periods);
349 if (!allowed)
355 if (!(allowed & BIT(requested)))
1653 * Sampling is only allowed on snapshot events;
/linux-master/security/selinux/include/
H A Dsecurity.h216 u32 allowed; member in struct:av_decision
236 struct extended_perms_data *allowed; member in struct:extended_perms_decision
/linux-master/security/selinux/ss/
H A Dservices.c162 pol->allow_unknown ? "allowed" : "denied");
209 if (avd->allowed & mapping->perms[i])
214 avd->allowed = result;
571 masked = ~lo_avd.allowed & avd->allowed;
577 avd->allowed &= ~masked;
595 /* if one or more driver has all permissions allowed */
627 avd->allowed = 0;
660 avd->allowed |= node->datum.u.data;
682 if ((constraint->permissions & (avd->allowed))
[all...]
/linux-master/kernel/
H A Duser_namespace.c879 * Return: true if the mapping is allowed, false if not.
1046 /* Validate the user is allowed to use user id's mapped to. */
1173 * be allowed without the establishment of unprivileged mappings.
1259 * is not allowed.
1265 * been enabled by writing the gid_map is not allowed.
1285 bool allowed; local
1291 allowed = ns->gid_map.nr_extents != 0;
1292 /* Is setgroups allowed? */
1293 allowed = allowed
[all...]
/linux-master/fs/btrfs/
H A Dblock-group.c77 u64 allowed = 0; local
94 allowed |= btrfs_raid_array[raid_type].bg_flag;
96 allowed &= flags;
99 if (allowed & BTRFS_BLOCK_GROUP_RAID1C4)
100 allowed = BTRFS_BLOCK_GROUP_RAID1C4;
101 else if (allowed & BTRFS_BLOCK_GROUP_RAID6)
102 allowed = BTRFS_BLOCK_GROUP_RAID6;
103 else if (allowed & BTRFS_BLOCK_GROUP_RAID1C3)
104 allowed = BTRFS_BLOCK_GROUP_RAID1C3;
105 else if (allowed
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_object.c489 u32 allowed = lobj->allowed_domains; local
501 if ((allowed & current_domain) != 0 &&
511 radeon_uvd_force_into_uvd_segment(bo, allowed);
/linux-master/kernel/bpf/
H A Dbpf_lsm.c159 .allowed = bpf_ima_inode_hash_allowed,
178 .allowed = bpf_ima_inode_hash_allowed,
257 /* The set of hooks which are called without pagefaults disabled and are allowed
/linux-master/arch/mips/dec/
H A Dint-handler.S138 and t0,t1 # isolate allowed ones
199 1: and t0,t1 # mask out allowed ones
/linux-master/drivers/scsi/
H A Dscsi_ioctl.c246 * Check if the given command is allowed.
248 * Only a subset of commands are allowed for unprivileged users. Commands used
463 scmd->allowed = 0;
561 scmd->allowed = 5;
567 scmd->allowed = 1;
580 scmd->allowed = 1;
H A Dses.c95 .allowed = SES_RETRIES,
102 .allowed = SES_RETRIES,
152 .allowed = SES_RETRIES,
159 .allowed = SES_RETRIES,
H A Dscsi_error.c55 * Since it is allowed to sleep, it probably should.
119 if (cmd->allowed == SCSI_CMD_RETRIES_NO_LIMIT)
122 return ++cmd->retries <= cmd->allowed;
1358 * allowed to ensure it won't get reissued. If the user
1361 * retries and allowed to the same value.
1363 if (scmd->allowed == SCSI_CMD_RETRIES_NO_LIMIT)
1364 scmd->retries = scmd->allowed = 1;
1366 scmd->retries = scmd->allowed;
2099 scmd->allowed = 5;
H A Dscsi_lib.c260 if (failure->allowed) {
261 if (failure->allowed == SCMD_FAILURE_NO_LIMIT ||
262 ++failure->retries <= failure->allowed)
317 scmd->allowed = ml_retries;
758 if (cmd->allowed == SCSI_CMD_RETRIES_NO_LIMIT)
761 wait_for = (cmd->allowed + 1) * req->timeout;
1696 cmd->allowed = 0;
2273 .allowed = retries,
2734 * It is allowed to call scsi_device_quiesce() multiple times from
2736 * not allowed
[all...]
/linux-master/include/scsi/
H A Dscsi_cmnd.h93 int allowed; member in struct:scsi_cmnd
135 unsigned char *host_scribble; /* The host adapter is allowed to
/linux-master/drivers/cxl/core/
H A Dpci.c351 * It is not allowed by spec for MEM.capable to be set and have 0 legacy
443 int i, rc, allowed; local
466 for (i = 0, allowed = 0; info->mem_enabled && i < info->ranges; i++) {
475 dev_dbg(dev, "DVSEC Range%d allowed by platform\n", i);
477 allowed++;
480 if (!allowed && info->mem_enabled) {
491 * match. If at least one DVSEC range is enabled and allowed, skip HDM
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device_types.h426 /** @d3cold.allowed: Indicates if d3cold is a valid device state */
427 bool allowed; member in struct:xe_device::__anon78
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmd.c62 * is_command_allowed_in_ps - tests if a command is allowed in Power Save mode
66 * returns: 1 if allowed, 0 if not allowed
1413 int allowed = 1; local
1417 allowed = 0;
1423 allowed = 0;
1429 allowed = 0;
1434 if (allowed) {
1520 /* No commands are allowed in Deep Sleep until we toggle the GPIO
1525 lbs_deb_cmd("command not allowed i
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.h83 bool allowed; member in struct:smu_features

Completed in 279 milliseconds

12345