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_has_nv
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
exception.c
27
if (unlikely(
vcpu_has_nv
(vcpu)))
in __vcpu_read_sys_reg()
37
if (unlikely(
vcpu_has_nv
(vcpu)))
in __vcpu_write_sys_reg()
46
if (unlikely(
vcpu_has_nv
(vcpu))) {
in __vcpu_write_spsr()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
switch.h
107
if (
vcpu_has_nv
(vcpu) && !is_hyp_ctxt(vcpu)) {
in __activate_traps_hfgxtr()
124
if (!
vcpu_has_nv
(vcpu) || is_hyp_ctxt(vcpu))
in __activate_traps_hfgxtr()
167
if (!
vcpu_has_nv
(vcpu) || is_hyp_ctxt(vcpu))
in __deactivate_traps_hfgxtr()
202
if (
vcpu_has_nv
(vcpu) && !is_hyp_ctxt(vcpu)) {
in __activate_traps_common()
468
if (
vcpu_has_nv
(vcpu)) {
in kvm_hyp_handle_cntpct()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_nested.h
7
static inline bool
vcpu_has_nv
(const struct kvm_vcpu *vcpu)
in vcpu_has_nv()
function
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
reset.c
228
if (
vcpu_has_nv
(vcpu) && vcpu_has_feature(vcpu, KVM_ARM_VCPU_SVE)) {
in kvm_reset_vcpu()
253
else if (
vcpu_has_nv
(vcpu))
in kvm_reset_vcpu()
H
A
D
arch_timer.c
60
if (!
vcpu_has_nv
(vcpu))
in nr_timers()
180
if (
vcpu_has_nv
(vcpu)) {
in get_timer_map()
298
ctx = (
vcpu_has_nv
(vcpu) && is_hyp_ctxt(vcpu)) ? vcpu_hvtimer(vcpu)
in wfit_delay_ns()
802
if (
vcpu_has_nv
(vcpu) && !is_hyp_ctxt(vcpu)) {
in timer_set_traps()
838
if (
vcpu_has_nv
(vcpu))
in kvm_timer_vcpu_load()
960
if (
vcpu_has_nv
(vcpu)) {
in kvm_timer_vcpu_reset()
H
A
D
inject_fault.c
21
if (likely(!
vcpu_has_nv
(vcpu))) {
in pend_sync_exception()
H
A
D
handle_exit.c
44
if (
vcpu_has_nv
(vcpu)) {
in handle_hvc()
H
A
D
guest.c
259
if (!
vcpu_has_nv
(vcpu))
in set_core_reg()
H
A
D
emulate-nested.c
1792
if (!
vcpu_has_nv
(vcpu) || is_hyp_ctxt(vcpu))
in __check_nv_sr_forward()
1979
if (!
vcpu_has_nv
(vcpu)) {
in kvm_inject_nested()
H
A
D
sys_regs.c
1421
if (
vcpu_has_nv
(vcpu))
in access_id_reg()
1774
if (
vcpu_has_nv
(vcpu))
in el2_visibility()
H
A
D
arm.c
825
if (
vcpu_has_nv
(vcpu))
in vcpu_mode_is_bad_32bit()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H
A
D
sysreg-sr.c
81
if (
vcpu_has_nv
(vcpu))
in kvm_vcpu_load_sysregs_vhe()
Completed in 15 milliseconds