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:ra_off
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
ftrace.c
27
static int ftrace_get_parent_ra_addr(unsigned long insn_addr, int *
ra_off
)
in ftrace_get_parent_ra_addr()
argument
39
*
ra_off
= -((1 << 12) - insn->reg2i12_format.immediate);
in ftrace_get_parent_ra_addr()
52
int
ra_off
;
in prepare_ftrace_return()
local
61
if (ftrace_get_parent_ra_addr(self_addr, &
ra_off
))
in prepare_ftrace_return()
65
*(unsigned long *)(callsite_sp +
ra_off
) = return_hooker;
in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
ftrace.c
49
static int ftrace_get_parent_ra_addr(unsigned long insn_addr, int *
ra_off
)
in ftrace_get_parent_ra_addr()
argument
61
*
ra_off
= insn->reg2i12_format.simmediate;
in ftrace_get_parent_ra_addr()
74
int
ra_off
;
in prepare_ftrace_return()
local
83
if (ftrace_get_parent_ra_addr(self_addr, &
ra_off
))
in prepare_ftrace_return()
87
*(unsigned long *)(callsite_sp +
ra_off
) = return_hooker;
in prepare_ftrace_return()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
fslog.c
31
__le16
ra_off
; // 0x18:
member
451
ro = le16_to_cpu(rhdr->
ra_off
);
in is_rst_page_hdr_valid()
469
u16 ro = le16_to_cpu(rhdr->
ra_off
);
in is_rst_area_valid()
496
if (le16_to_cpu(rhdr->
ra_off
) + le16_to_cpu(ra->ra_len) > sys_page ||
in is_rst_area_valid()
534
u16 ro = le16_to_cpu(rhdr->
ra_off
);
in is_client_area_valid()
1016
u32
ra_off
;
member
1240
ra = Add2Ptr(r_page, le16_to_cpu(r_page->
ra_off
));
in log_read_rst()
1257
ra = Add2Ptr(r_page, le16_to_cpu(r_page->
ra_off
));
in log_read_rst()
1345
log->
ra_off
= ALIGN(
in log_create()
1350
log->restart_size = log->sys_page_size - log->
ra_off
;
in log_create()
[all...]
Completed in 4 milliseconds