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:SEGV_BNDERR
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H
A
D
bad_accesses.c
19
#ifndef
SEGV_BNDERR
20
#define
SEGV_BNDERR
3
macro
62
FAIL_IF(fault_code != SEGV_MAPERR && fault_code !=
SEGV_BNDERR
);
in bad_access()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H
A
D
bad_accesses.c
19
#ifndef
SEGV_BNDERR
20
#define
SEGV_BNDERR
3
macro
62
FAIL_IF(fault_code != SEGV_MAPERR && fault_code !=
SEGV_BNDERR
);
in bad_access()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
siginfo.h
83
/* used when si_code=
SEGV_BNDERR
*/
223
#define
SEGV_BNDERR
3 /* failed address bound checks */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
175
#define
SEGV_BNDERR
3
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
173
#define
SEGV_BNDERR
3
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
173
#define
SEGV_BNDERR
3
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
siginfo.h
87
/* used when si_code=
SEGV_BNDERR
*/
234
#define
SEGV_BNDERR
3 /* failed address bound checks */
macro
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
protection_keys.c
297
#ifndef
SEGV_BNDERR
298
# define
SEGV_BNDERR
3
macro
311
if (si_code ==
SEGV_BNDERR
)
in si_code_str()
312
return "
SEGV_BNDERR
";
in si_code_str()
374
(si->si_code ==
SEGV_BNDERR
)) {
in signal_handler()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
fault.c
671
_exception(SIGSEGV, regs,
SEGV_BNDERR
, regs->dar);
in DEFINE_INTERRUPT_HANDLER()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
protection_keys.c
303
if (si_code ==
SEGV_BNDERR
)
in si_code_str()
304
return "
SEGV_BNDERR
";
in si_code_str()
366
(si->si_code ==
SEGV_BNDERR
)) {
in signal_handler()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
slb.c
897
_exception(SIGSEGV, regs,
SEGV_BNDERR
, ea);
in do_bad_slb_fault()
/kernel/linux/linux-5.10/kernel/
H
A
D
signal.c
1744
info.si_code =
SEGV_BNDERR
;
in force_sig_bnderr()
3175
else if ((sig == SIGSEGV) && (si_code ==
SEGV_BNDERR
))
in siginfo_layout()
/kernel/linux/linux-6.6/kernel/
H
A
D
signal.c
1802
info.si_code =
SEGV_BNDERR
;
in force_sig_bnderr()
3325
else if ((sig == SIGSEGV) && (si_code ==
SEGV_BNDERR
))
in siginfo_layout()
Completed in 23 milliseconds