Home
last modified time | relevance | path

Searched refs:restrictions (Results 1 – 25 of 119) sorted by relevance

12345

/Linux-v5.4/include/linux/
Dmemory_hotplug.h115 struct mhp_restrictions *restrictions);
133 struct mhp_restrictions *restrictions);
137 unsigned long nr_pages, struct mhp_restrictions *restrictions) in add_pages() argument
139 return __add_pages(nid, start_pfn, nr_pages, restrictions); in add_pages()
143 struct mhp_restrictions *restrictions);
/Linux-v5.4/arch/s390/mm/
Dinit.c270 struct mhp_restrictions *restrictions) in arch_add_memory() argument
276 if (WARN_ON_ONCE(restrictions->altmap)) in arch_add_memory()
283 rc = __add_pages(nid, start_pfn, size_pages, restrictions); in arch_add_memory()
/Linux-v5.4/mm/
Dmemremap.c161 struct mhp_restrictions restrictions = { in memremap_pages() local
275 PHYS_PFN(resource_size(res)), &restrictions); in memremap_pages()
284 &restrictions); in memremap_pages()
292 PHYS_PFN(resource_size(res)), restrictions.altmap); in memremap_pages()
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dmsi.txt22 MSI controllers may have restrictions on permitted payloads.
70 If a device has restrictions on the allocation of MSIs, these restrictions
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-system-xen_cpu20 logic restrictions and assumptions.
/Linux-v5.4/security/safesetid/
DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/Linux-v5.4/arch/powerpc/mm/
Dmem.c108 struct mhp_restrictions *restrictions) in arch_add_memory() argument
125 return __add_pages(nid, start_pfn, nr_pages, restrictions); in arch_add_memory()
/Linux-v5.4/fs/minix/
DKconfig11 because of certain built-in restrictions, but it is sometimes found
/Linux-v5.4/LICENSES/exceptions/
DGCC-exception-2.016 this file. (The General Public License restrictions do apply in other
/Linux-v5.4/arch/sh/mm/
Dinit.c409 struct mhp_restrictions *restrictions) in arch_add_memory() argument
416 ret = __add_pages(nid, start_pfn, nr_pages, restrictions); in arch_add_memory()
/Linux-v5.4/Documentation/gpu/
Dvkms.rst101 Atomic drivers have lots of restrictions which are not exposed to userspace in
107 implement a library of different restrictions.
/Linux-v5.4/Documentation/admin-guide/LSM/
DYama.rst44 restrictions, it can call ``prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, ...)``
74 The original children-only logic was based on the restrictions in grsecurity.
Dapparmor.rst33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
DLoadPin.rst10 restrictions without needing to sign the files individually.
/Linux-v5.4/Documentation/core-api/
Dmemory-allocation.rst83 driver for a device with such restrictions, avoid using these flags.
84 And even with hardware with restrictions it is preferable to use
114 restrictions on which GFP flags can be used with `kvmalloc`; please
/Linux-v5.4/Documentation/devicetree/bindings/pwm/
Dpwm-sifive.txt5 the same period. The period also has significant restrictions on the values
/Linux-v5.4/drivers/dax/
DKconfig22 restrictions that make the mapping behavior deterministic.
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dvf610-nfc.txt17 there might be restrictions on maximum rates when using hardware ECC.
/Linux-v5.4/Documentation/firmware-guide/acpi/
Dacpi-lid.rst22 exceptional buggy platforms, special restrictions and expections should be
23 taken into account. This document describes the restrictions and the
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dcpm.txt40 Ranges must be set up subject to the following restrictions:
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dcpufreq.rst63 board requires and any restrictions being placed on it.
/Linux-v5.4/Documentation/driver-api/
Dedid.rst20 restrictions later on.
/Linux-v5.4/Documentation/networking/
Dfore200e.txt24 in the linux/drivers/atm directory for details and restrictions.
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dpci-rcar-gen2.txt41 defaults to 1GiB at 0x40000000. Note there are hardware restrictions on the
/Linux-v5.4/arch/ia64/mm/
Dinit.c673 struct mhp_restrictions *restrictions) in arch_add_memory() argument
679 ret = __add_pages(nid, start_pfn, nr_pages, restrictions); in arch_add_memory()

12345