Home
last modified time | relevance | path

Searched refs:restrictions (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/cxl/
H A Dacpi.c123 static unsigned long cfmws_to_decoder_flags(int restrictions) in cfmws_to_decoder_flags() argument
127 if (restrictions & ACPI_CEDT_CFMWS_RESTRICT_TYPE2) in cfmws_to_decoder_flags()
129 if (restrictions & ACPI_CEDT_CFMWS_RESTRICT_TYPE3) in cfmws_to_decoder_flags()
131 if (restrictions & ACPI_CEDT_CFMWS_RESTRICT_VOLATILE) in cfmws_to_decoder_flags()
133 if (restrictions & ACPI_CEDT_CFMWS_RESTRICT_PMEM) in cfmws_to_decoder_flags()
135 if (restrictions & ACPI_CEDT_CFMWS_RESTRICT_FIXED) in cfmws_to_decoder_flags()
256 cxld->flags = cfmws_to_decoder_flags(cfmws->restrictions); in __cxl_parse_cfmws()
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H A Dcxl.c206 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
221 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
236 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
251 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
266 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
281 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
298 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
314 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
330 .restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c2079 * Check SQE restrictions (opcode and flags).
2087 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()
2090 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()
2091 ctx->restrictions.sqe_flags_required) in io_check_restriction()
2094 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()
2095 ctx->restrictions.sqe_flags_required)) in io_check_restriction()
4146 /* We allow only a single restrictions registration */ in io_register_restrictions()
4147 if (ctx->restrictions.registered) in io_register_restrictions()
4172 ctx->restrictions.register_op); in io_register_restrictions()
4180 __set_bit(res[i].sqe_op, ctx->restrictions in io_register_restrictions()
[all...]
/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A Dqrnnd.S15 # file. (The General Public License restrictions do apply in other
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dudiv-qrnnd.S15 # file. (The General Public License restrictions do apply in other
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h335 struct io_restriction restrictions; member
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c426 struct io_restriction restrictions; member
7138 * Check SQE restrictions (opcode and flags).
7149 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction()
7152 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()
7153 ctx->restrictions.sqe_flags_required) in io_check_restriction()
7156 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()
7157 ctx->restrictions.sqe_flags_required)) in io_check_restriction()
10593 /* We allow only a single restrictions registration */ in io_register_restrictions()
10594 if (ctx->restrictions.registered) in io_register_restrictions()
10619 ctx->restrictions in io_register_restrictions()
[all...]
/kernel/linux/linux-6.6/include/acpi/
H A Dactbl1.h535 u16 restrictions; member
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsetox.S132 | b) Even with the restrictions above,
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsetox.S132 | b) Even with the restrictions above,
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S6790 # b) Even with the restrictions above, #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S6790 # b) Even with the restrictions above, #

Completed in 50 milliseconds