Searched refs:allowed (Results 1 - 25 of 104) sorted by path

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/arch/arc/kernel/
H A Dentry-arcv2.S229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S399 | process is allowed to sleep as a consequence of a page fault during
/linux-master/arch/m68k/ifpsp060/
H A Dos.S65 | The result is that Unix processes are allowed to sleep as a consequence
/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/arch/mips/kernel/
H A Dmips-mt-fpaff.c119 /* Compute new global allowed CPU set if necessary */
162 cpumask_t allowed, mask; local
181 cpumask_or(&allowed, &p->thread.user_cpus_allowed, p->cpus_ptr);
182 cpumask_and(&mask, &allowed, cpu_active_mask);
/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/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/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/arch/x86/kernel/cpu/
H A Dtopology.c417 unsigned int cnta, cntb, cpu, allowed = 1; local
437 allowed = min_t(unsigned int, total, nr_cpu_ids);
440 if (total > allowed)
441 pr_warn("%u possible CPUs exceed the limit of %u\n", total, allowed);
443 assigned = min_t(unsigned int, allowed, assigned);
444 disabled = allowed - assigned;
449 total_cpus = allowed;
450 set_nr_cpu_ids(allowed);
492 for (cpu = 0; cpu < allowed; cpu++) {
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c193 * ple_window: upper bound on the amount of time a guest is allowed to execute
1700 * INT1ICEBRK and INT3, as they are allowed in debug enclaves
1923 * Userspace is allowed to set any supported IA32_FEATURE_CONTROL regardless of
1926 * because userspace set "VMX in SMX", the guest must also be allowed to set it,
2559 u64 allowed; local
2561 rdmsrl(msr, allowed);
2563 return ctl_opt & allowed;
3414 * enabled under SMM. Note, whether or not VMXE is allowed at all,
4337 * 64-bit kernels. It is always zero If neither is allowed, otherwise
4414 * nested virtualization and thus allowed t
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.c1798 bool allowed; local
1810 allowed = true;
1814 allowed = msr_filter->default_allow;
1824 allowed = test_bit(index - start, bitmap);
1832 return allowed;
3077 /* guest entries allowed */
4167 * Userspace is allowed to write '0' to MSRs that KVM reports
4526 * Userspace is allowed to read MSRs that KVM reports as
8827 * Write permission should be allowed since only
13539 * is allowed b
[all...]
/linux-master/crypto/
H A Daf_alg.c150 const u32 allowed = CRYPTO_ALG_KERN_DRIVER_ONLY; local
168 /* If caller uses non-allowed flag, return error. */
169 if ((sa->salg_feat & ~allowed) || (sa->salg_mask & ~allowed))
860 * @min: Set to minimum request size if partial requests are allowed.
/linux-master/drivers/ata/
H A Dlibata-eh.c652 scmd->retries = scmd->allowed;
1072 * is not allowed to perform any operation until the port is
1190 scmd->retries = scmd->allowed;
1201 * SCSI midlayer limits the number of retries to scmd->allowed.
1202 * scmd->allowed is incremented for commands which get retried
1209 scmd->allowed++;
3333 * Making sure retry is allowed at least once and
3338 qc->scsicmd->allowed = max(qc->scsicmd->allowed, 1);
3939 * will not increment scmd->allowed, s
[all...]
/linux-master/drivers/char/
H A Dmem.c136 int allowed, probe; local
141 allowed = page_is_allowed(p >> PAGE_SHIFT);
142 if (!allowed)
146 if (allowed == 2) {
216 int allowed; local
220 allowed = page_is_allowed(p >> PAGE_SHIFT);
221 if (!allowed)
225 if (allowed == 1) {
/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/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c361 data->smu_features[i].allowed =
629 * state tables to the allowed range based
872 if (data->smu_features[i].allowed)
880 "[SetAllowedFeaturesMask] Attempt to set allowed features mask (high) failed!",
886 "[SetAllowedFeaturesMask] Attempt to set allowed features mask (low) failed!",
1056 "[EnableDPMTasks] Failed to set allowed featuresmask!\n",
2069 pr_err("Clock level specified %d is over max allowed %d\n",
2096 pr_err("Clock level specified %d is over max allowed %d\n",
H A Dvega12_hwmgr.h83 bool allowed; member in struct:smu_features
H A Dvega20_hwmgr.c401 data->smu_features[i].allowed =
628 * state tables to the allowed range based
923 if (data->smu_features[i].allowed)
935 "[SetAllowedFeaturesMask] Attempt to set allowed features mask(high) failed!",
941 "[SetAllowedFeaturesMask] Attempt to set allowed features mask (low) failed!",
984 if (data->smu_features[i].allowed && !enabled)
986 else if (!data->smu_features[i].allowed && enabled)
1691 "[EnableDPMTasks] Failed to set allowed featuresmask!\n",
2568 pr_err("Clock level specified %d is over max allowed %d\n",
2595 pr_err("Clock level specified %d is over max allowed
[all...]
H A Dvega20_hwmgr.h96 bool allowed; member in struct:smu_features
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c625 * With SCPM enabled, the allowed featuremasks setting(via
628 * Thus, we just assume all the features are allowed under
632 bitmap_fill(feature->allowed, SMU_FEATURE_MAX);
636 bitmap_zero(feature->allowed, SMU_FEATURE_MAX);
643 bitmap_or(feature->allowed, feature->allowed,
1215 bitmap_zero(smu->smu_feature.allowed, SMU_FEATURE_MAX);
1618 dev_err(adev->dev, "Failed to set driver allowed features mask!\n");
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h396 DECLARE_BITMAP(allowed, SMU_FEATURE_MAX);
604 * @get_allowed_feature_mask: Get allowed feature mask.
654 * @force_clk_levels: Set a range of allowed DPM levels for a clock
657 * &mask: Range of allowed DPM levels.
867 * &pcie_gen_cap: Maximum allowed PCIe generation.
868 * &pcie_width_cap: Maximum allowed PCIe width.
1030 * @set_allowed_mask: Notify the SMU of the features currently allowed
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c754 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) || feature->feature_num < 64) {
759 bitmap_to_arr32(feature_mask, feature->allowed, 64);
1902 * Separate MCLK and SOCCLK soft min/max settings are not allowed
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c785 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) ||
789 bitmap_to_arr32(feature_mask, feature->allowed, 64);
2350 /* Only allowed in manual mode */
2364 "Fine grain setting minimum sclk (%ld) MHz is less than the minimum allowed (%d) MHz\n",
2372 "Fine grain setting maximum sclk (%ld) MHz is greater than the maximum allowed (%d) MHz\n",
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c718 if (bitmap_empty(feature->allowed, SMU_FEATURE_MAX) ||
722 bitmap_to_arr32(feature_mask, feature->allowed, 64);
1703 /* Only allowed in manual mode */
1717 "Fine grain setting minimum sclk (%ld) MHz is less than the minimum allowed (%d) MHz\n",
1725 "Fine grain setting maximum sclk (%ld) MHz is greater than the maximum allowed (%d) MHz\n",

Completed in 492 milliseconds

12345