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:vp_base
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
xive.h
109
void xive_native_free_vp_block(u32
vp_base
);
162
static inline void xive_native_free_vp_block(u32
vp_base
) { }
in xive_native_free_vp_block()
argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
xive.h
110
void xive_native_free_vp_block(u32
vp_base
);
165
static inline void xive_native_free_vp_block(u32
vp_base
) { }
in xive_native_free_vp_block()
argument
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_xive.h
106
u32
vp_base
;
member
223
return xive->
vp_base
+ kvmppc_pack_vcpu_id(xive->kvm, server);
in kvmppc_xive_vp()
H
A
D
book3s_xive.c
1231
if (xive->
vp_base
== XIVE_INVALID_VP) {
in kvmppc_xive_compute_vp_id()
1232
xive->
vp_base
= xive_native_alloc_vp_block(xive->nr_servers);
in kvmppc_xive_compute_vp_id()
1233
pr_devel("VP_Base=%x nr_servers=%d\n", xive->
vp_base
, xive->nr_servers);
in kvmppc_xive_compute_vp_id()
1235
if (xive->
vp_base
== XIVE_INVALID_VP)
in kvmppc_xive_compute_vp_id()
1881
if (xive->
vp_base
!= XIVE_INVALID_VP)
in kvmppc_xive_set_nr_servers()
2034
if (xive->
vp_base
!= XIVE_INVALID_VP)
in kvmppc_xive_release()
2035
xive_native_free_vp_block(xive->
vp_base
);
in kvmppc_xive_release()
2104
xive->
vp_base
= XIVE_INVALID_VP;
in kvmppc_xive_create()
H
A
D
book3s_xive_native.c
1073
if (xive->
vp_base
!= XIVE_INVALID_VP)
in kvmppc_xive_native_release()
1074
xive_native_free_vp_block(xive->
vp_base
);
in kvmppc_xive_native_release()
1110
xive->
vp_base
= XIVE_INVALID_VP;
in kvmppc_xive_native_create()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_xive.h
109
u32
vp_base
;
member
237
return xive->
vp_base
+ kvmppc_pack_vcpu_id(xive->kvm, server);
in kvmppc_xive_vp()
H
A
D
book3s_xive.c
1884
if (xive->
vp_base
== XIVE_INVALID_VP) {
in kvmppc_xive_compute_vp_id()
1885
xive->
vp_base
= xive_native_alloc_vp_block(xive->nr_servers);
in kvmppc_xive_compute_vp_id()
1886
pr_devel("VP_Base=%x nr_servers=%d\n", xive->
vp_base
, xive->nr_servers);
in kvmppc_xive_compute_vp_id()
1888
if (xive->
vp_base
== XIVE_INVALID_VP)
in kvmppc_xive_compute_vp_id()
2541
if (xive->
vp_base
!= XIVE_INVALID_VP)
in kvmppc_xive_set_nr_servers()
2694
if (xive->
vp_base
!= XIVE_INVALID_VP)
in kvmppc_xive_release()
2695
xive_native_free_vp_block(xive->
vp_base
);
in kvmppc_xive_release()
2764
xive->
vp_base
= XIVE_INVALID_VP;
in kvmppc_xive_create()
H
A
D
book3s_xive_native.c
1075
if (xive->
vp_base
!= XIVE_INVALID_VP)
in kvmppc_xive_native_release()
1076
xive_native_free_vp_block(xive->
vp_base
);
in kvmppc_xive_native_release()
1112
xive->
vp_base
= XIVE_INVALID_VP;
in kvmppc_xive_native_create()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H
A
D
native.c
691
void xive_native_free_vp_block(u32
vp_base
)
in xive_native_free_vp_block()
argument
695
if (
vp_base
== XIVE_INVALID_VP)
in xive_native_free_vp_block()
698
rc = opal_xive_free_vp_block(
vp_base
);
in xive_native_free_vp_block()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H
A
D
native.c
703
void xive_native_free_vp_block(u32
vp_base
)
in xive_native_free_vp_block()
argument
707
if (
vp_base
== XIVE_INVALID_VP)
in xive_native_free_vp_block()
710
rc = opal_xive_free_vp_block(
vp_base
);
in xive_native_free_vp_block()
Completed in 13 milliseconds