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_EE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
irq_64.c
150
if (irq_happened_test_and_clear(
PACA_IRQ_EE
)) {
in __replay_soft_interrupts()
435
PACA_IRQ_EE
,
436
PACA_IRQ_EE
,
513
local_paca->irq_happened |=
PACA_IRQ_EE
;
in force_external_irq_replay()
H
A
D
exceptions-64e.S
967
masked_interrupt_book3e
PACA_IRQ_EE
1
H
A
D
exceptions-64s.S
468
li r10,
PACA_IRQ_EE
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
irq.c
142
if (happened &
PACA_IRQ_EE
) {
in __check_irq_replay()
143
local_paca->irq_happened &= ~
PACA_IRQ_EE
;
in __check_irq_replay()
233
if (local_paca->irq_happened &
PACA_IRQ_EE
) {
in replay_soft_interrupts()
234
local_paca->irq_happened &= ~
PACA_IRQ_EE
;
in replay_soft_interrupts()
467
PACA_IRQ_EE
,
468
PACA_IRQ_EE
,
545
local_paca->irq_happened |=
PACA_IRQ_EE
;
in force_external_irq_replay()
H
A
D
exceptions-64e.S
991
masked_interrupt_book3e
PACA_IRQ_EE
1
H
A
D
exceptions-64s.S
531
li r10,
PACA_IRQ_EE
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hw_irq.h
26
#define
PACA_IRQ_EE
0x04
macro
36
#define PACA_IRQ_MUST_HARD_MASK (
PACA_IRQ_EE
|PACA_IRQ_PMI)
38
#define PACA_IRQ_MUST_HARD_MASK (
PACA_IRQ_EE
)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hw_irq.h
35
#define
PACA_IRQ_EE
0x04
macro
47
#define PACA_IRQ_MUST_HARD_MASK (
PACA_IRQ_EE
|PACA_IRQ_PMI|PACA_IRQ_REPLAYING)
49
#define PACA_IRQ_MUST_HARD_MASK (
PACA_IRQ_EE
|PACA_IRQ_REPLAYING)
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
smp.c
196
if (local_paca->irq_happened &
PACA_IRQ_EE
)
in pnv_cpu_offline_self()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
smp.c
196
if (local_paca->irq_happened &
PACA_IRQ_EE
)
in pnv_cpu_offline_self()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3070
local_paca->irq_happened |=
PACA_IRQ_EE
;
in set_irq_happened()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3692
local_paca->irq_happened |=
PACA_IRQ_EE
;
in set_irq_happened()
Completed in 34 milliseconds