Home
last modified time | relevance | path

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

1234

/linux/io_uring/
H A Dregister.c112 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()
159 restrictions->op_registered = true; in io_parse_restrictions()
[all …]
H A Dio_uring.c1672 * Check SQE restrictions (opcode and flags).
1682 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()
1685 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()
1686 ctx->restrictions.sqe_flags_required) in io_check_restriction()
1689 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()
1690 ctx->restrictions.sqe_flags_required)) in io_check_restriction()
2189 if (ctx->restrictions.bpf_filters) { in io_ring_ctx_free()
2191 ctx->restrictions.bpf_filters->filters); in io_ring_ctx_free()
2195 io_put_bpf_filters(&ctx->restrictions); in io_ring_ctx_free()
2953 struct io_restriction *dst = &ctx->restrictions; in io_ctx_restriction_clone()
[all...]
/linux/Documentation/gpu/rfc/
H A Di915_small_bar.rst37 Error Capture restrictions
39 With error capture we have two new restrictions:
/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/Documentation/ABI/testing/
H A Dsysfs-devices-system-xen_cpu20 logic restrictions and assumptions.
/linux/security/safesetid/
H A DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/linux/Documentation/virt/kvm/arm/
H A Dptp_kvm.rst14 endianness restrictions.
/linux/tools/testing/cxl/test/
H A Dcxl.c245 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
260 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
275 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
290 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
305 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
320 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
337 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
353 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
369 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
396 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_DEVMEM |
[all …]
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst62 every DCN has different restrictions; here, we are just trying to provide the
68 AMDGPU imposes restrictions on the use of DRM planes in the driver.
71 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/LICENSES/exceptions/
H A DGCC-exception-2.016 this file. (The General Public License restrictions do apply in other
/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.
H A DLoadPin.rst10 restrictions without needing to sign the files individually.
/linux/LICENSES/deprecated/
H A DZlib20 to the following restrictions:
/linux/fs/minix/
H A DKconfig12 because of certain built-in restrictions, but it is sometimes found
/linux/Documentation/admin-guide/
H A Dedid.rst22 restrictions later on.
H A Dnumastat.rst15 but restrictions such as mempolicies can change that, so there are also two
/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/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/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
/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/devicetree/bindings/soc/fsl/cpm_qe/
H A Dcpm.txt40 Ranges must be set up subject to the following restrictions:
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-querycap.rst94 for a description of which restrictions apply to a read-only sub-device.
H A Dvidioc-decoder-cmd.rst102 - Format restrictions. This field is set by the driver, not the
104 there are no format restrictions or ``V4L2_DEC_START_FMT_GOP`` if
/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/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:

1234