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:efi_setup_data
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
efi.c
85
static struct
efi_setup_data
*get_kexec_setup_data(struct boot_params *bp,
in get_kexec_setup_data()
89
struct
efi_setup_data
*esd = NULL;
in get_kexec_setup_data()
97
esd = (struct
efi_setup_data
*)(pa_data + sizeof(struct setup_data));
in get_kexec_setup_data()
147
struct
efi_setup_data
*esd;
in efi_get_conf_table()
H
A
D
efi.h
101
struct
efi_setup_data
{
struct
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
acpi.c
69
static struct
efi_setup_data
*get_kexec_setup_data_addr(void)
in get_kexec_setup_data_addr()
78
return (struct
efi_setup_data
*)(pa_data + sizeof(struct setup_data));
in get_kexec_setup_data_addr()
88
struct
efi_setup_data
*esd;
in kexec_get_rsdp_addr()
92
esd = (struct
efi_setup_data
*)get_kexec_setup_data_addr();
in kexec_get_rsdp_addr()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
162
struct
efi_setup_data
*esd = (void *)sd + sizeof(struct setup_data);
in prepare_add_efi_setup_data()
169
sd->len = sizeof(struct
efi_setup_data
);
in prepare_add_efi_setup_data()
297
sizeof(struct
efi_setup_data
);
in setup_boot_parameters()
465
sizeof(struct
efi_setup_data
) +
in bzImage64_load()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
142
struct
efi_setup_data
*esd = (void *)sd + sizeof(struct setup_data);
in prepare_add_efi_setup_data()
149
sd->len = sizeof(struct
efi_setup_data
);
in prepare_add_efi_setup_data()
404
sizeof(struct
efi_setup_data
);
in bzImage64_load()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
efi.h
157
struct
efi_setup_data
{
struct
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H
A
D
quirks.c
508
struct
efi_setup_data
*data;
in efi_reuse_config()
H
A
D
efi.c
370
struct
efi_setup_data
*data;
in efi_systab_init()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
efi.h
147
struct
efi_setup_data
{
struct
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H
A
D
quirks.c
528
struct
efi_setup_data
*data;
in efi_reuse_config()
H
A
D
efi.c
399
struct
efi_setup_data
*data;
in efi_systab_init()
Completed in 9 milliseconds