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:rs1_val
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/
H
A
D
simulate-insn.c
156
unsigned long
rs1_val
;
in simulate_branch()
local
159
if (!rv_insn_reg_get_val(regs, branch_rs1_idx(opcode), &
rs1_val
) ||
in simulate_branch()
166
offset = (
rs1_val
== rs2_val) ? offset_tmp : 4;
in simulate_branch()
169
offset = (
rs1_val
!= rs2_val) ? offset_tmp : 4;
in simulate_branch()
172
offset = ((long)
rs1_val
< (long)rs2_val) ? offset_tmp : 4;
in simulate_branch()
175
offset = ((long)
rs1_val
>= (long)rs2_val) ? offset_tmp : 4;
in simulate_branch()
178
offset = (
rs1_val
< rs2_val) ? offset_tmp : 4;
in simulate_branch()
181
offset = (
rs1_val
>= rs2_val) ? offset_tmp : 4;
in simulate_branch()
264
unsigned long
rs1_val
;
in simulate_c_bnez_beqz()
local
268
if (!rv_insn_reg_get_val(regs, rs1, &
rs1_val
))
in simulate_c_bnez_beqz()
[all...]
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
kgdb.c
94
unsigned long
rs1_val
= 0, rs2_val = 0;
in get_step_address()
local
99
rs1_val
= regs_ptr[rs1_num];
in get_step_address()
104
result = (
rs1_val
== rs2_val) ? true : false;
in get_step_address()
106
result = (
rs1_val
!= rs2_val) ? true : false;
in get_step_address()
109
((long)
rs1_val
<
in get_step_address()
113
((long)
rs1_val
>=
in get_step_address()
116
result = (
rs1_val
< rs2_val) ? true : false;
in get_step_address()
118
result = (
rs1_val
>= rs2_val) ? true : false;
in get_step_address()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
kgdb.c
75
unsigned long
rs1_val
= 0, rs2_val = 0;
in get_step_address()
local
80
rs1_val
= regs_ptr[rs1_num];
in get_step_address()
85
result = (
rs1_val
== rs2_val) ? true : false;
in get_step_address()
87
result = (
rs1_val
!= rs2_val) ? true : false;
in get_step_address()
90
((long)
rs1_val
<
in get_step_address()
94
((long)
rs1_val
>=
in get_step_address()
97
result = (
rs1_val
< rs2_val) ? true : false;
in get_step_address()
99
result = (
rs1_val
>= rs2_val) ? true : false;
in get_step_address()
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_insn.c
255
ulong
rs1_val
= GET_RS1(insn, &vcpu->arch.guest_context);
in csr_insn()
local
263
new_val =
rs1_val
;
in csr_insn()
266
wr_mask =
rs1_val
;
in csr_insn()
270
wr_mask =
rs1_val
;
in csr_insn()
Completed in 4 milliseconds