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:max_real_irqs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
pic.c
51
static int
max_real_irqs
;
variable
63
if (irq_nr >=
max_real_irqs
&& pmac_irq_cascade > 0) {
in __pmac_retrigger()
207
for (irq = max_irqs; (irq -= 32) >=
max_real_irqs
; ) {
in gatwick_action()
237
for (irq =
max_real_irqs
; (irq -= 32) >= 0; ) {
in pmac_pic_get_irq()
296
max_irqs =
max_real_irqs
= 32;
in pmac_pic_probe_oldstyle()
298
max_irqs =
max_real_irqs
= 32;
in pmac_pic_probe_oldstyle()
304
max_irqs =
max_real_irqs
= 64;
in pmac_pic_probe_oldstyle()
343
if (
max_real_irqs
> 32)
in pmac_pic_probe_oldstyle()
349
master,
max_real_irqs
);
in pmac_pic_probe_oldstyle()
364
max_irqs -
max_real_irqs
, pmac_irq_cascad
in pmac_pic_probe_oldstyle()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
pic.c
54
static int
max_real_irqs
;
variable
66
if (irq_nr >=
max_real_irqs
&& pmac_irq_cascade > 0) {
in __pmac_retrigger()
210
for (irq = max_irqs; (irq -= 32) >=
max_real_irqs
; ) {
in gatwick_action()
240
for (irq =
max_real_irqs
; (irq -= 32) >= 0; ) {
in pmac_pic_get_irq()
299
max_irqs =
max_real_irqs
= 32;
in pmac_pic_probe_oldstyle()
301
max_irqs =
max_real_irqs
= 32;
in pmac_pic_probe_oldstyle()
307
max_irqs =
max_real_irqs
= 64;
in pmac_pic_probe_oldstyle()
343
if (
max_real_irqs
> 32)
in pmac_pic_probe_oldstyle()
349
master,
max_real_irqs
);
in pmac_pic_probe_oldstyle()
364
max_irqs -
max_real_irqs
, pmac_irq_cascad
in pmac_pic_probe_oldstyle()
[all...]
Completed in 3 milliseconds