/Linux-v5.10/drivers/hwmon/ |
D | dell-smm-hwmon.c | 103 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/ |
D | spi-fsi.c | 80 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/ |
D | brcm,sdhci-iproc.txt | 17 restricted to 32bit host accesses to SDHCI registers.
|
/Linux-v5.10/Documentation/cdrom/ |
D | packet-writing.rst | 34 the so called "restricted overwrite" mode. To put a disc in restricted
|
/Linux-v5.10/Documentation/userspace-api/media/mediactl/ |
D | media-controller-model.rst | 25 interact with other entities. Data (not restricted to video) produced
|
/Linux-v5.10/drivers/net/wireless/intersil/orinoco/ |
D | wext.c | 244 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/ |
D | memdup_user.cocci | 3 /// This is a little bit restricted to reduce false positives
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-subdev-querycap.rst | 93 restricted. Refer to each individual subdevice ioctl documentation
|
D | format.rst | 50 simultaneous video capturing may be restricted to the same cropping and
|
/Linux-v5.10/Documentation/userspace-api/ |
D | spec_ctrl.rst | 14 be restricted to a certain set of processes or tasks in controlled
|
/Linux-v5.10/Documentation/arm64/ |
D | cpu-feature-registers.rst | 17 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/ |
D | fake-numa-for-cpusets.rst | 64 /proc/meminfo between the restricted cpuset case above and the unrestricted
|
/Linux-v5.10/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 23 abuses when the restricted gfp mask is used "just in case" without a
|
/Linux-v5.10/Documentation/firmware-guide/acpi/ |
D | method-customizing.rst | 88 restricted (for example if root is not allowed to load additional
|
/Linux-v5.10/Documentation/admin-guide/hw-vuln/ |
D | spectre.rst | 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-v5.10/Documentation/admin-guide/LSM/ |
D | Yama.rst | 58 1 - restricted ptrace:
|
/Linux-v5.10/Documentation/ABI/stable/ |
D | firewire-cdev | 50 operations are restricted to /dev/fw* files that are associated
|
/Linux-v5.10/Documentation/powerpc/ |
D | firmware-assisted-dump.rst | 56 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/ |
D | design.txt | 222 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/ |
D | README | 82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
|
/Linux-v5.10/drivers/net/wireless/ |
D | wl3501_cs.c | 1765 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/ |
D | symbol.c | 931 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/ |
D | dell-smm-hwmon.rst | 97 * restricted:bool
|
/Linux-v5.10/Documentation/vm/ |
D | highmem.rst | 65 page. Since the mapping is restricted to the CPU that issued it, it
|
/Linux-v5.10/samples/ |
D | Kconfig | 198 as mount API and statx(). Note that this is restricted to the x86
|