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_fw_vendor
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H
A
D
efi.c
61
unsigned long
efi_fw_vendor
, efi_config_table;
variable
81
&
efi_fw_vendor
,
378
efi_fw_vendor
= (unsigned long)data->fw_vendor;
in efi_systab_init()
386
efi_fw_vendor
= systab64->fw_vendor;
in efi_systab_init()
396
efi_fw_vendor
= systab32->fw_vendor;
in efi_systab_init()
404
efi_systab_report_header(hdr,
efi_fw_vendor
);
in efi_systab_init()
911
efi_fw_vendor
== EFI_INVALID_TABLE_ADDR)
in efi_attr_is_visible()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H
A
D
efi.c
61
unsigned long
efi_fw_vendor
, efi_config_table;
variable
81
&
efi_fw_vendor
,
407
efi_fw_vendor
= (unsigned long)data->fw_vendor;
in efi_systab_init()
415
efi_fw_vendor
= systab64->fw_vendor;
in efi_systab_init()
425
efi_fw_vendor
= systab32->fw_vendor;
in efi_systab_init()
433
efi_systab_report_header(hdr,
efi_fw_vendor
);
in efi_systab_init()
942
efi_fw_vendor
== EFI_INVALID_TABLE_ADDR)
in efi_attr_is_visible()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
efi.h
14
extern unsigned long
efi_fw_vendor
, efi_config_table;
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
144
esd->fw_vendor =
efi_fw_vendor
;
in prepare_add_efi_setup_data()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
efi.h
15
extern unsigned long
efi_fw_vendor
, efi_config_table;
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
164
esd->fw_vendor =
efi_fw_vendor
;
in prepare_add_efi_setup_data()
Completed in 6 milliseconds