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:after_bootmem
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
mm_internal.h
22
extern int
after_bootmem
;
H
A
D
init_64.c
222
* (alloc_bootmem_pages). It's safe to do it ONLY when
after_bootmem
== 0.
228
if (
after_bootmem
)
in spp_getpage()
235
after_bootmem
? "after bootmem" : "");
in spp_getpage()
462
if (!
after_bootmem
&&
in phys_pte_init()
478
if (!
after_bootmem
)
in phys_pte_init()
517
if (!
after_bootmem
&&
in phys_pmd_init()
549
if (!
after_bootmem
)
in phys_pmd_init()
605
if (!
after_bootmem
&&
in phys_pud_init()
636
if (!
after_bootmem
)
in phys_pud_init()
696
if (!
after_bootmem
in phys_p4d_init()
[all...]
H
A
D
init.c
132
if (
after_bootmem
) {
in alloc_low_pages()
197
int
after_bootmem
;
variable
482
if (!
after_bootmem
)
in split_mem_range()
H
A
D
init_32.c
178
BUG_ON(
after_bootmem
);
in page_table_kmap_check()
770
after_bootmem
= 1;
in mem_init()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
mm_internal.h
22
extern int
after_bootmem
;
H
A
D
init_64.c
228
* (alloc_bootmem_pages). It's safe to do it ONLY when
after_bootmem
== 0.
234
if (
after_bootmem
)
in spp_getpage()
241
after_bootmem
? "after bootmem" : "");
in spp_getpage()
468
if (!
after_bootmem
&&
in phys_pte_init()
484
if (!
after_bootmem
)
in phys_pte_init()
523
if (!
after_bootmem
&&
in phys_pmd_init()
555
if (!
after_bootmem
)
in phys_pmd_init()
610
if (!
after_bootmem
&&
in phys_pud_init()
641
if (!
after_bootmem
)
in phys_pud_init()
697
if (!
after_bootmem
in phys_p4d_init()
[all...]
H
A
D
init.c
129
if (
after_bootmem
) {
in alloc_low_pages()
201
int
after_bootmem
;
variable
477
if (!
after_bootmem
)
in split_mem_range()
H
A
D
init_32.c
175
BUG_ON(
after_bootmem
);
in page_table_kmap_check()
738
after_bootmem
= 1;
in mem_init()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
text-patching.h
120
extern int
after_bootmem
;
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
text-patching.h
139
extern int
after_bootmem
;
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
alternative.c
1187
BUG_ON(!
after_bootmem
);
in __text_poke()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
alternative.c
1803
BUG_ON(!
after_bootmem
);
in __text_poke()
Completed in 13 milliseconds