/linux/Documentation/devicetree/bindings/reserved-memory/ |
A D | shared-dma-pool.yaml | 25 - 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 81 restricted_dma_reserved: restricted-dma-pool@50000000 { 82 compatible = "restricted-dma-pool";
|
/linux/Documentation/userspace-api/ |
A D | landlock.rst | 120 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
|
A D | spec_ctrl.rst | 14 be restricted to a certain set of processes or tasks in controlled
|
/linux/drivers/hwmon/ |
A D | dell-smm-hwmon.c | 97 static bool restricted = true; variable 98 module_param(restricted, bool, 0); 99 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"… 474 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked() 507 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl_unlocked() 600 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
|
/linux/arch/arm/boot/dts/ |
A D | aspeed-bmc-ibm-everest.dts | 2497 compatible = "ibm,fsi2spi-restricted"; 2514 compatible = "ibm,fsi2spi-restricted"; 2641 compatible = "ibm,fsi2spi-restricted"; 2658 compatible = "ibm,fsi2spi-restricted"; 2785 compatible = "ibm,fsi2spi-restricted"; 2802 compatible = "ibm,fsi2spi-restricted"; 2929 compatible = "ibm,fsi2spi-restricted"; 2946 compatible = "ibm,fsi2spi-restricted"; 3073 compatible = "ibm,fsi2spi-restricted"; 3090 compatible = "ibm,fsi2spi-restricted"; [all …]
|
A D | aspeed-bmc-ibm-rainier.dts | 395 compatible = "ibm,fsi2spi-restricted"; 412 compatible = "ibm,fsi2spi-restricted"; 539 compatible = "ibm,fsi2spi-restricted"; 556 compatible = "ibm,fsi2spi-restricted"; 683 compatible = "ibm,fsi2spi-restricted"; 700 compatible = "ibm,fsi2spi-restricted"; 827 compatible = "ibm,fsi2spi-restricted"; 844 compatible = "ibm,fsi2spi-restricted";
|
A D | ste-href-tvk1281618-r3.dtsi | 134 * data rate needs to be restricted to max 2Mbps which the
|
/linux/Documentation/cdrom/ |
A D | packet-writing.rst | 34 the so called "restricted overwrite" mode. To put a disc in restricted
|
/linux/drivers/net/wireless/intersil/orinoco/ |
A 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/Documentation/userspace-api/media/mediactl/ |
A D | media-controller-model.rst | 25 interact with other entities. Data (not restricted to video) produced
|
/linux/scripts/coccinelle/api/ |
A D | memdup_user.cocci | 3 /// This is a little bit restricted to reduce false positives
|
/linux/Documentation/devicetree/bindings/pci/ |
A D | intel,ixp4xx-pci.yaml | 45 than 64MB the DMA access has to be restricted to these
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-subdev-querycap.rst | 93 restricted. Refer to each individual subdevice ioctl documentation
|
A D | format.rst | 50 simultaneous video capturing may be restricted to the same cropping and
|
/linux/samples/ |
A D | Kconfig | 150 restricted by a user-defined filesystem access control policy. 223 as mount API and statx(). Note that this is restricted to the x86
|
/linux/Documentation/arm64/ |
A 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/Documentation/core-api/ |
A D | gfp_mask-from-fs-io.rst | 23 abuses when the restricted gfp mask is used "just in case" without a
|
/linux/Documentation/x86/x86_64/ |
A D | fake-numa-for-cpusets.rst | 64 /proc/meminfo between the restricted cpuset case above and the unrestricted
|
/linux/tools/perf/ |
A D | design.txt | 225 way to request that counting of events be restricted to times when the 229 to request counting of events restricted to guest and host contexts when 253 cpu >= 0: the counter is restricted to a specific CPU
|
/linux/Documentation/powerpc/ |
A 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/Documentation/firmware-guide/acpi/ |
A D | method-customizing.rst | 88 restricted (for example if root is not allowed to load additional
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
A D | cypress,cy8ctma340.yaml | 49 needs to be restricted to 2 Mbps.
|
/linux/Documentation/ABI/stable/ |
A D | firewire-cdev | 50 operations are restricted to /dev/fw* files that are associated
|
/linux/Documentation/admin-guide/LSM/ |
A D | Yama.rst | 58 1 - restricted ptrace:
|
/linux/drivers/net/wireless/ |
A D | wl3501_cs.c | 1767 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()
|