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:opc1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
uprobes.c
587
return auprobe->branch.
opc1
== 0xe8;
in branch_is_call()
623
switch (auprobe->branch.
opc1
) {
in check_jmp_cond()
718
u8
opc1
= OPCODE1(insn);
in branch_setup_xol_ops()
local
722
switch (
opc1
) {
in branch_setup_xol_ops()
740
opc1
= OPCODE2(insn) - 0x10;
in branch_setup_xol_ops()
743
if (!is_cond_jmp_opcode(
opc1
))
in branch_setup_xol_ops()
758
auprobe->branch.
opc1
=
opc1
;
in branch_setup_xol_ops()
769
u8
opc1
= OPCODE1(insn), reg_offset = 0;
in push_setup_xol_ops()
local
771
if (
opc1
<
in push_setup_xol_ops()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
uprobes.c
587
return auprobe->branch.
opc1
== 0xe8;
in branch_is_call()
623
switch (auprobe->branch.
opc1
) {
in check_jmp_cond()
718
u8
opc1
= OPCODE1(insn);
in branch_setup_xol_ops()
local
722
switch (
opc1
) {
in branch_setup_xol_ops()
740
opc1
= OPCODE2(insn) - 0x10;
in branch_setup_xol_ops()
743
if (!is_cond_jmp_opcode(
opc1
))
in branch_setup_xol_ops()
758
auprobe->branch.
opc1
=
opc1
;
in branch_setup_xol_ops()
769
u8
opc1
= OPCODE1(insn), reg_offset = 0;
in push_setup_xol_ops()
local
771
if (
opc1
<
in push_setup_xol_ops()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
uprobes.c
233
u8
opc1
: 4;
member
284
switch (insn->
opc1
) {
in handle_insn_ril()
291
switch (insn->
opc1
) {
in handle_insn_ril()
328
switch (insn->
opc1
) {
in handle_insn_ril()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
uprobes.c
228
u8
opc1
: 4;
member
279
switch (insn->
opc1
) {
in handle_insn_ril()
286
switch (insn->
opc1
) {
in handle_insn_ril()
323
switch (insn->
opc1
) {
in handle_insn_ril()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
uprobes.h
37
u8
opc1
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
uprobes.h
37
u8
opc1
;
member
Completed in 5 milliseconds