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:l1_ptcr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
232
if (vcpu->kvm->arch.
l1_ptcr
== 0)
in kvmhv_enter_nested_guest()
481
kvm->arch.
l1_ptcr
= ptcr;
in kvmhv_set_partition_table()
576
ptbl_addr = (kvm->arch.
l1_ptcr
& PRTB_MASK) + (gp->l1_lpid << 4);
in kvmhv_update_ptbl_cache()
577
if (gp->l1_lpid < (1ul << ((kvm->arch.
l1_ptcr
& PRTS_MASK) + 8))) {
in kvmhv_update_ptbl_cache()
726
l1_lpid >= (1ul << ((kvm->arch.
l1_ptcr
& PRTS_MASK) + 12 - 4)))
in kvmhv_get_nested()
H
A
D
book3s_hv.c
1887
*val = get_reg_val(id, vcpu->kvm->arch.
l1_ptcr
);
in kvmppc_get_one_reg_hv()
2139
vcpu->kvm->arch.
l1_ptcr
= set_reg_val(id, *val);
in kvmppc_set_one_reg_hv()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
300
if (vcpu->kvm->arch.
l1_ptcr
== 0)
in kvmhv_enter_nested_guest()
544
kvm->arch.
l1_ptcr
= ptcr;
in kvmhv_set_partition_table()
640
ptbl_addr = (kvm->arch.
l1_ptcr
& PRTB_MASK) + (gp->l1_lpid << 4);
in kvmhv_update_ptbl_cache()
641
if (gp->l1_lpid < (1ul << ((kvm->arch.
l1_ptcr
& PRTS_MASK) + 12 - 4))) {
in kvmhv_update_ptbl_cache()
811
if (l1_lpid >= (1ul << ((kvm->arch.
l1_ptcr
& PRTS_MASK) + 12 - 4)))
in kvmhv_get_nested()
H
A
D
book3s_hv.c
2426
*val = get_reg_val(id, vcpu->kvm->arch.
l1_ptcr
);
in kvmppc_get_one_reg_hv()
2703
vcpu->kvm->arch.
l1_ptcr
= set_reg_val(id, *val);
in kvmppc_set_one_reg_hv()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
342
u64
l1_ptcr
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
334
u64
l1_ptcr
;
member
Completed in 22 milliseconds