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:MT_FETCH_TAG
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H
A
D
check_tags_inclusion.c
31
if (!
MT_FETCH_TAG
((uintptr_t)ptr))
in verify_mte_pointer_validity()
59
if (
MT_FETCH_TAG
((uintptr_t)ptr) == tag) {
in check_single_included_tags()
61
MT_FETCH_TAG
((uintptr_t)ptr),
in check_single_included_tags()
91
if (
MT_FETCH_TAG
((uintptr_t)ptr) < tag) {
in check_multiple_included_tags()
93
MT_FETCH_TAG
((uintptr_t)ptr),
in check_multiple_included_tags()
143
if (
MT_FETCH_TAG
((uintptr_t)ptr)) {
in check_none_included_tags()
H
A
D
mte_common_util.h
92
if (tags && !
MT_FETCH_TAG
((uintptr_t)ptr)) {
in check_allocated_memory()
109
if (!
MT_FETCH_TAG
((uintptr_t)ptr)) {
in check_allocated_memory_range()
H
A
D
mte_def.h
49
#define
MT_FETCH_TAG
(x) ((x >> MT_TAG_SHIFT) & (MT_TAG_MASK))
macro
H
A
D
check_child_memory.c
34
parent_tag =
MT_FETCH_TAG
((uintptr_t)ptr);
in check_child_tag_inheritance()
51
child_tag =
MT_FETCH_TAG
((uintptr_t)(mte_get_tag_address(ptr + i)));
in check_child_tag_inheritance()
H
A
D
check_buffer_fill.c
327
MT_FETCH_TAG
((uintptr_t)src) ? true : false);
in check_buffer_by_block_iterate()
329
MT_FETCH_TAG
((uintptr_t)dst) ? true : false);
in check_buffer_by_block_iterate()
356
new_tag =
MT_FETCH_TAG
((uintptr_t)(mte_get_tag_address(ptr + i)));
in compare_memory_tags()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H
A
D
check_tags_inclusion.c
34
if (!
MT_FETCH_TAG
((uintptr_t)ptr))
in verify_mte_pointer_validity()
67
if (
MT_FETCH_TAG
((uintptr_t)ptr) == tag) {
in check_single_included_tags()
69
MT_FETCH_TAG
((uintptr_t)ptr),
in check_single_included_tags()
99
if (
MT_FETCH_TAG
((uintptr_t)ptr) < tag) {
in check_multiple_included_tags()
101
MT_FETCH_TAG
((uintptr_t)ptr),
in check_multiple_included_tags()
155
if (
MT_FETCH_TAG
((uintptr_t)ptr)) {
in check_none_included_tags()
H
A
D
mte_common_util.h
103
if (tags && !
MT_FETCH_TAG
((uintptr_t)ptr)) {
in check_allocated_memory()
120
if (!
MT_FETCH_TAG
((uintptr_t)ptr)) {
in check_allocated_memory_range()
H
A
D
mte_def.h
49
#define
MT_FETCH_TAG
(x) ((x >> MT_TAG_SHIFT) & (MT_TAG_MASK))
macro
H
A
D
check_child_memory.c
34
parent_tag =
MT_FETCH_TAG
((uintptr_t)ptr);
in check_child_tag_inheritance()
51
child_tag =
MT_FETCH_TAG
((uintptr_t)(mte_get_tag_address(ptr + i)));
in check_child_tag_inheritance()
H
A
D
check_buffer_fill.c
327
MT_FETCH_TAG
((uintptr_t)src) ? true : false);
in check_buffer_by_block_iterate()
329
MT_FETCH_TAG
((uintptr_t)dst) ? true : false);
in check_buffer_by_block_iterate()
356
new_tag =
MT_FETCH_TAG
((uintptr_t)(mte_get_tag_address(ptr + i)));
in compare_memory_tags()
Completed in 5 milliseconds