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_DEC
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
irq.c
137
if (happened &
PACA_IRQ_DEC
) {
in __check_irq_replay()
138
local_paca->irq_happened &= ~
PACA_IRQ_DEC
;
in __check_irq_replay()
225
if (local_paca->irq_happened &
PACA_IRQ_DEC
) {
in replay_soft_interrupts()
226
local_paca->irq_happened &= ~
PACA_IRQ_DEC
;
in replay_soft_interrupts()
465
PACA_IRQ_DEC
,
H
A
D
exceptions-64e.S
995
masked_interrupt_book3e
PACA_IRQ_DEC
0
999
masked_interrupt_book3e
PACA_IRQ_DEC
0
H
A
D
exceptions-64s.S
533
li r10,
PACA_IRQ_DEC
2906
cmpwi r10,
PACA_IRQ_DEC
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
irq_64.c
144
if (irq_happened_test_and_clear(
PACA_IRQ_DEC
)) {
in __replay_soft_interrupts()
433
PACA_IRQ_DEC
,
H
A
D
time.c
486
local_paca->irq_happened |=
PACA_IRQ_DEC
;
in timer_rearm_host_dec()
H
A
D
exceptions-64e.S
971
masked_interrupt_book3e
PACA_IRQ_DEC
0
975
masked_interrupt_book3e
PACA_IRQ_DEC
0
H
A
D
exceptions-64s.S
470
li r10,
PACA_IRQ_DEC
2870
cmpwi r10,
PACA_IRQ_DEC
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hw_irq.h
27
#define
PACA_IRQ_DEC
0x08 /* Or FIT */
macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
smp.c
186
*
PACA_IRQ_DEC
- Decrementer should be ignored.
in pnv_cpu_offline_self()
194
unexpected_mask = ~(
PACA_IRQ_DEC
| PACA_IRQ_HMI | PACA_IRQ_HARD_DIS);
in pnv_cpu_offline_self()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hw_irq.h
36
#define
PACA_IRQ_DEC
0x08 /* Or FIT */
macro
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
smp.c
186
*
PACA_IRQ_DEC
- Decrementer should be ignored.
in pnv_cpu_offline_self()
194
unexpected_mask = ~(
PACA_IRQ_DEC
| PACA_IRQ_HMI | PACA_IRQ_HARD_DIS);
in pnv_cpu_offline_self()
Completed in 16 milliseconds