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:TEST_BB
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H
A
D
test-thumb.c
308
TEST_BB
("bne 2b")
in kprobe_thumb16_test_cases()
310
TEST_BB
("blt 2b")
in kprobe_thumb16_test_cases()
320
TEST_BB
( "b 2b")
in kprobe_thumb16_test_cases()
748
TEST_BB
("bne.w 2b")
in kprobe_thumb32_test_cases()
750
TEST_BB
("blt.w 2b")
in kprobe_thumb32_test_cases()
790
TEST_BB
( "b.w 2b")
in kprobe_thumb32_test_cases()
794
TEST_BB
( "bl.w 2b")
in kprobe_thumb32_test_cases()
H
A
D
test-arm.c
191
TEST_BB
( "sub pc, pc, #1b-2b+8")
in kprobe_arm_test_cases()
193
TEST_BB
( "sub pc, pc, #1b-2b+8-2") /* UNPREDICTABLE before and after ARMv6 */
in kprobe_arm_test_cases()
1154
TEST_BB
("b 2b")
in kprobe_arm_test_cases()
1155
TEST_BB
("bl 2b")
in kprobe_arm_test_cases()
1159
TEST_BB
("bne 2b")
in kprobe_arm_test_cases()
1160
TEST_BB
("blne 2b")
in kprobe_arm_test_cases()
1164
TEST_BB
("blt 2b")
in kprobe_arm_test_cases()
1165
TEST_BB
("bllt 2b")
in kprobe_arm_test_cases()
H
A
D
test-core.h
328
#define
TEST_BB
(code) \
macro
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H
A
D
test-thumb.c
308
TEST_BB
("bne 2b")
in kprobe_thumb16_test_cases()
310
TEST_BB
("blt 2b")
in kprobe_thumb16_test_cases()
320
TEST_BB
( "b 2b")
in kprobe_thumb16_test_cases()
748
TEST_BB
("bne.w 2b")
in kprobe_thumb32_test_cases()
750
TEST_BB
("blt.w 2b")
in kprobe_thumb32_test_cases()
790
TEST_BB
( "b.w 2b")
in kprobe_thumb32_test_cases()
794
TEST_BB
( "bl.w 2b")
in kprobe_thumb32_test_cases()
H
A
D
test-arm.c
191
TEST_BB
( "sub pc, pc, #1b-2b+8")
in kprobe_arm_test_cases()
193
TEST_BB
( "sub pc, pc, #1b-2b+8-2") /* UNPREDICTABLE before and after ARMv6 */
in kprobe_arm_test_cases()
1154
TEST_BB
("b 2b")
in kprobe_arm_test_cases()
1155
TEST_BB
("bl 2b")
in kprobe_arm_test_cases()
1159
TEST_BB
("bne 2b")
in kprobe_arm_test_cases()
1160
TEST_BB
("blne 2b")
in kprobe_arm_test_cases()
1164
TEST_BB
("blt 2b")
in kprobe_arm_test_cases()
1165
TEST_BB
("bllt 2b")
in kprobe_arm_test_cases()
H
A
D
test-core.h
329
#define
TEST_BB
(code) \
macro
Completed in 8 milliseconds