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:GIC_PRIO_IRQOFF
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
irqflags.h
34
WARN_ON_ONCE(pmr != GIC_PRIO_IRQON && pmr !=
GIC_PRIO_IRQOFF
);
in arch_local_irq_enable()
53
WARN_ON_ONCE(pmr != GIC_PRIO_IRQON && pmr !=
GIC_PRIO_IRQOFF
);
in arch_local_irq_disable()
61
: "r" ((unsigned long)
GIC_PRIO_IRQOFF
)
in arch_local_irq_disable()
H
A
D
daifflags.h
25
(read_sysreg_s(SYS_ICC_PMR_EL1) == (
GIC_PRIO_IRQOFF
|
in local_daif_mask()
90
pmr =
GIC_PRIO_IRQOFF
;
in local_daif_restore()
H
A
D
arch_gicv3.h
171
gic_write_pmr(
GIC_PRIO_IRQOFF
);
in gic_pmr_mask_irqs()
H
A
D
ptrace.h
38
#define
GIC_PRIO_IRQOFF
\
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
irqflags.h
41
WARN_ON_ONCE(pmr != GIC_PRIO_IRQON && pmr !=
GIC_PRIO_IRQOFF
);
in __pmr_local_irq_enable()
70
WARN_ON_ONCE(pmr != GIC_PRIO_IRQON && pmr !=
GIC_PRIO_IRQOFF
);
in __pmr_local_irq_disable()
74
write_sysreg_s(
GIC_PRIO_IRQOFF
, SYS_ICC_PMR_EL1);
in __pmr_local_irq_disable()
H
A
D
daifflags.h
25
(read_sysreg_s(SYS_ICC_PMR_EL1) == (
GIC_PRIO_IRQOFF
|
in local_daif_mask()
90
pmr =
GIC_PRIO_IRQOFF
;
in local_daif_restore()
H
A
D
arch_gicv3.h
185
gic_write_pmr(
GIC_PRIO_IRQOFF
);
in gic_pmr_mask_irqs()
H
A
D
ptrace.h
43
#define
GIC_PRIO_IRQOFF
\
macro
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H
A
D
switch.c
251
gic_write_pmr(
GIC_PRIO_IRQOFF
);
in __kvm_vcpu_run()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
switch.c
353
gic_write_pmr(
GIC_PRIO_IRQOFF
);
in __kvm_vcpu_run()
Completed in 6 milliseconds