Home
last modified time | relevance | path

Searched full:restrictions (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/linux/io_uring/
H A Dregister.c108 * Returns number of restrictions parsed and added on success, or < 0 for
112 struct io_restriction *restrictions) in io_parse_restrictions() argument
136 __set_bit(res[i].register_op, restrictions->register_op); in io_parse_restrictions()
137 restrictions->reg_registered = true; in io_parse_restrictions()
142 __set_bit(res[i].sqe_op, restrictions->sqe_op); in io_parse_restrictions()
143 restrictions->op_registered = true; in io_parse_restrictions()
146 restrictions->sqe_flags_allowed = res[i].sqe_flags; in io_parse_restrictions()
147 restrictions->op_registered = true; in io_parse_restrictions()
150 restrictions->sqe_flags_required = res[i].sqe_flags; in io_parse_restrictions()
151 restrictions->op_registered = true; in io_parse_restrictions()
[all …]
/linux/Documentation/driver-api/cxl/platform/example-configurations/
H A Dflexible.rst51 Restrictions : 0006
66 Restrictions : 0006
80 Restrictions : 0006
94 Restrictions : 0006
108 Restrictions : 0006
122 Restrictions : 0006
136 Restrictions : 0006
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst62 every DCN has different restrictions; here, we are just trying to provide the
65 Plane Restrictions
68 AMDGPU imposes restrictions on the use of DRM planes in the driver.
71 restrictions:
83 Cursor Restrictions
86 Before we start to describe some restrictions around cursor and MPO, see the
184 many more restrictions for a multi-display scenario. The below example shows a
/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst22 exceptional buggy platforms, special restrictions and exceptions should be
23 taken into account. This document describes the restrictions and the
27 Restrictions of the returning value of the _LID control method
39 Restrictions of the lid state change notifications
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmsi.txt22 MSI controllers may have restrictions on permitted payloads.
70 If a device has restrictions on the allocation of MSIs, these restrictions
/linux/include/linux/sched/
H A Ddeadline.h65 * We support constrained deadline tasks. However, there are some restrictions
67 * update_dl_entity() to know more about such restrictions.
/linux/Documentation/mm/
H A Dhighmem.rst88 come with restrictions about the pointers validity. Contrary to kmap()
108 restrictions imposed on kmap_local_page(). Furthermore, the code between
134 restrictions imposed on kmap_local_page(). In particular, it is necessary to
141 restrictions on preemption or migration. It comes with an overhead as mapping
/linux/Documentation/gpu/rfc/
H A Di915_small_bar.rst37 Error Capture restrictions
39 With error capture we have two new restrictions:
H A Di915_small_bar.h110 * page-size restrictions (larger than 4K), like for device local-memory.
165 * such there are zero restrictions on where the object can be placed.
/linux/security/integrity/
H A DKconfig79 bool "Enforce Machine Keyring CA Restrictions"
84 on any key added to it. By default no restrictions are in place
/linux/Documentation/admin-guide/LSM/
H A DYama.rst45 restrictions, it can call ``prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, ...)``
75 The original children-only logic was based on the restrictions in grsecurity.
/linux/Documentation/core-api/
H A Dmemory-allocation.rst84 driver for a device with such restrictions, avoid using these flags.
85 And even with hardware with restrictions it is preferable to use
164 will be retried with `vmalloc`. There are restrictions on which GFP
/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst138 Setting the order can only be done if the following restrictions are met:
155 Adding LDPC codes can only be done if the following restrictions are met:
166 Adding Turbo decode can only be done if the following restrictions are met:
186 Bypassing the SD-FEC can only be done if the following restrictions are met:
/linux/arch/m68k/math-emu/
H A Dfp_emu.h21 * required INSTEAD OF the above restrictions. (This clause is
23 * the restrictions contained in a BSD-style copyright.)
H A Dfp_move.S21 * required INSTEAD OF the above restrictions. (This clause is
23 * the restrictions contained in a BSD-style copyright.)
H A Dfp_cond.S21 * required INSTEAD OF the above restrictions. (This clause is
23 * the restrictions contained in a BSD-style copyright.)
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.155 4. Condition Against Further Restrictions; Inbound License Compatibility
58 restrictions on the exercise of rights in the Covered Work granted under
60 restrictions result from Your compliance with conditions or obligations
/linux/security/safesetid/
H A Dlsm.c196 /* Do nothing if there are no setuid restrictions for our old RUID. */ in safesetid_task_fix_setuid()
220 /* Do nothing if there are no setgid restrictions for our old RGID. */ in safesetid_task_fix_setgid()
243 /* Do nothing if there are no setgid restrictions for our old RGID. */ in safesetid_task_fix_setgroups()
H A DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/linux/Documentation/process/
H A Dthreat-model.rst79 number of restrictions (they may not perform actions that have impacts on the
149 * actions performed in user namespace that do not bypass the restrictions
200 and that cannot be chosen by the attacker, or face access restrictions:
/linux/arch/powerpc/include/uapi/asm/
H A Dpapr-vpd.h11 * Restrictions. 79 characters plus nul.
/linux/LICENSES/deprecated/
H A DGPL-1.039 To protect your rights, we need to make restrictions that forbid
41 These restrictions translate to certain responsibilities for you if you
157 terms and conditions. You may not impose any further restrictions on the
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-xen_cpu20 logic restrictions and assumptions.
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst31 set to 1 (i.e. always enforce restrictions).
75 Programs should only enforce consistent restrictions according to the
/linux/rust/syn/
H A Drestriction.rs42 /// Unused, but reserved for RFC 3323 restrictions.
48 // TODO: https://rust-lang.github.io/rfcs/3323-restrictions.html

12345678910>>...17