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:sysino
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
irq_64.c
204
unsigned long
sysino
;
member
229
return ihd->
sysino
;
in irq_data_to_sysino()
277
unsigned long
sysino
= sun4v_devino_to_sysino(devhandle, devino);
in sysino_exists()
local
281
bucket = &ivector_table[
sysino
];
in sysino_exists()
739
unsigned long
sysino
;
in sysino_set_bucket()
local
741
sysino
= sun4v_devino_to_sysino(ihd->dev_handle, ihd->dev_ino);
in sysino_set_bucket()
742
BUG_ON(
sysino
>= nr_ivec);
in sysino_set_bucket()
743
bucket = &ivector_table[
sysino
];
in sysino_set_bucket()
750
unsigned long
sysino
;
in sysino_handler_data()
local
752
sysino
in sysino_handler_data()
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
irq_64.c
205
unsigned long
sysino
;
member
230
return ihd->
sysino
;
in irq_data_to_sysino()
278
unsigned long
sysino
= sun4v_devino_to_sysino(devhandle, devino);
in sysino_exists()
local
282
bucket = &ivector_table[
sysino
];
in sysino_exists()
740
unsigned long
sysino
;
in sysino_set_bucket()
local
742
sysino
= sun4v_devino_to_sysino(ihd->dev_handle, ihd->dev_ino);
in sysino_set_bucket()
743
BUG_ON(
sysino
>= nr_ivec);
in sysino_set_bucket()
744
bucket = &ivector_table[
sysino
];
in sysino_set_bucket()
751
unsigned long
sysino
;
in sysino_handler_data()
local
753
sysino
in sysino_handler_data()
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
hypervisor.h
1588
*
sysino
System interrupt number. A 64-bit unsigned interger
1593
*
sysino
. The state values are defined below.
1596
*
sysino
. The enable values are defined below.
1603
#define HV_INTR_DISABLED 0 /*
sysino
not enabled */
1604
#define HV_INTR_ENABLED 1 /*
sysino
enabled */
1612
* RET1:
sysino
1616
* devhandle/devino into a system specific ino (
sysino
).
1628
* ARG0:
sysino
1631
* ERRORS: EINVAL Invalid
sysino
1634
* by the given
sysino
[all...]
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
hypervisor.h
1588
*
sysino
System interrupt number. A 64-bit unsigned interger
1593
*
sysino
. The state values are defined below.
1596
*
sysino
. The enable values are defined below.
1603
#define HV_INTR_DISABLED 0 /*
sysino
not enabled */
1604
#define HV_INTR_ENABLED 1 /*
sysino
enabled */
1612
* RET1:
sysino
1616
* devhandle/devino into a system specific ino (
sysino
).
1628
* ARG0:
sysino
1631
* ERRORS: EINVAL Invalid
sysino
1634
* by the given
sysino
[all...]
Completed in 10 milliseconds