Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 92) sorted by relevance

1234

/Linux-v5.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()
/Linux-v5.10/drivers/spi/
Dspi-fsi.c80 bool restricted; member
295 if (ctx->restricted) { in fsi_spi_sequence_transfer()
597 ctx->restricted = true; in fsi_spi_probe()
600 ctx->restricted = false; in fsi_spi_probe()
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dbrcm,sdhci-iproc.txt17 restricted to 32bit host accesses to SDHCI registers.
/Linux-v5.10/Documentation/cdrom/
Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/Linux-v5.10/drivers/net/wireless/intersil/orinoco/
Dwext.c244 int restricted = priv->wep_restrict; in orinoco_ioctl_setiwencode() local
298 restricted = 0; in orinoco_ioctl_setiwencode()
300 restricted = 1; in orinoco_ioctl_setiwencode()
310 (priv->wep_restrict == restricted) && in orinoco_ioctl_setiwencode()
318 priv->wep_restrict = restricted; in orinoco_ioctl_setiwencode()
/Linux-v5.10/scripts/coccinelle/api/
Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-querycap.rst93 restricted. Refer to each individual subdevice ioctl documentation
Dformat.rst50 simultaneous video capturing may be restricted to the same cropping and
/Linux-v5.10/Documentation/userspace-api/
Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/Linux-v5.10/Documentation/arm64/
Dcpu-feature-registers.rst17 restricted from EL0 and there is no reliable way for an application to
88 Accessing a restricted system register from an application generates an
/Linux-v5.10/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
/Linux-v5.10/Documentation/core-api/
Dgfp_mask-from-fs-io.rst23 abuses when the restricted gfp mask is used "just in case" without a
/Linux-v5.10/Documentation/firmware-guide/acpi/
Dmethod-customizing.rst88 restricted (for example if root is not allowed to load additional
/Linux-v5.10/Documentation/admin-guide/hw-vuln/
Dspectre.rst390 '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-v5.10/Documentation/admin-guide/LSM/
DYama.rst58 1 - restricted ptrace:
/Linux-v5.10/Documentation/ABI/stable/
Dfirewire-cdev50 operations are restricted to /dev/fw* files that are associated
/Linux-v5.10/Documentation/powerpc/
Dfirmware-assisted-dump.rst56 booted with restricted memory. By default, the boot memory
78 boot memory size effectively booting with restricted memory
355 boot successfully when booted with restricted memory.
/Linux-v5.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-v5.10/tools/virtio/virtio-trace/
DREADME82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
/Linux-v5.10/drivers/net/wireless/
Dwl3501_cs.c1765 u8 implemented, restricted, keys[100], len_keys, tocopy; in wl3501_get_encode() local
1777 &restricted, sizeof(restricted)); in wl3501_get_encode()
1780 wrqu->encoding.flags = restricted ? IW_ENCODE_RESTRICTED : in wl3501_get_encode()
/Linux-v5.10/tools/perf/util/
Dsymbol.c931 bool restricted = false; in symbol__restricted_filename() local
937 restricted = strcmp(r, restricted_filename) == 0; in symbol__restricted_filename()
939 return restricted; in symbol__restricted_filename()
943 return restricted; in symbol__restricted_filename()
/Linux-v5.10/Documentation/hwmon/
Ddell-smm-hwmon.rst97 * restricted:bool
/Linux-v5.10/Documentation/vm/
Dhighmem.rst65 page. Since the mapping is restricted to the CPU that issued it, it
/Linux-v5.10/samples/
DKconfig198 as mount API and statx(). Note that this is restricted to the x86

1234