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:reg2i14_format
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
inst.h
299
struct
reg2i14_format
{
struct
346
struct
reg2i14_format
reg2i14_format
;
member
625
insn->
reg2i14_format
.opcode = OP; \
626
insn->
reg2i14_format
.immediate = imm; \
627
insn->
reg2i14_format
.rd = rd; \
628
insn->
reg2i14_format
.rj = rj; \
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
emulate.c
71
rd = inst.
reg2i14_format
.rd;
in _kvm_emu_mmio_write()
72
opcode = inst.
reg2i14_format
.opcode;
in _kvm_emu_mmio_write()
186
rd = inst.
reg2i14_format
.rd;
in _kvm_emu_mmio_read()
187
opcode = inst.
reg2i14_format
.opcode;
in _kvm_emu_mmio_read()
/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H
A
D
inst.h
386
struct
reg2i14_format
{
struct
465
struct
reg2i14_format
reg2i14_format
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H
A
D
inst.h
398
struct
reg2i14_format
{
struct
477
struct
reg2i14_format
reg2i14_format
;
member
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
unaligned.c
329
switch (insn.
reg2i14_format
.opcode) {
in emulate_load_store_insn()
H
A
D
kprobes.c
53
switch (insn.
reg2i14_format
.opcode) {
in insn_has_ll_or_sc()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
unaligned.c
329
switch (insn.
reg2i14_format
.opcode) {
in emulate_load_store_insn()
H
A
D
inst.c
144
switch (insn.
reg2i14_format
.opcode) {
in insns_not_supported()
Completed in 7 milliseconds