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:octeon_bootinfo
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
setup.c
80
struct cvmx_bootinfo *
octeon_bootinfo
;
variable
81
EXPORT_SYMBOL(
octeon_bootinfo
);
variable
224
kexec_bootmem_init(
octeon_bootinfo
->dram_size*1024ULL*1024ULL,
in octeon_generic_shutdown()
309
return
octeon_bootinfo
->board_type == CVMX_BOARD_TYPE_SIM;
in octeon_is_simulation()
322
return
octeon_bootinfo
->config_flags & CVMX_BOOTINFO_CFG_FLAG_PCI_HOST;
in octeon_is_pci_host()
359
if (
octeon_bootinfo
->led_display_base_addr) {
in octeon_write_lcd()
361
ioremap(
octeon_bootinfo
->led_display_base_addr,
in octeon_write_lcd()
478
switch (
octeon_bootinfo
->board_type) {
in octeon_halt()
498
board_type = cvmx_board_type_to_string(
octeon_bootinfo
->board_type);
in init_octeon_system_type()
676
octeon_bootinfo
in prom_init()
[all...]
H
A
D
octeon-platform.c
714
((
octeon_bootinfo
->mac_addr_base[0] & 0xffull)) << 40 |
in octeon_fill_mac_addresses()
715
((
octeon_bootinfo
->mac_addr_base[1] & 0xffull)) << 32 |
in octeon_fill_mac_addresses()
716
((
octeon_bootinfo
->mac_addr_base[2] & 0xffull)) << 24 |
in octeon_fill_mac_addresses()
717
((
octeon_bootinfo
->mac_addr_base[3] & 0xffull)) << 16 |
in octeon_fill_mac_addresses()
718
((
octeon_bootinfo
->mac_addr_base[4] & 0xffull)) << 8 |
in octeon_fill_mac_addresses()
719
(
octeon_bootinfo
->mac_addr_base[5] & 0xffull);
in octeon_fill_mac_addresses()
777
WARN(
octeon_bootinfo
->board_type == CVMX_BOARD_TYPE_CUST_DSR1000N,
in octeon_prune_device_tree()
779
cvmx_board_type_to_string(
octeon_bootinfo
->board_type));
in octeon_prune_device_tree()
794
if (
octeon_bootinfo
->board_type == CVMX_BOARD_TYPE_NIC10E)
in octeon_prune_device_tree()
941
if (
octeon_bootinfo
in octeon_prune_device_tree()
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
setup.c
80
struct cvmx_bootinfo *
octeon_bootinfo
;
variable
81
EXPORT_SYMBOL(
octeon_bootinfo
);
variable
224
kexec_bootmem_init(
octeon_bootinfo
->dram_size*1024ULL*1024ULL,
in octeon_generic_shutdown()
308
return
octeon_bootinfo
->board_type == CVMX_BOARD_TYPE_SIM;
in octeon_is_simulation()
321
return
octeon_bootinfo
->config_flags & CVMX_BOOTINFO_CFG_FLAG_PCI_HOST;
in octeon_is_pci_host()
358
if (
octeon_bootinfo
->led_display_base_addr) {
in octeon_write_lcd()
360
ioremap(
octeon_bootinfo
->led_display_base_addr,
in octeon_write_lcd()
477
switch (
octeon_bootinfo
->board_type) {
in octeon_halt()
497
board_type = cvmx_board_type_to_string(
octeon_bootinfo
->board_type);
in init_octeon_system_type()
672
octeon_bootinfo
in prom_init()
[all...]
H
A
D
octeon-platform.c
715
((
octeon_bootinfo
->mac_addr_base[0] & 0xffull)) << 40 |
in octeon_fill_mac_addresses()
716
((
octeon_bootinfo
->mac_addr_base[1] & 0xffull)) << 32 |
in octeon_fill_mac_addresses()
717
((
octeon_bootinfo
->mac_addr_base[2] & 0xffull)) << 24 |
in octeon_fill_mac_addresses()
718
((
octeon_bootinfo
->mac_addr_base[3] & 0xffull)) << 16 |
in octeon_fill_mac_addresses()
719
((
octeon_bootinfo
->mac_addr_base[4] & 0xffull)) << 8 |
in octeon_fill_mac_addresses()
720
(
octeon_bootinfo
->mac_addr_base[5] & 0xffull);
in octeon_fill_mac_addresses()
778
WARN(
octeon_bootinfo
->board_type == CVMX_BOARD_TYPE_CUST_DSR1000N,
in octeon_prune_device_tree()
780
cvmx_board_type_to_string(
octeon_bootinfo
->board_type));
in octeon_prune_device_tree()
795
if (
octeon_bootinfo
->board_type == CVMX_BOARD_TYPE_NIC10E)
in octeon_prune_device_tree()
942
if (
octeon_bootinfo
in octeon_prune_device_tree()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H
A
D
octeon.h
351
extern struct cvmx_bootinfo *
octeon_bootinfo
;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H
A
D
octeon.h
349
extern struct cvmx_bootinfo *
octeon_bootinfo
;
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
pci-octeon.c
204
switch (
octeon_bootinfo
->board_type) {
in octeon_get_pci_interrupts()
/kernel/linux/linux-6.6/arch/mips/pci/
H
A
D
pci-octeon.c
204
switch (
octeon_bootinfo
->board_type) {
in octeon_get_pci_interrupts()
Completed in 9 milliseconds