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:GET_INSN_LENGTH
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/
H
A
D
kprobes.c
27
unsigned long offset =
GET_INSN_LENGTH
(p->opcode);
in arch_prepare_ss_slot()
61
tmp +=
GET_INSN_LENGTH
(*(u16 *)tmp);
in arch_check_kprobe()
79
if (
GET_INSN_LENGTH
(p->opcode) == 4)
in arch_prepare_kprobe()
347
((unsigned long)&cur->ainsn.api.insn[0] +
GET_INSN_LENGTH
(cur->opcode) == addr)) {
in kprobe_single_step_handler()
H
A
D
uprobes.c
38
auprobe->insn_size =
GET_INSN_LENGTH
(opcode);
in arch_uprobe_analyze_insn()
175
dst +=
GET_INSN_LENGTH
(*(probe_opcode_t *)src);
in arch_uprobe_copy_ixol()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
cfi.c
46
get_kernel_nofault(insn, (void *)regs->epc +
GET_INSN_LENGTH
(insn)))
in decode_cfi_insn()
H
A
D
vector.c
59
if (unlikely(
GET_INSN_LENGTH
(insn_buf) != 4))
in insn_is_vector()
H
A
D
patch.c
234
len =
GET_INSN_LENGTH
(patch->insns[i]);
in patch_text_cb()
H
A
D
traps.c
249
return
GET_INSN_LENGTH
(insn);
in get_break_insn_length()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
bug.h
22
#define
GET_INSN_LENGTH
(insn) \
macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
bug.h
22
#define
GET_INSN_LENGTH
(insn) \
macro
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
patch.c
124
GET_INSN_LENGTH
(patch->insn));
in patch_text_cb()
H
A
D
traps.c
151
return
GET_INSN_LENGTH
(insn);
in get_break_insn_length()
Completed in 5 milliseconds