Home
last modified time | relevance | path

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

12345

/linux-6.1.9/Documentation/devicetree/bindings/reserved-memory/
Dshared-dma-pool.yaml25 - const: restricted-dma-pool
28 of restricted DMA buffers for a set of devices. The memory
33 restricted DMA is to mitigate the lack of DMA access control
63 const: restricted-dma-pool
91 restricted_dma_reserved: restricted-dma-pool@50000000 {
92 compatible = "restricted-dma-pool";
/linux-6.1.9/drivers/hwmon/
Ddell-smm-hwmon.c109 static bool restricted = true; variable
110 module_param(restricted, bool, 0);
111 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
459 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
499 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
570 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
/linux-6.1.9/Documentation/userspace-api/
Dlandlock.rst158 now restricted and this policy will be enforced on all its subsequently created
353 Access to regular files and directories can be restricted by Landlock,
357 restricted. Likewise, some special kernel filesystems such as nsfs, which can
359 restricted. However, thanks to the `ptrace restrictions`_, access to such
360 sensitive ``/proc`` files are automatically restricted according to domain
378 Kernel memory allocated to create rulesets is accounted and can be restricted
391 from a parent to its hierarchy. Because files are identified and restricted by
Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/linux-6.1.9/arch/arm/boot/dts/
Daspeed-bmc-ibm-everest.dts2512 compatible = "ibm,fsi2spi-restricted";
2529 compatible = "ibm,fsi2spi-restricted";
2656 compatible = "ibm,fsi2spi-restricted";
2673 compatible = "ibm,fsi2spi-restricted";
2800 compatible = "ibm,fsi2spi-restricted";
2817 compatible = "ibm,fsi2spi-restricted";
2944 compatible = "ibm,fsi2spi-restricted";
2961 compatible = "ibm,fsi2spi-restricted";
3088 compatible = "ibm,fsi2spi-restricted";
3105 compatible = "ibm,fsi2spi-restricted";
[all …]
Daspeed-bmc-ibm-rainier.dts406 compatible = "ibm,fsi2spi-restricted";
423 compatible = "ibm,fsi2spi-restricted";
550 compatible = "ibm,fsi2spi-restricted";
567 compatible = "ibm,fsi2spi-restricted";
694 compatible = "ibm,fsi2spi-restricted";
711 compatible = "ibm,fsi2spi-restricted";
838 compatible = "ibm,fsi2spi-restricted";
855 compatible = "ibm,fsi2spi-restricted";
Dste-href-tvk1281618-r3.dtsi134 * data rate needs to be restricted to max 2Mbps which the
/linux-6.1.9/drivers/phy/freescale/
DKconfig49 Only useful for a restricted set of Ethernet protocols.
/linux-6.1.9/Documentation/cdrom/
Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/linux-6.1.9/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-6.1.9/Documentation/userspace-api/media/mediactl/
Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/linux-6.1.9/scripts/coccinelle/api/
Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/linux-6.1.9/Documentation/devicetree/bindings/pci/
Dintel,ixp4xx-pci.yaml45 than 64MB the DMA access has to be restricted to these
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-querycap.rst93 restricted. Refer to each individual subdevice ioctl documentation
/linux-6.1.9/drivers/staging/media/imx/
DTODO44 supported formats should be restricted to match the pixel source transmitting
/linux-6.1.9/samples/
DKconfig163 restricted by a user-defined filesystem access control policy.
236 as mount API and statx(). Note that this is restricted to the x86
/linux-6.1.9/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-6.1.9/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
/linux-6.1.9/Documentation/core-api/
Dgfp_mask-from-fs-io.rst23 abuses when the restricted gfp mask is used "just in case" without a
/linux-6.1.9/Documentation/devicetree/bindings/input/touchscreen/
Dcypress,cy8ctma340.yaml49 needs to be restricted to 2 Mbps.
/linux-6.1.9/include/linux/
Dio_uring_types.h203 unsigned int restricted: 1; member
/linux-6.1.9/Documentation/firmware-guide/acpi/
Dmethod-customizing.rst88 restricted (for example if root is not allowed to load additional
/linux-6.1.9/Documentation/ABI/stable/
Dfirewire-cdev50 operations are restricted to /dev/fw* files that are associated
/linux-6.1.9/Documentation/admin-guide/LSM/
DYama.rst58 1 - restricted ptrace:
/linux-6.1.9/Documentation/dev-tools/kunit/
Dindex.rst45 restricted to things exposed to user-space.

12345