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:tpaca
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
2535
struct paca_struct *
tpaca
;
in kvmppc_grab_hwthread()
local
2538
tpaca
= paca_ptrs[cpu];
in kvmppc_grab_hwthread()
2541
tpaca
->kvm_hstate.kvm_vcpu = NULL;
in kvmppc_grab_hwthread()
2542
tpaca
->kvm_hstate.kvm_vcore = NULL;
in kvmppc_grab_hwthread()
2543
tpaca
->kvm_hstate.napping = 0;
in kvmppc_grab_hwthread()
2545
tpaca
->kvm_hstate.hwthread_req = 1;
in kvmppc_grab_hwthread()
2557
while (
tpaca
->kvm_hstate.hwthread_state == KVM_HWTHREAD_IN_KERNEL) {
in kvmppc_grab_hwthread()
2569
struct paca_struct *
tpaca
;
in kvmppc_release_hwthread()
local
2571
tpaca
= paca_ptrs[cpu];
in kvmppc_release_hwthread()
2572
tpaca
in kvmppc_release_hwthread()
2645
struct paca_struct *
tpaca
;
kvmppc_start_thread()
local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3128
struct paca_struct *
tpaca
;
in kvmppc_grab_hwthread()
local
3131
tpaca
= paca_ptrs[cpu];
in kvmppc_grab_hwthread()
3134
tpaca
->kvm_hstate.kvm_vcpu = NULL;
in kvmppc_grab_hwthread()
3135
tpaca
->kvm_hstate.kvm_vcore = NULL;
in kvmppc_grab_hwthread()
3136
tpaca
->kvm_hstate.napping = 0;
in kvmppc_grab_hwthread()
3138
tpaca
->kvm_hstate.hwthread_req = 1;
in kvmppc_grab_hwthread()
3150
while (
tpaca
->kvm_hstate.hwthread_state == KVM_HWTHREAD_IN_KERNEL) {
in kvmppc_grab_hwthread()
3162
struct paca_struct *
tpaca
;
in kvmppc_release_hwthread()
local
3164
tpaca
= paca_ptrs[cpu];
in kvmppc_release_hwthread()
3165
tpaca
in kvmppc_release_hwthread()
3270
struct paca_struct *
tpaca
;
kvmppc_start_thread()
local
[all...]
Completed in 9 milliseconds