OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDT_ALIGN
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/libfdt/dist/
libfdt_internal.h
12
#define
FDT_ALIGN
(x, a) (((x) + (a) - 1) & ~((a) - 1))
13
#define FDT_TAGALIGN(x) (
FDT_ALIGN
((x), FDT_TAGSIZE))
fdt_rw.c
18
return (fdt_off_mem_rsvmap(fdt) <
FDT_ALIGN
(sizeof(struct fdt_header), 8))
385
mem_rsv_off =
FDT_ALIGN
(sizeof(struct fdt_header), 8);
438
newsize =
FDT_ALIGN
(sizeof(struct fdt_header), 8) + mem_rsv_size
fdt_sw.c
109
const size_t hdrsize =
FDT_ALIGN
(sizeof(struct fdt_header),
/src/sys/stand/efiboot/
efifdt.c
57
#define
FDT_ALIGN
(2 * 1024 * 1024)
633
efi_fdt_init((marks[MARK_END] +
FDT_ALIGN
- 1) & -
FDT_ALIGN
,
FDT_ALIGN
);
Completed in 14 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025