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:saved_p
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H
A
D
common.c
457
* Clear
saved_p
to indicate that it's no longer occupying
in xive_irq_eoi()
460
xd->
saved_p
= false;
in xive_irq_eoi()
487
xd->
saved_p
= true;
in xive_do_source_set_mask()
489
} else if (xd->
saved_p
) {
in xive_do_source_set_mask()
491
xd->
saved_p
= false;
in xive_do_source_set_mask()
635
xd->
saved_p
= false;
in xive_irq_startup()
855
xd->
saved_p
= !!(pq & XIVE_ESB_VAL_P);
in xive_irq_set_vcpu_affinity()
856
xd->stale_p = !xd->
saved_p
;
in xive_irq_set_vcpu_affinity()
865
WARN_ON(xd->
saved_p
);
in xive_irq_set_vcpu_affinity()
882
* This
saved_p
i
in xive_irq_set_vcpu_affinity()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H
A
D
common.c
431
* Clear
saved_p
to indicate that it's no longer occupying
in xive_irq_eoi()
434
xd->
saved_p
= false;
in xive_irq_eoi()
461
xd->
saved_p
= true;
in xive_do_source_set_mask()
463
} else if (xd->
saved_p
) {
in xive_do_source_set_mask()
465
xd->
saved_p
= false;
in xive_do_source_set_mask()
609
xd->
saved_p
= false;
in xive_irq_startup()
886
xd->
saved_p
= !!(pq & XIVE_ESB_VAL_P);
in xive_irq_set_vcpu_affinity()
887
xd->stale_p = !xd->
saved_p
;
in xive_irq_set_vcpu_affinity()
896
WARN_ON(xd->
saved_p
);
in xive_irq_set_vcpu_affinity()
913
* This
saved_p
i
in xive_irq_set_vcpu_affinity()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
xive.h
52
*
saved_p
means that there is a queue entry for this interrupt
58
bool
saved_p
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
xive.h
52
*
saved_p
means that there is a queue entry for this interrupt
58
bool
saved_p
;
member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_xive.h
58
bool
saved_p
;
member
H
A
D
book3s_xive.c
1401
if (!state->
saved_p
)
in xive_pre_save_set_queued()
1421
state->
saved_p
= state->old_p;
in xive_pre_save_mask_irq()
1573
if (state->
saved_p
)
in xive_get_source()
1576
if (state->
saved_p
)
in xive_get_source()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_xive.h
58
bool
saved_p
;
member
H
A
D
book3s_xive.c
2060
if (!state->
saved_p
)
in xive_pre_save_set_queued()
2080
state->
saved_p
= state->old_p;
in xive_pre_save_mask_irq()
2233
if (state->
saved_p
)
in xive_get_source()
2236
if (state->
saved_p
)
in xive_get_source()
Completed in 12 milliseconds