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:uaf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/kmsan/
H
A
D
kmsan.h
159
bool
uaf
)
in kmsan_extra_bits()
161
return (depth << 1) |
uaf
;
in kmsan_extra_bits()
158
kmsan_extra_bits(unsigned int depth, bool
uaf
)
kmsan_extra_bits()
argument
H
A
D
core.c
219
bool
uaf
;
in kmsan_internal_chain_origin()
local
233
uaf
= kmsan_uaf_from_eb(extra_bits);
in kmsan_internal_chain_origin()
245
extra_bits = kmsan_extra_bits(depth,
uaf
);
in kmsan_internal_chain_origin()
/kernel/linux/linux-5.10/kernel/
H
A
D
audit.c
1149
static int audit_set_feature(struct audit_features *
uaf
)
in audit_set_feature()
argument
1162
if (!(feature &
uaf
->mask))
in audit_set_feature()
1166
new_feature =
uaf
->features & feature;
in audit_set_feature()
1167
new_lock = (
uaf
->lock | af.lock) & feature;
in audit_set_feature()
1183
if (!(feature &
uaf
->mask))
in audit_set_feature()
1187
new_feature =
uaf
->features & feature;
in audit_set_feature()
1189
new_lock = (
uaf
->lock | af.lock) & feature;
in audit_set_feature()
/kernel/linux/linux-6.6/kernel/
H
A
D
audit.c
1146
static int audit_set_feature(struct audit_features *
uaf
)
in audit_set_feature()
argument
1159
if (!(feature &
uaf
->mask))
in audit_set_feature()
1163
new_feature =
uaf
->features & feature;
in audit_set_feature()
1164
new_lock = (
uaf
->lock | af.lock) & feature;
in audit_set_feature()
1180
if (!(feature &
uaf
->mask))
in audit_set_feature()
1184
new_feature =
uaf
->features & feature;
in audit_set_feature()
1186
new_lock = (
uaf
->lock | af.lock) & feature;
in audit_set_feature()
Completed in 7 milliseconds