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:stale_p
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H
A
D
common.c
405
xd->
stale_p
= false;
in xive_do_source_eoi()
454
xd->
stale_p
= true;
in xive_irq_eoi()
486
if (!xd->
stale_p
&& !!(val & XIVE_ESB_VAL_P))
in xive_do_source_set_mask()
488
xd->
stale_p
= false;
in xive_do_source_set_mask()
494
xd->
stale_p
= false;
in xive_do_source_set_mask()
636
xd->
stale_p
= false;
in xive_irq_startup()
854
if (!xd->
stale_p
) {
in xive_irq_set_vcpu_affinity()
856
xd->
stale_p
= !xd->saved_p;
in xive_irq_set_vcpu_affinity()
968
*state = (pq != XIVE_ESB_INVALID) && !xd->
stale_p
&&
in xive_get_irqchip_state()
1377
seq_printf(m, "%*sPstate: %s %s\n", ind, "", xd->
stale_p
in xive_irq_domain_debug_show()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H
A
D
common.c
367
xd->
stale_p
= false;
in xive_do_source_eoi()
428
xd->
stale_p
= true;
in xive_irq_eoi()
460
if (!xd->
stale_p
&& !!(val & XIVE_ESB_VAL_P))
in xive_do_source_set_mask()
462
xd->
stale_p
= false;
in xive_do_source_set_mask()
468
xd->
stale_p
= false;
in xive_do_source_set_mask()
610
xd->
stale_p
= false;
in xive_irq_startup()
885
if (!xd->
stale_p
) {
in xive_irq_set_vcpu_affinity()
887
xd->
stale_p
= !xd->saved_p;
in xive_irq_set_vcpu_affinity()
999
*state = (pq != XIVE_ESB_INVALID) && !xd->
stale_p
&&
in xive_get_irqchip_state()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
xive.h
55
*
stale_p
means that there is no queue entry for this interrupt
59
bool
stale_p
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
xive.h
55
*
stale_p
means that there is no queue entry for this interrupt
59
bool
stale_p
;
member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_xive.c
169
/* This orders xive_esc_on = false vs. subsequent
stale_p
= true */
in xive_esc_irq()
1127
* that EOI doesn't re-enable it, but just sets the
stale_p
flag to
1130
*
stale_p
(because it has no easy way to address it). Hence we have
1131
* to adjust
stale_p
before shutting down the interrupt.
1141
* (i.e.
stale_p
set if xive_esc_on is false) even if
in xive_cleanup_single_escalation()
1144
xd->
stale_p
= false;
in xive_cleanup_single_escalation()
1147
xd->
stale_p
= true;
in xive_cleanup_single_escalation()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_xive.c
860
/* This orders xive_esc_on = false vs. subsequent
stale_p
= true */
in xive_esc_irq()
1782
* that EOI doesn't re-enable it, but just sets the
stale_p
flag to
1785
*
stale_p
(because it has no easy way to address it). Hence we have
1786
* to adjust
stale_p
before shutting down the interrupt.
1795
* (i.e.
stale_p
set if xive_esc_on is false) even if
in xive_cleanup_single_escalation()
1798
xd->
stale_p
= false;
in xive_cleanup_single_escalation()
1801
xd->
stale_p
= true;
in xive_cleanup_single_escalation()
Completed in 12 milliseconds