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:debug_putstr
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/lib/
H
A
D
kaslr.c
24
#define
debug_putstr
(v) early_printk("%s", v)
macro
59
debug_putstr
(purpose);
in kaslr_get_random_long()
60
debug_putstr
(" KASLR using");
in kaslr_get_random_long()
63
debug_putstr
(" RDRAND");
in kaslr_get_random_long()
71
debug_putstr
(" RDTSC");
in kaslr_get_random_long()
79
debug_putstr
(" i8254");
in kaslr_get_random_long()
89
debug_putstr
("...\n");
in kaslr_get_random_long()
/kernel/linux/linux-6.6/arch/x86/lib/
H
A
D
kaslr.c
24
#define
debug_putstr
(v) early_printk("%s", v)
macro
60
debug_putstr
(purpose);
in kaslr_get_random_long()
61
debug_putstr
(" KASLR using");
in kaslr_get_random_long()
66
debug_putstr
(" RDRAND");
in kaslr_get_random_long()
75
debug_putstr
(" RDTSC");
in kaslr_get_random_long()
84
debug_putstr
(" i8254");
in kaslr_get_random_long()
95
debug_putstr
("...\n");
in kaslr_get_random_long()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
efi.c
31
debug_putstr
("No EFI environment detected.\n");
in efi_get_type()
42
debug_putstr
("EFI system table is located above 4GB and cannot be accessed.\n");
in efi_get_type()
72
debug_putstr
("EFI system table not found.");
in efi_get_system_table()
110
debug_putstr
("kexec EFI environment missing valid configuration table.\n");
in get_kexec_setup_data()
176
debug_putstr
("Error: EFI config table entry located above 4GB.\n");
in get_vendor_table()
H
A
D
misc.c
217
debug_putstr
("No relocation needed... ");
in handle_relocations()
220
debug_putstr
("Performing relocations... ");
in handle_relocations()
299
debug_putstr
("Parsing ELF... ");
in parse_elf()
422
debug_putstr
("early console in extract_kernel\n");
in extract_kernel()
480
debug_putstr
("\nDecompressing Linux... ");
in extract_kernel()
483
debug_putstr
("Accepting memory... ");
in extract_kernel()
489
debug_putstr
("done.\nBooting the kernel (entry_offset: 0x");
in extract_kernel()
491
debug_putstr
(").\n");
in extract_kernel()
H
A
D
misc.h
72
#define
debug_putstr
(__x) __putstr(__x)
macro
75
debug_putstr
(#__x ": 0x"); \
77
debug_putstr
("\n"); \
82
static inline void
debug_putstr
(const char *s)
in debug_putstr()
function
H
A
D
acpi.c
44
debug_putstr
("Error getting RSDP address.\n");
in __efi_get_rsdp_addr()
292
debug_putstr
("Invalid zero length SRAT subtable.\n");
in count_immovable_mem_regions()
307
debug_putstr
("Too many immovable memory regions, aborting.\n");
in count_immovable_mem_regions()
H
A
D
ident_map_64.c
56
debug_putstr
("out of pgt_buf in " __FILE__ "!?\n");
in alloc_pgt_page()
64
debug_putstr
("pgt_buf running low in " __FILE__ "\n");
in alloc_pgt_page()
65
debug_putstr
("Need to raise BOOT_PGT_SIZE?\n");
in alloc_pgt_page()
H
A
D
kaslr.c
576
debug_putstr
("slots_fetch_random() failed!?\n");
in slots_fetch_random()
637
debug_putstr
("Aborted e820/efi memmap scan (slot_areas full)!\n");
in process_mem_region()
666
debug_putstr
("Aborted e820/efi memmap scan when walking immovable regions(slot_areas full)!\n");
in process_mem_region()
803
debug_putstr
("Aborted memory entries scan (more than 4 memmap= args)!\n");
in find_random_phys_addr()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
misc.h
54
#define
debug_putstr
(__x) __putstr(__x)
macro
57
debug_putstr
(#__x ": 0x"); \
59
debug_putstr
("\n"); \
64
static inline void
debug_putstr
(const char *s)
in debug_putstr()
function
H
A
D
acpi.c
48
debug_putstr
("Error getting RSDP address: EFI config table located above 4GB.\n");
in __efi_get_rsdp_addr()
97
debug_putstr
("Wrong kexec SETUP_EFI data.\n");
in kexec_get_rsdp_addr()
104
debug_putstr
("Wrong kexec EFI loader signature.\n");
in kexec_get_rsdp_addr()
136
debug_putstr
("Wrong EFI loader signature.\n");
in efi_get_rsdp_addr()
145
debug_putstr
("Error getting RSDP address: EFI system table located above 4GB.\n");
in efi_get_rsdp_addr()
398
debug_putstr
("Invalid zero length SRAT subtable.\n");
in count_immovable_mem_regions()
413
debug_putstr
("Too many immovable memory regions, aborting.\n");
in count_immovable_mem_regions()
H
A
D
misc.c
208
debug_putstr
("No relocation needed... ");
in handle_relocations()
211
debug_putstr
("Performing relocations... ");
in handle_relocations()
292
debug_putstr
("Parsing ELF... ");
in parse_elf()
379
debug_putstr
("early console in extract_kernel\n");
in extract_kernel()
439
debug_putstr
("\nDecompressing Linux... ");
in extract_kernel()
444
debug_putstr
("done.\nBooting the kernel.\n");
in extract_kernel()
H
A
D
ident_map_64.c
64
debug_putstr
("out of pgt_buf in " __FILE__ "!?\n");
in alloc_pgt_page()
72
debug_putstr
("pgt_buf running low in " __FILE__ "\n");
in alloc_pgt_page()
73
debug_putstr
("Need to raise BOOT_PGT_SIZE?\n");
in alloc_pgt_page()
H
A
D
kaslr.c
580
debug_putstr
("slots_fetch_random() failed!?\n");
in slots_fetch_random()
641
debug_putstr
("Aborted e820/efi memmap scan (slot_areas full)!\n");
in process_mem_region()
670
debug_putstr
("Aborted e820/efi memmap scan when walking immovable regions(slot_areas full)!\n");
in process_mem_region()
791
debug_putstr
("Aborted memory entries scan (more than 4 memmap= args)!\n");
in find_random_phys_addr()
Completed in 9 milliseconds