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:vrma_slb_v
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
297
unsigned long
vrma_slb_v
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
291
unsigned long
vrma_slb_v
;
member
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
1758
vsid = vcpu->kvm->arch.
vrma_slb_v
;
in kvmppc_handle_exit_hv()
1805
vsid = vcpu->kvm->arch.
vrma_slb_v
;
in kvmppc_handle_exit_hv()
5158
dw0 = ((kvm->arch.
vrma_slb_v
& SLB_VSID_L) >> 1) |
in kvmppc_setup_partition_table()
5159
((kvm->arch.
vrma_slb_v
& SLB_VSID_LP) << 1);
in kvmppc_setup_partition_table()
5238
kvm->arch.
vrma_slb_v
= senc | SLB_VSID_B_1T |
in kvmppc_hv_setup_htab_rma()
5456
kvm->arch.
vrma_slb_v
= SLB_VSID_B_1T |
in kvmppc_core_init_vm_hv()
H
A
D
book3s_64_mmu_hv.c
364
slb_v = vcpu->kvm->arch.
vrma_slb_v
;
in kvmppc_mmu_book3s_64_hv_xlate()
1912
kvm->arch.
vrma_slb_v
= senc | SLB_VSID_B_1T |
in kvm_htab_write()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_hv.c
354
slb_v = vcpu->kvm->arch.
vrma_slb_v
;
in kvmppc_mmu_book3s_64_hv_xlate()
1915
kvm->arch.
vrma_slb_v
= senc | SLB_VSID_B_1T |
in kvm_htab_write()
H
A
D
book3s_hv.c
4690
dw0 = ((kvm->arch.
vrma_slb_v
& SLB_VSID_L) >> 1) |
in kvmppc_setup_partition_table()
4691
((kvm->arch.
vrma_slb_v
& SLB_VSID_LP) << 1);
in kvmppc_setup_partition_table()
4770
kvm->arch.
vrma_slb_v
= senc | SLB_VSID_B_1T |
in kvmppc_hv_setup_htab_rma()
4965
kvm->arch.
vrma_slb_v
= SLB_VSID_B_1T |
in kvmppc_core_init_vm_hv()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
asm-offsets.c
527
OFFSET(KVM_VRMA_SLB_V, kvm, arch.
vrma_slb_v
);
in main()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
asm-offsets.c
427
OFFSET(KVM_VRMA_SLB_V, kvm, arch.
vrma_slb_v
);
in main()
Completed in 26 milliseconds