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:vcpu_gp_regs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
adjust_pc.h
36
vcpu_gp_regs
(vcpu)->pstate = read_sysreg_el2(SYS_SPSR);
in __kvm_skip_instr()
40
write_sysreg_el2(
vcpu_gp_regs
(vcpu)->pstate, SYS_SPSR);
in __kvm_skip_instr()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_emulate.h
127
return (unsigned long *)&
vcpu_gp_regs
(vcpu)->pc;
in vcpu_pc()
132
return (unsigned long *)&
vcpu_gp_regs
(vcpu)->pstate;
in vcpu_cpsr()
161
return (reg_num == 31) ? 0 :
vcpu_gp_regs
(vcpu)->regs[reg_num];
in vcpu_get_reg()
168
vcpu_gp_regs
(vcpu)->regs[reg_num] = val;
in vcpu_set_reg()
518
vcpu_gp_regs
(vcpu)->pstate = read_sysreg_el2(SYS_SPSR);
in __kvm_skip_instr()
522
write_sysreg_el2(
vcpu_gp_regs
(vcpu)->pstate, SYS_SPSR);
in __kvm_skip_instr()
H
A
D
kvm_host.h
426
#define
vcpu_gp_regs
(v) (&(v)->arch.ctxt.regs)
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
reset.c
264
memset(
vcpu_gp_regs
(vcpu), 0, sizeof(*
vcpu_gp_regs
(vcpu)));
in kvm_reset_vcpu()
270
vcpu_gp_regs
(vcpu)->pstate = pstate;
in kvm_reset_vcpu()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
reset.c
319
memset(
vcpu_gp_regs
(vcpu), 0, sizeof(*
vcpu_gp_regs
(vcpu)));
in kvm_reset_vcpu()
325
vcpu_gp_regs
(vcpu)->pstate = pstate;
in kvm_reset_vcpu()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_emulate.h
149
return (unsigned long *)&
vcpu_gp_regs
(vcpu)->pc;
in vcpu_pc()
154
return (unsigned long *)&
vcpu_gp_regs
(vcpu)->pstate;
in vcpu_cpsr()
183
return (reg_num == 31) ? 0 :
vcpu_gp_regs
(vcpu)->regs[reg_num];
in vcpu_get_reg()
190
vcpu_gp_regs
(vcpu)->regs[reg_num] = val;
in vcpu_set_reg()
H
A
D
kvm_host.h
788
#define
vcpu_gp_regs
(v) (&(v)->arch.ctxt.regs)
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
exception.c
301
vcpu_gp_regs
(vcpu)->compat_lr_abt = return_address;
in enter_exception32()
306
vcpu_gp_regs
(vcpu)->compat_lr_und = return_address;
in enter_exception32()
Completed in 7 milliseconds