Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/hwmon/
Ddell-smm-hwmon.c101 static bool restricted = true; variable
102 module_param(restricted, bool, 0);
103 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
448 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
482 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
569 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : bios_machineid, in i8k_proc_show()
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dbrcm,sdhci-iproc.txt17 restricted to 32bit host accesses to SDHCI registers.
/Linux-v5.4/scripts/coccinelle/api/
Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/Linux-v5.4/Documentation/cdrom/
Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/Linux-v5.4/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.4/Documentation/media/uapi/mediactl/
Dmedia-controller-model.rst32 interact with other entities. Data (not restricted to video) produced
/Linux-v5.4/Documentation/userspace-api/
Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/Linux-v5.4/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.4/Documentation/core-api/
Dgfp_mask-from-fs-io.rst23 abuses when the restricted gfp mask is used "just in case" without a
/Linux-v5.4/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
/Linux-v5.4/Documentation/firmware-guide/acpi/
Dmethod-customizing.rst88 restricted (for example if root is not allowed to load additional
/Linux-v5.4/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.4/Documentation/admin-guide/LSM/
DYama.rst57 1 - restricted ptrace:
DSafeSetID.rst53 For candidate applications that would like to have restricted setid capabilities
/Linux-v5.4/Documentation/ABI/stable/
Dfirewire-cdev44 operations are restricted to /dev/fw* files that are associated
Dsysfs-class-tpm16 visible to the OS, but will only accept a restricted set of
/Linux-v5.4/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.4/Documentation/powerpc/
Dfirmware-assisted-dump.rst56 booted with restricted memory. By default, the boot memory
78 boot memory size effectively booting with restricted memory
335 boot successfully when booted with restricted memory.
/Linux-v5.4/tools/virtio/virtio-trace/
DREADME82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
/Linux-v5.4/samples/
DKconfig169 as mount API and statx(). Note that this is restricted to the x86
/Linux-v5.4/Documentation/media/uapi/v4l/
Dformat.rst57 simultaneous video capturing may be restricted to the same cropping and
/Linux-v5.4/tools/perf/util/
Dsymbol.c904 bool restricted = false; in symbol__restricted_filename() local
910 restricted = strcmp(r, restricted_filename) == 0; in symbol__restricted_filename()
912 return restricted; in symbol__restricted_filename()
916 return restricted; in symbol__restricted_filename()
/Linux-v5.4/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.4/Documentation/devicetree/
Dwriting-schema.rst99 entries than explicitly defined. This can be restricted by defining 'minItems',
/Linux-v5.4/Documentation/vm/
Dhighmem.rst65 page. Since the mapping is restricted to the CPU that issued it, it

1234