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:op_prefix
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/net/ynl/
H
A
D
ynl-gen-c.py
205
func_name = f"{
op_prefix
(ri, direction, deref=deref)}_set_{'_'.join(ref)}"
772
self.enum_name = self.family.
op_prefix
+ c_upper(self.name)
785
self.
op_prefix
= None
786
delattr(self, "
op_prefix
")
817
self.
op_prefix
= c_upper(self.yaml['operations']['name-prefix'])
819
self.
op_prefix
= c_upper(self.yaml['name'] + '-cmd-')
823
self.async_op_prefix = self.
op_prefix
1283
def
op_prefix
(ri, direction, deref=False):
function
1305
return f"struct {
op_prefix
(ri, direction, deref=deref)}"
1560
ri.cw.write_func_prot('int', f'{
op_prefix
(r
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
emulate.c
5183
bool
op_prefix
= false;
in x86_decode_insn()
local
5235
op_prefix
= true;
in x86_decode_insn()
5342
if (ctxt->rep_prefix &&
op_prefix
)
in x86_decode_insn()
5344
simd_prefix =
op_prefix
? 0x66 : ctxt->rep_prefix;
in x86_decode_insn()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
emulate.c
4765
bool
op_prefix
= false;
in x86_decode_insn()
local
4817
op_prefix
= true;
in x86_decode_insn()
4924
if (ctxt->rep_prefix &&
op_prefix
)
in x86_decode_insn()
4926
simd_prefix =
op_prefix
? 0x66 : ctxt->rep_prefix;
in x86_decode_insn()
Completed in 17 milliseconds