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_novamap
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
fdt.c
235
if (!
efi_novamap
) {
in allocate_new_fdt_and_exit_boot()
297
if (
efi_novamap
)
in allocate_new_fdt_and_exit_boot()
338
if (!
efi_novamap
)
in allocate_new_fdt_and_exit_boot()
H
A
D
efi-stub.c
233
/* force
efi_novamap
if SetVirtualAddressMap() is unsupported */
in efi_pe_entry()
234
efi_novamap
|= !(get_supported_rt_services() &
in efi_pe_entry()
328
if (
efi_novamap
) {
in efi_get_virtmap()
H
A
D
loongarch-stub.c
111
efi_novamap
= false;
in efi_boot_kernel()
H
A
D
efi-stub-helper.c
25
bool
efi_novamap
;
variable
221
efi_novamap
= parse_option_str(val, "novamap");
in efi_parse_options()
H
A
D
efistub.h
36
extern bool
efi_novamap
;
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
efi-stub.c
180
/* force
efi_novamap
if SetVirtualAddressMap() is unsupported */
in efi_stub_common()
181
efi_novamap
|= !(get_supported_rt_services() &
in efi_stub_common()
249
if (
efi_novamap
) {
in efi_get_virtmap()
H
A
D
fdt.c
235
if (!
efi_novamap
) {
in allocate_new_fdt_and_exit_boot()
297
if (
efi_novamap
)
in allocate_new_fdt_and_exit_boot()
H
A
D
loongarch.c
62
efi_novamap
= false;
in efi_boot_kernel()
H
A
D
arm64.c
69
efi_novamap
= true;
in check_platform_features()
H
A
D
efi-stub-helper.c
21
bool
efi_novamap
;
variable
80
efi_novamap
|= parse_option_str(val, "novamap");
in efi_parse_options()
H
A
D
efistub.h
40
extern bool
efi_novamap
;
Completed in 13 milliseconds