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:defparam
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
uprobes.c
315
*
defparam
->fixups accordingly. (The contents of the scratch register
433
auprobe->
defparam
.fixups |= UPROBE_FIX_RIP_SI;
in riprel_analyze()
436
auprobe->
defparam
.fixups |= UPROBE_FIX_RIP_DI;
in riprel_analyze()
440
auprobe->
defparam
.fixups |= UPROBE_FIX_RIP_BX;
in riprel_analyze()
459
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_SI)
in scratch_reg()
461
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_DI)
in scratch_reg()
472
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_MASK) {
in riprel_pre_xol()
477
*sr = utask->vaddr + auprobe->
defparam
.ilen;
in riprel_pre_xol()
483
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_MASK) {
in riprel_post_xol()
559
if (auprobe->
defparam
in default_post_xol_op()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
uprobes.c
315
*
defparam
->fixups accordingly. (The contents of the scratch register
433
auprobe->
defparam
.fixups |= UPROBE_FIX_RIP_SI;
in riprel_analyze()
436
auprobe->
defparam
.fixups |= UPROBE_FIX_RIP_DI;
in riprel_analyze()
440
auprobe->
defparam
.fixups |= UPROBE_FIX_RIP_BX;
in riprel_analyze()
459
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_SI)
in scratch_reg()
461
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_DI)
in scratch_reg()
472
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_MASK) {
in riprel_pre_xol()
477
*sr = utask->vaddr + auprobe->
defparam
.ilen;
in riprel_pre_xol()
483
if (auprobe->
defparam
.fixups & UPROBE_FIX_RIP_MASK) {
in riprel_post_xol()
559
if (auprobe->
defparam
in default_post_xol_op()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
uprobes.h
42
}
defparam
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
uprobes.h
42
}
defparam
;
member
Completed in 4 milliseconds