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:KVM_MIPS_AUX_MSA
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
mips.c
1438
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
)
in kvm_own_fpu()
1486
KVM_MIPS_AUX_MSA
)) == KVM_MIPS_AUX_FPU)
in kvm_own_msa()
1500
switch (vcpu->arch.aux_inuse & (KVM_MIPS_AUX_FPU |
KVM_MIPS_AUX_MSA
)) {
in kvm_own_msa()
1506
vcpu->arch.aux_inuse |=
KVM_MIPS_AUX_MSA
;
in kvm_own_msa()
1512
vcpu->arch.aux_inuse |=
KVM_MIPS_AUX_MSA
;
in kvm_own_msa()
1531
if (cpu_has_msa && vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
) {
in kvm_drop_fpu()
1534
vcpu->arch.aux_inuse &= ~
KVM_MIPS_AUX_MSA
;
in kvm_drop_fpu()
1555
if (cpu_has_msa && vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
) {
in kvm_lose_fpu()
1570
vcpu->arch.aux_inuse &= ~(KVM_MIPS_AUX_FPU |
KVM_MIPS_AUX_MSA
);
in kvm_lose_fpu()
H
A
D
vz.c
1358
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
)
in kvm_trap_vz_handle_gsfc()
1609
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
) {
in kvm_trap_vz_handle_msa_disabled()
H
A
D
emulate.c
1431
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
)
in kvm_mips_emulate_CP0()
1487
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
)
in kvm_mips_emulate_CP0()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mips.c
1388
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
)
in kvm_own_fpu()
1436
KVM_MIPS_AUX_MSA
)) == KVM_MIPS_AUX_FPU)
in kvm_own_msa()
1450
switch (vcpu->arch.aux_inuse & (KVM_MIPS_AUX_FPU |
KVM_MIPS_AUX_MSA
)) {
in kvm_own_msa()
1456
vcpu->arch.aux_inuse |=
KVM_MIPS_AUX_MSA
;
in kvm_own_msa()
1462
vcpu->arch.aux_inuse |=
KVM_MIPS_AUX_MSA
;
in kvm_own_msa()
1481
if (cpu_has_msa && vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
) {
in kvm_drop_fpu()
1484
vcpu->arch.aux_inuse &= ~
KVM_MIPS_AUX_MSA
;
in kvm_drop_fpu()
1505
if (cpu_has_msa && vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
) {
in kvm_lose_fpu()
1515
vcpu->arch.aux_inuse &= ~(KVM_MIPS_AUX_FPU |
KVM_MIPS_AUX_MSA
);
in kvm_lose_fpu()
H
A
D
vz.c
1356
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
)
in kvm_trap_vz_handle_gsfc()
1613
vcpu->arch.aux_inuse &
KVM_MIPS_AUX_MSA
) {
in kvm_trap_vz_handle_msa_disabled()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
kvm_host.h
288
#define
KVM_MIPS_AUX_MSA
0x2
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
kvm_host.h
339
#define
KVM_MIPS_AUX_MSA
0x2
macro
Completed in 17 milliseconds