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:irt_entry
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parisc/
H
A
D
iosapic.c
219
static struct
irt_entry
*irt_cell;
222
static struct
irt_entry
*iosapic_alloc_irt(int num_entries)
in iosapic_alloc_irt()
231
a = (unsigned long)kmalloc(sizeof(struct
irt_entry
) * num_entries + 8, GFP_KERNEL);
in iosapic_alloc_irt()
233
return (struct
irt_entry
*)a;
in iosapic_alloc_irt()
264
iosapic_load_irt(unsigned long cell_num, struct
irt_entry
**irt)
in iosapic_load_irt()
267
struct
irt_entry
*table; /* start of interrupt routing tbl */
in iosapic_load_irt()
335
struct
irt_entry
*p = table;
in iosapic_load_irt()
342
(int) sizeof(struct
irt_entry
));
in iosapic_load_irt()
389
static struct
irt_entry
*
392
struct
irt_entry
*
in irt_find_irqline()
[all...]
H
A
D
iosapic_private.h
26
struct
irt_entry
{
struct
112
struct
irt_entry
*irt_base; /* intr routing table address */
120
struct
irt_entry
*irte; /* IRT entry */
/kernel/linux/linux-6.6/drivers/parisc/
H
A
D
iosapic.c
219
static struct
irt_entry
*irt_cell;
222
static struct
irt_entry
*iosapic_alloc_irt(int num_entries)
in iosapic_alloc_irt()
224
return kcalloc(num_entries, sizeof(struct
irt_entry
), GFP_KERNEL);
in iosapic_alloc_irt()
255
iosapic_load_irt(unsigned long cell_num, struct
irt_entry
**irt)
in iosapic_load_irt()
258
struct
irt_entry
*table; /* start of interrupt routing tbl */
in iosapic_load_irt()
326
struct
irt_entry
*p = table;
in iosapic_load_irt()
333
(int) sizeof(struct
irt_entry
));
in iosapic_load_irt()
380
static struct
irt_entry
*
383
struct
irt_entry
*i = irt_cell;
in irt_find_irqline()
450
static struct
irt_entry
*
[all...]
H
A
D
iosapic_private.h
26
struct
irt_entry
{
struct
112
struct
irt_entry
*irt_base; /* intr routing table address */
120
struct
irt_entry
*irte; /* IRT entry */
Completed in 3 milliseconds