Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:restrictions
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
acpi.c
123
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
D
cxl.c
206
.
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
D
io_uring.c
2079
* 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
D
qrnnd.S
15
# file. (The General Public License
restrictions
do apply in other
/kernel/linux/linux-6.6/arch/alpha/lib/
H
A
D
udiv-qrnnd.S
15
# file. (The General Public License
restrictions
do apply in other
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
335
struct io_restriction
restrictions
;
member
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
426
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
D
actbl1.h
535
u16
restrictions
;
member
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H
A
D
setox.S
132
| b) Even with the
restrictions
above,
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H
A
D
setox.S
132
| b) Even with the
restrictions
above,
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H
A
D
fplsp.S
6790
# b) Even with the
restrictions
above, #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H
A
D
fplsp.S
6790
# b) Even with the
restrictions
above, #
Completed in 52 milliseconds