Home
last modified time | relevance | path

Searched full:restricted (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/linux-5.10/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c71 #define STG4K3_PLL_MINR_VCO_SC (100000000 >> STG4K3_PLL_SCALER) /* Min VCO rate (restricted) */
72 #define STG4K3_PLL_MAXR_VCO_SC (500000000 >> STG4K3_PLL_SCALER) /* Max VCO rate (restricted) */
73 #define STG4K3_PLL_MINR_VCO 100000000 /* Min VCO rate (restricted) */
75 #define STG4K3_PLL_MAXR_VCO 500000000 /* Max VCO rate (restricted) */
172 * Check it's within restricted VCO range in ProgramClock()
174 * above the restricted range, then test in ProgramClock()
/linux-5.10/arch/powerpc/include/asm/
Dperf_event_fsl_emb.h28 * can hold restricted events, or zero if there are no
29 * restricted events.
/linux-5.10/include/asm-generic/bitops/
Dinstrumented-atomic.h24 * restricted to acting on a single-word quantity.
53 * restricted to acting on a single-word quantity.
/linux-5.10/drivers/spi/
Dspi-fsi.c80 bool restricted; member
295 if (ctx->restricted) { in fsi_spi_sequence_transfer()
596 if (of_device_is_compatible(np, "ibm,fsi2spi-restricted")) { in fsi_spi_probe()
597 ctx->restricted = true; in fsi_spi_probe()
600 ctx->restricted = false; in fsi_spi_probe()
/linux-5.10/include/uapi/xen/
Devtchn.h93 * Once a file descriptor has been restricted it cannot be
94 * de-restricted, and must be closed and re-opened. Event channels
/linux-5.10/arch/x86/include/asm/
Dsync_bitops.h30 * restricted to acting on a single-word quantity.
65 * restricted to acting on a single-word quantity.
/linux-5.10/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
69 Name Unrestricted Restricted
/linux-5.10/Documentation/admin-guide/hw-vuln/
Dspectre.rst207 x86 CPUs with Enhanced Indirect Branch Restricted Speculation
214 attacks on x86, Indirect Branch Restricted Speculation (IBRS) feature
375 - Firmware status: Show if Indirect Branch Restricted Speculation (IBRS) is
390 'IBPB: conditional' Use IBPB on SECCOMP or indirect branch restricted tasks
401 'STIBP: conditional' Use STIBP on SECCOMP or indirect branch restricted tasks
467 On x86, indirect branch restricted speculation is turned on by default
494 speculation restricted by default. Administrators can change
678 branch speculation restricted by default. This behavior can be
689 restricted.
/linux-5.10/arch/powerpc/perf/
Dcore-fsl-emb.c304 * Allocate counters from top-down, so that restricted-capable in fsl_emb_pmu_add()
373 * TODO: if at least one restricted event exists, and we in fsl_emb_pmu_del()
374 * just freed up a non-restricted-capable counter, and in fsl_emb_pmu_del()
375 * there is a restricted-capable counter occupied by in fsl_emb_pmu_del()
376 * a non-restricted event, migrate that event to the in fsl_emb_pmu_del()
/linux-5.10/Documentation/cdrom/
Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dconfig.h2 /* "Cheater" definitions based on restricted Kconfig choices. */
/linux-5.10/include/linux/
Drational.h9 * pll configuration taking into account restricted register size
/linux-5.10/tools/perf/bench/
Dmem-memset-x86-64-asm.S13 * the ELF stack should not be restricted at all and set it RWX.
Dmem-memcpy-x86-64-asm.S18 * the ELF stack should not be restricted at all and set it RWX.
/linux-5.10/Documentation/devicetree/bindings/fsi/
Dibm,fsi2spi.yaml22 - ibm,fsi2spi-restricted
/linux-5.10/drivers/media/i2c/
Daptina-pll.c117 * We can thus iterate over the restricted p1 range defined by the in aptina_pll_calculate()
118 * combination of (1) and (7), and then compute the restricted mf range in aptina_pll_calculate()
/linux-5.10/arch/riscv/include/asm/
Dbitops.h112 * restricted to acting on a single-word quantity.
140 * restricted to acting on a single-word quantity.
/linux-5.10/Documentation/devicetree/bindings/mmc/
Dbrcm,sdhci-iproc.txt17 restricted to 32bit host accesses to SDHCI registers.
/linux-5.10/block/partitions/
Datari.h10 * modified for ICD/Supra partitioning scheme restricted to at most 12
/linux-5.10/drivers/net/fddi/
Ddefza.h458 u32 rtoken_timeout; /* default restricted token timeout
503 u32 rtoken_timeout; /* restricted token timeout
532 u32 rtoken_timeout; /* restricted token timeout */
586 #define FZA_PRH0_TKN_TYPE_RST 0x10 /* use a restricted token */
629 #define FZA_PRH1_TKN_SEND_RST 0x10 /* send a restricted token */
784 uint rtoken_timeout; /* restricted token timeout */
/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/linux-5.10/include/uapi/linux/
Dtiocl.h38 #define TIOCL_GETKMSGREDIRECT 17 /* get the vt the kernel messages are restricted to */
/linux-5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_asm.c220 pr_err("bad LM mode for restricted operands %d\n", in nfp_swreg_to_rereg()
241 pr_err("NNRs used with restricted encoding\n"); in nfp_swreg_to_rereg()
/linux-5.10/tools/perf/
Ddesign.txt222 way to request that counting of events be restricted to times when the
226 to request counting of events restricted to guest and host contexts when
250 cpu >= 0: the counter is restricted to a specific CPU
/linux-5.10/drivers/hwmon/
Ddell-smm-hwmon.c103 static bool restricted = true; variable
104 module_param(restricted, bool, 0);
105 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
464 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
498 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
585 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : bios_machineid, in i8k_proc_show()

12345678910>>...14