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:xive_esc_on
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_xive.c
719
if (vcpu->arch.
xive_esc_on
) {
in kvmppc_xive_push_vcpu()
737
* that case we simply don't clear the
xive_esc_on
in kvmppc_xive_push_vcpu()
747
vcpu->arch.
xive_esc_on
= 0;
in kvmppc_xive_push_vcpu()
794
if (vcpu->arch.
xive_esc_on
) {
in kvmppc_xive_rearm_escalation()
800
* we also don't want to set
xive_esc_on
to 1 here in
in kvmppc_xive_rearm_escalation()
811
vcpu->arch.
xive_esc_on
= true;
in kvmppc_xive_rearm_escalation()
850
* disabled now. Clearing
xive_esc_on
means we won't bother
in xive_esc_irq()
854
* of 10 is observed while
xive_esc_on
is true, it means the queue
in xive_esc_irq()
858
vcpu->arch.
xive_esc_on
= false;
in xive_esc_irq()
860
/* This orders
xive_esc_on
in xive_esc_irq()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_xive.c
97
if (vcpu->arch.
xive_esc_on
) {
in kvmppc_xive_push_vcpu()
115
* that case we simply don't clear the
xive_esc_on
in kvmppc_xive_push_vcpu()
125
vcpu->arch.
xive_esc_on
= 0;
in kvmppc_xive_push_vcpu()
159
* disabled now. Clearing
xive_esc_on
means we won't bother
in xive_esc_irq()
163
* of 10 is observed while
xive_esc_on
is true, it means the queue
in xive_esc_irq()
167
vcpu->arch.
xive_esc_on
= false;
in xive_esc_irq()
169
/* This orders
xive_esc_on
= false vs. subsequent stale_p = true */
in xive_esc_irq()
1110
if (vcpu->arch.
xive_esc_on
) {
in kvmppc_xive_disable_vcpu_interrupts()
1113
vcpu->arch.
xive_esc_on
= false;
in kvmppc_xive_disable_vcpu_interrupts()
1141
* (i.e. stale_p set if
xive_esc_on
i
in xive_cleanup_single_escalation()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
786
u8
xive_esc_on
; /* Is the escalation irq enabled ? */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
792
u8
xive_esc_on
; /* Is the escalation irq enabled ? */
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
asm-offsets.c
788
DEFINE(VCPU_XIVE_ESC_ON, offsetof(struct kvm_vcpu, arch.
xive_esc_on
));
in main()
Completed in 10 milliseconds