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:retpoline_safe
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
check.h
51
bool
retpoline_safe
;
member
H
A
D
check.c
1055
* insn here. Mark it
retpoline_safe
to avoid the SLS
in annotate_call_site()
1058
insn->
retpoline_safe
= true;
in annotate_call_site()
1104
insn->
retpoline_safe
= true;
in add_retpoline_call()
1125
insn->
retpoline_safe
= true;
in add_return_call()
1842
sec = find_section_by_name(file->elf, ".rela.discard.
retpoline_safe
");
in read_retpoline_hints()
1854
WARN("bad .discard.
retpoline_safe
entry");
in read_retpoline_hints()
1862
WARN_FUNC("
retpoline_safe
hint not an indirect jump/call/ret/nop",
in read_retpoline_hints()
1867
insn->
retpoline_safe
= true;
in read_retpoline_hints()
2973
if (sls && !insn->
retpoline_safe
&&
in validate_branch()
3021
if (sls && !insn->
retpoline_safe
in validate_branch()
[all...]
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
check.h
62
retpoline_safe
: 1,
member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
nospec-branch.h
99
.pushsection .discard.
retpoline_safe
202
".pushsection .discard.
retpoline_safe
\n\t" \
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
nospec-branch.h
198
.pushsection .discard.
retpoline_safe
347
".pushsection .discard.
retpoline_safe
\n\t" \
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
1397
* insn here. Mark it
retpoline_safe
to avoid the SLS
in annotate_call_site()
1400
insn->
retpoline_safe
= true;
in annotate_call_site()
1470
insn->
retpoline_safe
= true;
in add_retpoline_call()
1491
insn->
retpoline_safe
= true;
in add_return_call()
2325
rsec = find_section_by_name(file->elf, ".rela.discard.
retpoline_safe
");
in read_retpoline_hints()
2337
WARN("bad .discard.
retpoline_safe
entry");
in read_retpoline_hints()
2345
WARN_INSN(insn, "
retpoline_safe
hint not an indirect jump/call/ret/nop");
in read_retpoline_hints()
2349
insn->
retpoline_safe
= true;
in read_retpoline_hints()
3918
if (insn->
retpoline_safe
)
in validate_unret()
3971
if (insn->
retpoline_safe
)
in validate_retpoline()
[all...]
Completed in 9 milliseconds