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:PACA_IRQ_PMI
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hw_irq.h
29
#define
PACA_IRQ_PMI
0x20
macro
36
#define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|
PACA_IRQ_PMI
)
187
get_paca()->irq_happened |=
PACA_IRQ_PMI
;
in set_pmi_irq_pending()
199
get_paca()->irq_happened &= ~
PACA_IRQ_PMI
;
in clear_pmi_irq_pending()
208
if (get_paca()->irq_happened &
PACA_IRQ_PMI
)
in pmi_irq_pending()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hw_irq.h
38
#define
PACA_IRQ_PMI
0x20
macro
47
#define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|
PACA_IRQ_PMI
|PACA_IRQ_REPLAYING)
228
get_paca()->irq_happened |=
PACA_IRQ_PMI
;
in set_pmi_irq_pending()
240
get_paca()->irq_happened &= ~
PACA_IRQ_PMI
;
in clear_pmi_irq_pending()
249
if (get_paca()->irq_happened &
PACA_IRQ_PMI
)
in pmi_irq_pending()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
irq.c
253
if (IS_ENABLED(CONFIG_PPC_BOOK3S) && (local_paca->irq_happened &
PACA_IRQ_PMI
)) {
in replay_soft_interrupts()
254
local_paca->irq_happened &= ~
PACA_IRQ_PMI
;
in replay_soft_interrupts()
H
A
D
exceptions-64s.S
539
li r10,
PACA_IRQ_PMI
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
irq_64.c
165
irq_happened_test_and_clear(
PACA_IRQ_PMI
)) {
in __replay_soft_interrupts()
H
A
D
exceptions-64s.S
476
li r10,
PACA_IRQ_PMI
Completed in 9 milliseconds