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:klimit
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H
A
D
setup.c
102
char *old_klimit =
klimit
;
in machine_early_init()
114
klimit
+= romfs_size;
in machine_early_init()
140
pr_info("####
klimit
%p ####\n", old_klimit);
in machine_early_init()
146
pr_info("New
klimit
: 0x%08x\n", (unsigned)
klimit
);
in machine_early_init()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H
A
D
setup.c
102
char *old_klimit =
klimit
;
in machine_early_init()
114
klimit
+= romfs_size;
in machine_early_init()
140
pr_info("####
klimit
%p ####\n", old_klimit);
in machine_early_init()
146
pr_info("New
klimit
: 0x%08x\n", (unsigned)
klimit
);
in machine_early_init()
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
setup.h
15
extern char *
klimit
;
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
setup.h
15
extern char *
klimit
;
/kernel/linux/linux-5.10/arch/microblaze/mm/
H
A
D
init.c
37
char *
klimit
= _end;
variable
139
kernel_align_size = PAGE_UP((u32)
klimit
) - kernel_align_start;
in setup_memory()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
setup.h
13
extern unsigned long
klimit
;
/kernel/linux/linux-6.6/arch/microblaze/mm/
H
A
D
init.c
33
char *
klimit
= _end;
variable
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup-common.c
96
unsigned long
klimit
= (unsigned long) _end;
variable
940
init_mm.brk =
klimit
;
in setup_arch()
H
A
D
head_book3s_32.S
800
addis r9,r26,
klimit
@ha /* fetch
klimit
*/
801
lwz r25,
klimit
@l(r9)
H
A
D
prom.c
767
memblock_reserve(PHYSICAL_START, __pa(
klimit
) - PHYSICAL_START);
in early_init_devtree()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
bootx_init.c
436
bootx_printf("\nklimit : 0x%x",(unsigned long)
klimit
);
in btext_welcome()
Completed in 7 milliseconds