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:opcode_len
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-mt65xx.c
852
int
opcode_len
;
in mtk_spi_mem_adjust_op_size()
local
855
opcode_len
= 1 + op->addr.nbytes + op->dummy.nbytes;
in mtk_spi_mem_adjust_op_size()
856
if (
opcode_len
+ op->data.nbytes > MTK_SPI_IPM_PACKET_SIZE) {
in mtk_spi_mem_adjust_op_size()
857
op->data.nbytes = MTK_SPI_IPM_PACKET_SIZE -
opcode_len
;
in mtk_spi_mem_adjust_op_size()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
kvm_emulate.h
333
u8
opcode_len
;
member
H
A
D
emulate.c
5194
ctxt->
opcode_len
= 1;
in x86_decode_insn()
5302
ctxt->
opcode_len
= 2;
in x86_decode_insn()
5308
ctxt->
opcode_len
= 3;
in x86_decode_insn()
5319
if (ctxt->
opcode_len
== 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) &&
in x86_decode_insn()
5706
if (ctxt->
opcode_len
== 2)
in x86_emulate_insn()
5708
else if (ctxt->
opcode_len
== 3)
in x86_emulate_insn()
H
A
D
x86.c
7508
switch (ctxt->
opcode_len
) {
in is_vmware_backdoor_opcode()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_emulate.h
326
u8
opcode_len
;
member
H
A
D
emulate.c
4776
ctxt->
opcode_len
= 1;
in x86_decode_insn()
4884
ctxt->
opcode_len
= 2;
in x86_decode_insn()
4890
ctxt->
opcode_len
= 3;
in x86_decode_insn()
4901
if (ctxt->
opcode_len
== 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) &&
in x86_decode_insn()
5295
if (ctxt->
opcode_len
== 2)
in x86_emulate_insn()
5297
else if (ctxt->
opcode_len
== 3)
in x86_emulate_insn()
H
A
D
x86.c
8828
switch (ctxt->
opcode_len
) {
in is_vmware_backdoor_opcode()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
2334
if (ctxt->b != 0x1 || ctxt->
opcode_len
!= 2)
in svm_instr_opcode()
Completed in 54 milliseconds