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:pdc_coproc_cfg
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
pdc.h
34
int
pdc_coproc_cfg
(struct
pdc_coproc_cfg
*pdc_coproc_info);
35
int pdc_coproc_cfg_unlocked(struct
pdc_coproc_cfg
*pdc_coproc_info);
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
pdc.h
31
int
pdc_coproc_cfg
(struct
pdc_coproc_cfg
*pdc_coproc_info);
32
int pdc_coproc_cfg_unlocked(struct
pdc_coproc_cfg
*pdc_coproc_info);
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
processor.c
323
struct
pdc_coproc_cfg
coproc_cfg;
in init_per_cpu()
326
ret =
pdc_coproc_cfg
(&coproc_cfg);
in init_per_cpu()
H
A
D
setup.c
386
struct
pdc_coproc_cfg
coproc_cfg;
in start_parisc()
H
A
D
firmware.c
345
int pdc_coproc_cfg_unlocked(struct
pdc_coproc_cfg
*pdc_coproc_info)
in pdc_coproc_cfg_unlocked()
360
*
pdc_coproc_cfg
- To identify coprocessors attached to the processor.
366
int
pdc_coproc_cfg
(struct
pdc_coproc_cfg
*pdc_coproc_info)
in pdc_coproc_cfg()
function
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
processor.c
330
struct
pdc_coproc_cfg
coproc_cfg;
in init_per_cpu()
333
ret =
pdc_coproc_cfg
(&coproc_cfg);
in init_per_cpu()
H
A
D
setup.c
283
struct
pdc_coproc_cfg
coproc_cfg;
in start_parisc()
H
A
D
firmware.c
389
int pdc_coproc_cfg_unlocked(struct
pdc_coproc_cfg
*pdc_coproc_info)
in pdc_coproc_cfg_unlocked()
404
*
pdc_coproc_cfg
- To identify coprocessors attached to the processor.
410
int
pdc_coproc_cfg
(struct
pdc_coproc_cfg
*pdc_coproc_info)
in pdc_coproc_cfg()
function
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
pdc.h
451
struct
pdc_coproc_cfg
{ /* for PDC_COPROC_CFG */
struct
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
pdc.h
458
struct
pdc_coproc_cfg
{ /* for PDC_COPROC_CFG */
struct
Completed in 14 milliseconds