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:next_byte
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/lib/
H
A
D
insn.c
23
((insn)->
next_byte
+ sizeof(t) + n <= (insn)->end_kaddr)
26
({ t r = *(t*)insn->
next_byte
; insn->
next_byte
+= sizeof(t); r; })
29
({ t r = *(t*)((insn)->
next_byte
+ n); r; })
57
insn->
next_byte
= kaddr;
in insn_init()
80
insn->
next_byte
+= len;
in __insn_get_emulate_prefix()
100
* Populates the @insn->prefixes bitmap, and updates @insn->
next_byte
145
insn->
next_byte
++;
in insn_get_prefixes()
169
insn->
next_byte
++;
in insn_get_prefixes()
199
insn->
next_byte
in insn_get_prefixes()
[all...]
/kernel/linux/linux-5.10/tools/arch/x86/lib/
H
A
D
insn.c
23
((insn)->
next_byte
+ sizeof(t) + n <= (insn)->end_kaddr)
26
({ t r = *(t*)insn->
next_byte
; insn->
next_byte
+= sizeof(t); r; })
29
({ t r = *(t*)((insn)->
next_byte
+ n); r; })
57
insn->
next_byte
= kaddr;
in insn_init()
80
insn->
next_byte
+= len;
in __insn_get_emulate_prefix()
100
* Populates the @insn->prefixes bitmap, and updates @insn->
next_byte
145
insn->
next_byte
++;
in insn_get_prefixes()
169
insn->
next_byte
++;
in insn_get_prefixes()
199
insn->
next_byte
in insn_get_prefixes()
[all...]
/kernel/linux/linux-6.6/arch/x86/lib/
H
A
D
insn.c
38
((insn)->
next_byte
+ sizeof(t) + n <= (insn)->end_kaddr)
41
({ t r = get_unaligned((t *)(insn)->
next_byte
); (insn)->
next_byte
+= sizeof(t); leXX_to_cpu(t, r); })
44
({ t r = get_unaligned((t *)(insn)->
next_byte
+ n); leXX_to_cpu(t, r); })
73
insn->
next_byte
= kaddr;
in insn_init()
96
insn->
next_byte
+= len;
in __insn_get_emulate_prefix()
116
* Populates the @insn->prefixes bitmap, and updates @insn->
next_byte
161
insn->
next_byte
++;
in insn_get_prefixes()
184
insn->
next_byte
++;
in insn_get_prefixes()
214
insn->
next_byte
in insn_get_prefixes()
[all...]
/kernel/linux/linux-6.6/tools/arch/x86/lib/
H
A
D
insn.c
38
((insn)->
next_byte
+ sizeof(t) + n <= (insn)->end_kaddr)
41
({ t r = get_unaligned((t *)(insn)->
next_byte
); (insn)->
next_byte
+= sizeof(t); leXX_to_cpu(t, r); })
44
({ t r = get_unaligned((t *)(insn)->
next_byte
+ n); leXX_to_cpu(t, r); })
73
insn->
next_byte
= kaddr;
in insn_init()
96
insn->
next_byte
+= len;
in __insn_get_emulate_prefix()
116
* Populates the @insn->prefixes bitmap, and updates @insn->
next_byte
161
insn->
next_byte
++;
in insn_get_prefixes()
184
insn->
next_byte
++;
in insn_get_prefixes()
214
insn->
next_byte
in insn_get_prefixes()
[all...]
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
insn_sanity.c
247
if (insn.
next_byte
<= insn.kaddr ||
in main()
248
insn.kaddr + MAX_INSN_SIZE < insn.
next_byte
) {
in main()
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
insn_sanity.c
243
if (insn.
next_byte
<= insn.kaddr ||
in main()
244
insn.kaddr + MAX_INSN_SIZE < insn.
next_byte
) {
in main()
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/
H
A
D
opt.c
251
target = (unsigned long)insn->
next_byte
+ insn->immediate.value;
in insn_jump_into_range()
329
insn.
next_byte
= (void *)(addr + insn.length);
in can_optimize()
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/
H
A
D
opt.c
258
target = (unsigned long)insn->
next_byte
+ insn->immediate.value;
in insn_jump_into_range()
316
insn.
next_byte
= (void *)(addr + insn.length);
in can_optimize()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
insn.h
57
const insn_byte_t *
next_byte
;
member
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H
A
D
insn.h
57
const insn_byte_t *
next_byte
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
insn.h
102
const insn_byte_t *
next_byte
;
member
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
insn.h
102
const insn_byte_t *
next_byte
;
member
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
entry.S
90
next_byte
:
label
105
bne
next_byte
116
bne
next_byte
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
entry.S
90
next_byte
:
label
105
bne
next_byte
116
bne
next_byte
Completed in 9 milliseconds