Home
last modified time | relevance | path

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

1234

/Linux-v5.15/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt54 - restricted-dma-pool: This indicates a region of memory meant to be
55 used as a pool of restricted DMA buffers for a set of devices. The
59 for synchronization. The main purpose for restricted DMA is to
109 one for restricted dma pool (named restricted_dma_reserved@0x50000000, 64MiB).
143 compatible = "restricted-dma-pool";
/Linux-v5.15/drivers/hwmon/
Ddell-smm-hwmon.c96 static bool restricted = true; variable
97 module_param(restricted, bool, 0);
98 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
473 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
507 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked()
596 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
/Linux-v5.15/Documentation/userspace-api/
Dlandlock.rst120 restricted and this policy will be enforced on all its subsequently created
238 to its hierarchy. Because files are identified and restricted by their
256 Access to regular files and directories can be restricted by Landlock,
260 restricted. Likewise, some special kernel filesystems such as nsfs, which can
262 restricted. However, thanks to the `ptrace restrictions`_, access to such
263 sensitive ``/proc`` files are automatically restricted according to domain
281 Kernel memory allocated to create rulesets is accounted and can be restricted
Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/Linux-v5.15/arch/arm/boot/dts/
Daspeed-bmc-ibm-rainier.dts415 compatible = "ibm,fsi2spi-restricted";
432 compatible = "ibm,fsi2spi-restricted";
559 compatible = "ibm,fsi2spi-restricted";
576 compatible = "ibm,fsi2spi-restricted";
703 compatible = "ibm,fsi2spi-restricted";
720 compatible = "ibm,fsi2spi-restricted";
847 compatible = "ibm,fsi2spi-restricted";
864 compatible = "ibm,fsi2spi-restricted";
Daspeed-bmc-ibm-everest.dts2940 compatible = "ibm,fsi2spi-restricted";
2957 compatible = "ibm,fsi2spi-restricted";
3084 compatible = "ibm,fsi2spi-restricted";
3101 compatible = "ibm,fsi2spi-restricted";
3228 compatible = "ibm,fsi2spi-restricted";
3245 compatible = "ibm,fsi2spi-restricted";
3372 compatible = "ibm,fsi2spi-restricted";
3389 compatible = "ibm,fsi2spi-restricted";
3516 compatible = "ibm,fsi2spi-restricted";
3533 compatible = "ibm,fsi2spi-restricted";
[all …]
Dste-href-tvk1281618-r3.dtsi134 * data rate needs to be restricted to max 2Mbps which the
/Linux-v5.15/Documentation/cdrom/
Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/Linux-v5.15/Documentation/userspace-api/media/mediactl/
Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/Linux-v5.15/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.15/scripts/coccinelle/api/
Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/Linux-v5.15/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.15/samples/
DKconfig132 restricted by a user-defined filesystem access control policy.
205 as mount API and statx(). Note that this is restricted to the x86
/Linux-v5.15/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.15/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
/Linux-v5.15/Documentation/core-api/
Dgfp_mask-from-fs-io.rst23 abuses when the restricted gfp mask is used "just in case" without a
/Linux-v5.15/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.15/Documentation/firmware-guide/acpi/
Dmethod-customizing.rst88 restricted (for example if root is not allowed to load additional
/Linux-v5.15/Documentation/ABI/stable/
Dfirewire-cdev50 operations are restricted to /dev/fw* files that are associated
/Linux-v5.15/Documentation/admin-guide/LSM/
DYama.rst58 1 - restricted ptrace:
/Linux-v5.15/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.15/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.15/tools/virtio/virtio-trace/
DREADME82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
/Linux-v5.15/drivers/net/wireless/
Dwl3501_cs.c1767 u8 implemented, restricted, keys[100], len_keys, tocopy; in wl3501_get_encode() local
1779 &restricted, sizeof(restricted)); in wl3501_get_encode()
1782 wrqu->encoding.flags = restricted ? IW_ENCODE_RESTRICTED : in wl3501_get_encode()

1234