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:lowmem
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm47xx/
H
A
D
prom.c
54
static unsigned long
lowmem
__initdata;
92
lowmem
= mem;
in prom_init_mem()
150
if (
lowmem
!= 128 << 20 || !highmem_region)
in bcm47xx_prom_highmem_init()
169
extmem -=
lowmem
;
in bcm47xx_prom_highmem_init()
/kernel/linux/linux-6.6/arch/mips/bcm47xx/
H
A
D
prom.c
54
static unsigned long
lowmem
__initdata;
92
lowmem
= mem;
in prom_init_mem()
146
if (
lowmem
!= 128 << 20 || !highmem_region)
in bcm47xx_prom_highmem_init()
165
extmem -=
lowmem
;
in bcm47xx_prom_highmem_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
icm.c
272
(table->
lowmem
? GFP_KERNEL : GFP_HIGHUSER) |
in mlx4_table_get()
323
if (!table->
lowmem
)
in mlx4_table_find()
437
table->
lowmem
= use_lowmem;
in mlx4_init_icm_table()
H
A
D
mlx4.h
265
int
lowmem
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
icm.c
272
(table->
lowmem
? GFP_KERNEL : GFP_HIGHUSER) |
in mlx4_table_get()
323
if (!table->
lowmem
)
in mlx4_table_find()
437
table->
lowmem
= use_lowmem;
in mlx4_init_icm_table()
H
A
D
mlx4.h
267
int
lowmem
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_memfree.h
68
int
lowmem
;
member
H
A
D
mthca_memfree.c
235
(table->
lowmem
? GFP_KERNEL : GFP_HIGHUSER) |
in mthca_table_get()
285
if (!table->
lowmem
)
in mthca_table_find()
378
table->
lowmem
= use_lowmem;
in mthca_alloc_icm_table()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_memfree.h
68
int
lowmem
;
member
H
A
D
mthca_memfree.c
235
(table->
lowmem
? GFP_KERNEL : GFP_HIGHUSER) |
in mthca_table_get()
285
if (!table->
lowmem
)
in mthca_table_find()
378
table->
lowmem
= use_lowmem;
in mthca_alloc_icm_table()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
449
flag = (table->
lowmem
? GFP_KERNEL : GFP_HIGHUSER) | __GFP_NOWARN;
in alloc_mhop_hem()
583
(table->
lowmem
? GFP_KERNEL :
in hns_roce_table_get()
722
if (!table->
lowmem
)
in hns_roce_table_find()
860
table->
lowmem
= use_lowmem;
in hns_roce_init_hem_table()
H
A
D
hns_roce_device.h
309
int
lowmem
;
member
Completed in 17 milliseconds