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:cur_mte_cxt
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H
A
D
mte_common_util.c
24
struct mte_fault_cxt
cur_mte_cxt
;
variable
38
if (
cur_mte_cxt
.trig_si_code == si->si_code)
in mte_default_handler()
39
cur_mte_cxt
.fault_valid = true;
in mte_default_handler()
44
if (
cur_mte_cxt
.trig_si_code == si->si_code &&
in mte_default_handler()
45
((
cur_mte_cxt
.trig_range >= 0 &&
in mte_default_handler()
46
addr >= MT_CLEAR_TAG(
cur_mte_cxt
.trig_addr) &&
in mte_default_handler()
47
addr <= (MT_CLEAR_TAG(
cur_mte_cxt
.trig_addr) +
cur_mte_cxt
.trig_range)) ||
in mte_default_handler()
48
(
cur_mte_cxt
.trig_range < 0 &&
in mte_default_handler()
49
addr <= MT_CLEAR_TAG(
cur_mte_cxt
in mte_default_handler()
[all...]
H
A
D
check_buffer_fill.c
46
err =
cur_mte_cxt
.fault_valid;
in check_buffer_by_byte()
84
(
cur_mte_cxt
.fault_valid == false); j--) {
in check_buffer_underflow_by_byte()
104
if (
cur_mte_cxt
.fault_valid == true || last_index != -underflow_range) {
in check_buffer_underflow_by_byte()
119
if (
cur_mte_cxt
.fault_valid == false) {
in check_buffer_underflow_by_byte()
137
if (!
cur_mte_cxt
.fault_valid || (last_index != (-1))) {
in check_buffer_underflow_by_byte()
182
(
cur_mte_cxt
.fault_valid == false); j++) {
in check_buffer_overflow_by_byte()
204
if ((
cur_mte_cxt
.fault_valid == true) ||
in check_buffer_overflow_by_byte()
220
if (
cur_mte_cxt
.fault_valid == false) {
in check_buffer_overflow_by_byte()
238
if (!
cur_mte_cxt
.fault_valid || (last_index != tagged_size)) {
in check_buffer_overflow_by_byte()
307
cur_mte_cxt
in check_buffer_by_block_iterate()
[all...]
H
A
D
check_mmap_options.c
38
if (
cur_mte_cxt
.fault_valid == true)
in check_mte_memory()
44
if (
cur_mte_cxt
.fault_valid == false && tag_check == TAG_CHECK_ON)
in check_mte_memory()
46
if (
cur_mte_cxt
.fault_valid == true && tag_check == TAG_CHECK_OFF)
in check_mte_memory()
52
if (
cur_mte_cxt
.fault_valid == false && tag_check == TAG_CHECK_ON)
in check_mte_memory()
54
if (
cur_mte_cxt
.fault_valid == true && tag_check == TAG_CHECK_OFF)
in check_mte_memory()
78
if (!ptr ||
cur_mte_cxt
.fault_valid == true) {
in check_anonymous_memory_mapping()
115
if (!ptr ||
cur_mte_cxt
.fault_valid == true) {
in check_file_memory_mapping()
H
A
D
check_tags_inclusion.c
28
if (
cur_mte_cxt
.fault_valid)
in verify_mte_pointer_validity()
37
if (!
cur_mte_cxt
.fault_valid)
in verify_mte_pointer_validity()
152
if (
cur_mte_cxt
.fault_valid)
in check_none_included_tags()
156
if (
cur_mte_cxt
.fault_valid)
in check_none_included_tags()
H
A
D
check_user_mem.c
47
if (
cur_mte_cxt
.fault_valid || read_len < len)
in check_usermem_access_fault()
71
!
cur_mte_cxt
.fault_valid && read_len < len) {
in check_usermem_access_fault()
74
!
cur_mte_cxt
.fault_valid && read_len == len) {
in check_usermem_access_fault()
H
A
D
check_child_memory.c
46
if (
cur_mte_cxt
.fault_valid == true) {
in check_child_tag_inheritance()
61
if (
cur_mte_cxt
.fault_valid == false) {
in check_child_tag_inheritance()
68
if (
cur_mte_cxt
.fault_valid == false) {
in check_child_tag_inheritance()
128
if (!ptr ||
cur_mte_cxt
.fault_valid == true) {
in check_child_file_mapping()
H
A
D
mte_common_util.h
39
extern struct mte_fault_cxt
cur_mte_cxt
;
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H
A
D
mte_common_util.c
24
struct mte_fault_cxt
cur_mte_cxt
;
variable
38
if (
cur_mte_cxt
.trig_si_code == si->si_code)
in mte_default_handler()
39
cur_mte_cxt
.fault_valid = true;
in mte_default_handler()
48
if (
cur_mte_cxt
.trig_si_code == si->si_code &&
in mte_default_handler()
49
((
cur_mte_cxt
.trig_range >= 0 &&
in mte_default_handler()
50
addr >= MT_CLEAR_TAG(
cur_mte_cxt
.trig_addr) &&
in mte_default_handler()
51
addr <= (MT_CLEAR_TAG(
cur_mte_cxt
.trig_addr) +
cur_mte_cxt
.trig_range)) ||
in mte_default_handler()
52
(
cur_mte_cxt
.trig_range < 0 &&
in mte_default_handler()
53
addr <= MT_CLEAR_TAG(
cur_mte_cxt
in mte_default_handler()
[all...]
H
A
D
check_buffer_fill.c
46
err =
cur_mte_cxt
.fault_valid;
in check_buffer_by_byte()
84
(!
cur_mte_cxt
.fault_valid); j--) {
in check_buffer_underflow_by_byte()
104
if (
cur_mte_cxt
.fault_valid == true || last_index != -underflow_range) {
in check_buffer_underflow_by_byte()
119
if (
cur_mte_cxt
.fault_valid == false) {
in check_buffer_underflow_by_byte()
137
if (!
cur_mte_cxt
.fault_valid || (last_index != (-1))) {
in check_buffer_underflow_by_byte()
182
(
cur_mte_cxt
.fault_valid == false); j++) {
in check_buffer_overflow_by_byte()
204
if ((
cur_mte_cxt
.fault_valid == true) ||
in check_buffer_overflow_by_byte()
220
if (
cur_mte_cxt
.fault_valid == false) {
in check_buffer_overflow_by_byte()
238
if (!
cur_mte_cxt
.fault_valid || (last_index != tagged_size)) {
in check_buffer_overflow_by_byte()
307
cur_mte_cxt
in check_buffer_by_block_iterate()
[all...]
H
A
D
check_mmap_options.c
38
if (
cur_mte_cxt
.fault_valid == true)
in check_mte_memory()
44
if (
cur_mte_cxt
.fault_valid == false && tag_check == TAG_CHECK_ON)
in check_mte_memory()
46
if (
cur_mte_cxt
.fault_valid == true && tag_check == TAG_CHECK_OFF)
in check_mte_memory()
52
if (
cur_mte_cxt
.fault_valid == false && tag_check == TAG_CHECK_ON)
in check_mte_memory()
54
if (
cur_mte_cxt
.fault_valid == true && tag_check == TAG_CHECK_OFF)
in check_mte_memory()
77
if (!ptr ||
cur_mte_cxt
.fault_valid == true) {
in check_anonymous_memory_mapping()
114
if (!ptr ||
cur_mte_cxt
.fault_valid == true) {
in check_file_memory_mapping()
H
A
D
check_tags_inclusion.c
28
if (
cur_mte_cxt
.fault_valid) {
in verify_mte_pointer_validity()
40
if (!
cur_mte_cxt
.fault_valid) {
in verify_mte_pointer_validity()
164
if (
cur_mte_cxt
.fault_valid)
in check_none_included_tags()
168
if (
cur_mte_cxt
.fault_valid)
in check_none_included_tags()
H
A
D
check_child_memory.c
46
if (
cur_mte_cxt
.fault_valid == true) {
in check_child_tag_inheritance()
61
if (
cur_mte_cxt
.fault_valid == false) {
in check_child_tag_inheritance()
68
if (
cur_mte_cxt
.fault_valid == false) {
in check_child_tag_inheritance()
128
if (!ptr ||
cur_mte_cxt
.fault_valid == true) {
in check_child_file_mapping()
H
A
D
check_user_mem.c
64
if (
cur_mte_cxt
.fault_valid || syscall_len < len)
in check_usermem_access_fault()
118
if (
cur_mte_cxt
.fault_valid) {
in check_usermem_access_fault()
H
A
D
mte_common_util.h
39
extern struct mte_fault_cxt
cur_mte_cxt
;
Completed in 6 milliseconds