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_PHYS_ALIGN
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
efi.h
75
#define
EFI_PHYS_ALIGN
SZ_16M
macro
80
return round_down(image_addr,
EFI_PHYS_ALIGN
) + SZ_512M;
in efi_get_max_fdt_addr()
86
return round_down(image_addr,
EFI_PHYS_ALIGN
) + SZ_512M;
in efi_get_max_initrd_addr()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
arm32-stub.c
123
int alloc_size = MAX_UNCOMP_KERNEL_SIZE +
EFI_PHYS_ALIGN
;
in handle_kernel_image()
139
if ((alloc_base %
EFI_PHYS_ALIGN
) > slack) {
in handle_kernel_image()
144
kernel_base = round_up(alloc_base,
EFI_PHYS_ALIGN
);
in handle_kernel_image()
148
kernel_base = round_down(alloc_base,
EFI_PHYS_ALIGN
);
in handle_kernel_image()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
arm32-stub.c
87
int alloc_size = MAX_UNCOMP_KERNEL_SIZE +
EFI_PHYS_ALIGN
;
in handle_kernel_image()
103
if ((alloc_base %
EFI_PHYS_ALIGN
) > slack) {
in handle_kernel_image()
108
kernel_base = round_up(alloc_base,
EFI_PHYS_ALIGN
);
in handle_kernel_image()
112
kernel_base = round_down(alloc_base,
EFI_PHYS_ALIGN
);
in handle_kernel_image()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
efi.h
61
#define
EFI_PHYS_ALIGN
max(UL(SZ_2M), roundup_pow_of_two(TEXT_OFFSET))
macro
Completed in 2 milliseconds