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:vga_base
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
vga.h
7
extern unsigned long
vga_base
;
9
#define VGA_MAP_MEM(x,s) (
vga_base
+ (x))
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
vga.h
7
extern unsigned long
vga_base
;
9
#define VGA_MAP_MEM(x,s) (
vga_base
+ (x))
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
iomap.c
15
unsigned long
vga_base
;
variable
16
EXPORT_SYMBOL(
vga_base
);
variable
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
iomap.c
15
unsigned long
vga_base
;
variable
16
EXPORT_SYMBOL(
vga_base
);
variable
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H
A
D
common.c
192
vga_base
= PCIMEM_BASE;
in footbridge_map_io()
/kernel/linux/linux-6.6/arch/arm/mach-footbridge/
H
A
D
common.c
252
vga_base
= PCIMEM_BASE;
in footbridge_map_io()
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H
A
D
pcie.c
214
vga_base
= DOVE_PCIE0_MEM_PHYS_BASE;
in dove_pcie_init()
/kernel/linux/linux-6.6/arch/arm/mach-dove/
H
A
D
pcie.c
217
vga_base
= DOVE_PCIE0_MEM_PHYS_BASE;
in dove_pcie_init()
/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/
H
A
D
pcie.c
254
vga_base
= MV78XX0_PCIE_MEM_PHYS_BASE;
in mv78xx0_pcie_init()
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H
A
D
pcie.c
259
vga_base
= MV78XX0_PCIE_MEM_PHYS_BASE;
in mv78xx0_pcie_init()
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H
A
D
pci.c
543
vga_base
= ORION5X_PCIE_MEM_PHYS_BASE;
in orion5x_pci_sys_setup()
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H
A
D
pci.c
552
vga_base
= ORION5X_PCIE_MEM_PHYS_BASE;
in orion5x_pci_sys_setup()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis.h
517
unsigned long
vga_base
;
member
H
A
D
sis_main.c
6041
ivideo->SiS_Pr.IOAddress = ivideo->
vga_base
= ivideo->SiS_Pr.RelIO;
in sisfb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis.h
516
unsigned long
vga_base
;
member
H
A
D
sis_main.c
6059
ivideo->SiS_Pr.IOAddress = ivideo->
vga_base
= ivideo->SiS_Pr.RelIO;
in sisfb_probe()
Completed in 21 milliseconds