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:OV5_INDX
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
init_64.c
412
if (size <=
OV5_INDX
(OV5_MMU_SUPPORT)) {
in early_check_vec5()
418
mmu_supported = vec5[
OV5_INDX
(OV5_MMU_SUPPORT)] &
in early_check_vec5()
425
if (!(vec5[
OV5_INDX
(OV5_RADIX_GTSE)] &
in early_check_vec5()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
init_64.c
443
if (size <=
OV5_INDX
(OV5_MMU_SUPPORT)) {
in early_check_vec5()
449
mmu_supported = vec5[
OV5_INDX
(OV5_MMU_SUPPORT)] &
in early_check_vec5()
456
if (!(vec5[
OV5_INDX
(OV5_RADIX_GTSE)] &
in early_check_vec5()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
prom.h
137
* and
OV5_INDX
() macros to extract the desired information.
140
#define
OV5_INDX
(x) ((x) >> 8)
macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
firmware.c
137
index =
OV5_INDX
(vec5_fw_features_table[i].feature);
in fw_vec5_feature_init()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
prom.h
133
* and
OV5_INDX
() macros to extract the desired information.
136
#define
OV5_INDX
(x) ((x) >> 8)
macro
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
firmware.c
140
index =
OV5_INDX
(vec5_fw_features_table[i].feature);
in fw_vec5_feature_init()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H
A
D
spapr.c
780
vec5_xive = get_vec5_feature(
OV5_INDX
(OV5_XIVE_SUPPORT));
in xive_spapr_disabled()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H
A
D
spapr.c
788
vec5_xive = get_vec5_feature(
OV5_INDX
(OV5_XIVE_SUPPORT));
in xive_spapr_disabled()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
prom_init.c
1292
case
OV5_INDX
(OV5_MMU_SUPPORT): /* MMU Model */
in prom_parse_platform_support()
1295
case
OV5_INDX
(OV5_RADIX_GTSE): /* Radix Extensions */
in prom_parse_platform_support()
1299
case
OV5_INDX
(OV5_XIVE_SUPPORT): /* Interrupt mode */
in prom_parse_platform_support()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
prom_init.c
1318
case
OV5_INDX
(OV5_MMU_SUPPORT): /* MMU Model */
in prom_parse_platform_support()
1321
case
OV5_INDX
(OV5_RADIX_GTSE): /* Radix Extensions */
in prom_parse_platform_support()
1325
case
OV5_INDX
(OV5_XIVE_SUPPORT): /* Interrupt mode */
in prom_parse_platform_support()
Completed in 14 milliseconds