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_systab_hi
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
efi.c
41
if (ei->
efi_systab_hi
|| ei->efi_memmap_hi) {
in efi_get_type()
67
sys_tbl_pa = ei->efi_systab | ((__u64)ei->
efi_systab_hi
<< 32);
in efi_get_system_table()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
acpi.c
109
systab = (efi_system_table_64_t *) (ei->efi_systab | ((__u64)ei->
efi_systab_hi
<< 32));
in kexec_get_rsdp_addr()
142
systab = ei->efi_systab | ((__u64)ei->
efi_systab_hi
<< 32);
in efi_get_rsdp_addr()
144
if (ei->
efi_systab_hi
|| ei->efi_memmap_hi) {
in efi_get_rsdp_addr()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
127
__u32
efi_systab_hi
;
member
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
efi.c
161
boot_params->efi_info.
efi_systab_hi
= (__u32)(__pa(efi_systab_xen) >> 32);
in xen_efi_init()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
129
__u32
efi_systab_hi
;
member
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
efi.c
144
boot_params->efi_info.
efi_systab_hi
= (__u32)(__pa(efi_systab_xen) >> 32);
in xen_efi_init()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
122
__u32
efi_systab_hi
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
122
__u32
efi_systab_hi
;
member
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
176
ei->
efi_systab_hi
= current_ei->
efi_systab_hi
;
in setup_efi_state()
H
A
D
machine_kexec_64.c
96
((u64)boot_params.efi_info.
efi_systab_hi
<<32));
in map_efi_systab()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
196
ei->
efi_systab_hi
= current_ei->
efi_systab_hi
;
in setup_efi_state()
H
A
D
machine_kexec_64.c
98
((u64)boot_params.efi_info.
efi_systab_hi
<<32));
in map_efi_systab()
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H
A
D
efi.c
447
(boot_params.efi_info.
efi_systab_hi
||
in efi_init()
454
((__u64)boot_params.efi_info.
efi_systab_hi
<< 32);
in efi_init()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H
A
D
efi.c
476
(boot_params.efi_info.
efi_systab_hi
||
in efi_init()
483
((__u64)boot_params.efi_info.
efi_systab_hi
<< 32);
in efi_init()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
ioremap.c
615
paddr = boot_params.efi_info.
efi_systab_hi
;
in memremap_is_efi_data()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
x86-stub.c
622
&p->efi->efi_systab, &p->efi->
efi_systab_hi
);
in exit_boot_func()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
ioremap.c
610
paddr = boot_params.efi_info.
efi_systab_hi
;
in memremap_is_efi_data()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
x86-stub.c
701
&p->efi->efi_systab, &p->efi->
efi_systab_hi
);
in exit_boot_func()
Completed in 18 milliseconds