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:kaslr_enabled
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
ipl_parm.c
24
int
kaslr_enabled
;
variable
238
kaslr_enabled
= IS_ENABLED(CONFIG_RANDOMIZE_BASE);
in parse_boot_command_line()
274
kaslr_enabled
= 0;
in parse_boot_command_line()
301
kaslr_enabled
= 0;
in setup_memory_end()
303
kaslr_enabled
= 0;
in setup_memory_end()
H
A
D
boot.h
16
extern int
kaslr_enabled
;
H
A
D
pgm_check_info.c
47
if (
kaslr_enabled
) {
in print_pgm_check_info()
H
A
D
startup.c
147
if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) &&
kaslr_enabled
) {
in startup_kernel()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
setup.h
80
static inline bool
kaslr_enabled
(void)
in kaslr_enabled()
function
92
return
kaslr_enabled
() && !IS_ENABLED(CONFIG_KASAN);
in kaslr_memory_enabled()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
setup.h
80
static inline bool
kaslr_enabled
(void)
in kaslr_enabled()
function
92
return
kaslr_enabled
() && !IS_ENABLED(CONFIG_KASAN);
in kaslr_memory_enabled()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
memory.h
209
static inline bool
kaslr_enabled
(void)
in kaslr_enabled()
function
216
static inline bool
kaslr_enabled
(void) { return false; }
in kaslr_enabled()
function
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
startup.c
321
if (
kaslr_enabled
()) {
in startup_kernel()
344
if (
kaslr_enabled
())
in startup_kernel()
H
A
D
pgm_check_info.c
156
if (
kaslr_enabled
())
in print_pgm_check_info()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
setup.h
142
static inline int
kaslr_enabled
(void)
in kaslr_enabled()
function
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
cpu_entry_area.c
33
if (!
kaslr_enabled
()) {
in init_cea_offsets()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
module.c
47
if (
kaslr_enabled
()) {
in get_module_load_offset()
H
A
D
setup.c
760
if (
kaslr_enabled
()) {
in dump_kernel_offset()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
module.c
82
if (!
kaslr_enabled
()) {
in module_init_limits()
H
A
D
cpufeature.c
1667
return
kaslr_enabled
();
in kaslr_requires_kpti()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
module.c
47
if (
kaslr_enabled
()) {
in get_module_load_offset()
H
A
D
setup.c
804
if (
kaslr_enabled
()) {
in dump_kernel_offset()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
module.c
44
if (!
kaslr_enabled
())
in get_module_load_offset()
Completed in 14 milliseconds