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:KVMPPC_NR_LPIDS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_booke.h
19
#define
KVMPPC_NR_LPIDS
64
macro
H
A
D
kvm_book3s_asm.h
18
#define
KVMPPC_NR_LPIDS
(LPID_RSVD + 1)
macro
H
A
D
kvm_host.h
38
#define KVM_MAX_NESTED_GUESTS
KVMPPC_NR_LPIDS
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_booke.h
19
#define
KVMPPC_NR_LPIDS
64
macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
e500mc.c
110
static DEFINE_PER_CPU(struct kvm_vcpu *[
KVMPPC_NR_LPIDS
], last_vcpu_of_lpid);
400
kvmppc_init_lpid(
KVMPPC_NR_LPIDS
/threads_per_core);
in kvmppc_e500mc_init()
H
A
D
powerpc.c
2451
static unsigned long lpid_inuse[BITS_TO_LONGS(
KVMPPC_NR_LPIDS
)];
2459
lpid = find_first_zero_bit(lpid_inuse,
KVMPPC_NR_LPIDS
);
in kvmppc_alloc_lpid()
2484
nr_lpids = min_t(unsigned long,
KVMPPC_NR_LPIDS
, nr_lpids_param);
in kvmppc_init_lpid()
H
A
D
book3s_hv_nested.c
379
/* find log base 2 of
KVMPPC_NR_LPIDS
, rounding up */
in kvmhv_nested_init()
380
ptb_order = __ilog2(
KVMPPC_NR_LPIDS
- 1) + 1;
in kvmhv_nested_init()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
e500mc.c
115
static DEFINE_PER_CPU(struct kvm_vcpu *[
KVMPPC_NR_LPIDS
], last_vcpu_of_lpid);
410
kvmppc_init_lpid(
KVMPPC_NR_LPIDS
/threads_per_core);
in kvmppc_e500mc_init()
Completed in 9 milliseconds