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
defs:__force_data
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
btext.c
29
#define
__force_data
__section(".data")
macro
31
static int g_loc_X
__force_data
;
variable
32
static int g_loc_Y
__force_data
;
variable
33
static int g_max_loc_X
__force_data
;
variable
34
static int g_max_loc_Y
__force_data
;
variable
36
static int dispDeviceRowBytes
__force_data
;
variable
37
static int dispDeviceDepth
__force_data
;
variable
38
static int dispDeviceRect[4]
__force_data
;
variable
39
static unsigned char *dispDeviceBase
__force_data
;
variable
40
static unsigned char *logicalDisplayBase
__force_data
;
variable
48
int boot_text_mapped
__force_data
= 0;
global()
variable
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
btext.c
27
#define
__force_data
__section(".data")
macro
29
static int g_loc_X
__force_data
;
variable
30
static int g_loc_Y
__force_data
;
variable
31
static int g_max_loc_X
__force_data
;
variable
32
static int g_max_loc_Y
__force_data
;
variable
34
static int dispDeviceRowBytes
__force_data
;
variable
35
static int dispDeviceDepth
__force_data
;
variable
36
static int dispDeviceRect[4]
__force_data
;
variable
37
static unsigned char *dispDeviceBase
__force_data
;
variable
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
btext.c
29
#define
__force_data
__section(".data")
macro
31
static int g_loc_X
__force_data
;
variable
32
static int g_loc_Y
__force_data
;
variable
33
static int g_max_loc_X
__force_data
;
variable
34
static int g_max_loc_Y
__force_data
;
variable
36
static int dispDeviceRowBytes
__force_data
;
variable
37
static int dispDeviceDepth
__force_data
;
variable
38
static int dispDeviceRect[4]
__force_data
;
variable
39
static unsigned char *dispDeviceBase
__force_data
;
variable
40
static unsigned char *logicalDisplayBase
__force_data
;
variable
48
static int boot_text_mapped
__force_data
;
global()
variable
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
btext.c
27
#define
__force_data
__section(".data")
macro
29
static int g_loc_X
__force_data
;
variable
30
static int g_loc_Y
__force_data
;
variable
31
static int g_max_loc_X
__force_data
;
variable
32
static int g_max_loc_Y
__force_data
;
variable
34
static int dispDeviceRowBytes
__force_data
;
variable
35
static int dispDeviceDepth
__force_data
;
variable
36
static int dispDeviceRect[4]
__force_data
;
variable
37
static unsigned char *dispDeviceBase
__force_data
;
variable
Completed in 5 milliseconds