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_sve
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
fpsimd.c
93
update_thread_flag(TIF_SVE,
vcpu_has_sve
(vcpu));
in kvm_arch_vcpu_ctxsync_fp()
107
bool guest_has_sve =
vcpu_has_sve
(vcpu);
in kvm_arch_vcpu_put_fp()
H
A
D
guest.c
98
if (
vcpu_has_sve
(vcpu) && core_reg_offset_is_vreg(off))
in core_reg_size_from_offset()
273
if (!
vcpu_has_sve
(vcpu))
in get_sve_vls()
297
if (!
vcpu_has_sve
(vcpu))
in set_sve_vls()
406
if (!
vcpu_has_sve
(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0)
in sve_reg_to_region()
416
if (!
vcpu_has_sve
(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0)
in sve_reg_to_region()
606
if (!
vcpu_has_sve
(vcpu))
in num_sve_regs()
624
if (!
vcpu_has_sve
(vcpu))
in copy_sve_reg_indices()
H
A
D
reset.c
179
if (!
vcpu_has_sve
(vcpu))
in kvm_arm_vcpu_finalize()
193
if (
vcpu_has_sve
(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu))
in kvm_arm_vcpu_is_finalized()
206
if (
vcpu_has_sve
(vcpu))
in kvm_vcpu_reset_sve()
H
A
D
sys_regs.c
1130
if (!
vcpu_has_sve
(vcpu))
in read_id_reg()
1165
if (!
vcpu_has_sve
(vcpu))
in id_visibility()
1211
if (
vcpu_has_sve
(vcpu))
in sve_visibility()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
reset.c
135
if (!
vcpu_has_sve
(vcpu))
in kvm_arm_vcpu_finalize()
149
if (
vcpu_has_sve
(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu))
in kvm_arm_vcpu_is_finalized()
169
if (
vcpu_has_sve
(vcpu))
in kvm_vcpu_reset_sve()
H
A
D
fpsimd.c
158
if (
vcpu_has_sve
(vcpu))
in kvm_arch_vcpu_ctxsync_fp()
199
if (
vcpu_has_sve
(vcpu)) {
in kvm_arch_vcpu_put_fp()
H
A
D
guest.c
115
if (
vcpu_has_sve
(vcpu) && core_reg_offset_is_vreg(off))
in core_reg_size_from_offset()
317
if (!
vcpu_has_sve
(vcpu))
in get_sve_vls()
341
if (!
vcpu_has_sve
(vcpu))
in set_sve_vls()
450
if (!
vcpu_has_sve
(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0)
in sve_reg_to_region()
460
if (!
vcpu_has_sve
(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0)
in sve_reg_to_region()
655
if (!
vcpu_has_sve
(vcpu))
in num_sve_regs()
673
if (!
vcpu_has_sve
(vcpu))
in copy_sve_reg_indices()
H
A
D
sys_regs.c
1383
if (!
vcpu_has_sve
(vcpu))
in id_visibility()
1431
if (
vcpu_has_sve
(vcpu))
in sve_visibility()
1442
if (!
vcpu_has_sve
(vcpu))
in read_sanitised_id_aa64pfr0_el1()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
H
A
D
switch.c
60
if (
vcpu_has_sve
(vcpu))
in __activate_traps()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_emulate.h
594
if (!
vcpu_has_sve
(vcpu) ||
in kvm_get_reset_cptr_el2()
602
if (
vcpu_has_sve
(vcpu) &&
in kvm_get_reset_cptr_el2()
H
A
D
kvm_host.h
767
#define
vcpu_has_sve
(vcpu) (system_supports_sve() && \
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H
A
D
switch.c
79
if (
vcpu_has_sve
(vcpu))
in __activate_traps()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H
A
D
switch.h
212
sve_guest =
vcpu_has_sve
(vcpu);
in __hyp_handle_fpsimd()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_host.h
414
#define
vcpu_has_sve
(vcpu) (system_supports_sve() && \
macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
switch.h
291
sve_guest =
vcpu_has_sve
(vcpu);
in kvm_hyp_handle_fpsimd()
Completed in 20 milliseconds