OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:page_align
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c
40
unsigned long
page_align
(unsigned long value, unsigned dir)
function
/system/extras/verity/
verify_boot_signature.c
81
static uint64_t
page_align
(uint64_t n, uint64_t page_size)
function
116
*offset =
page_align
(hdr.page_size
117
+
page_align
(hdr.kernel_size, hdr.page_size)
118
+
page_align
(hdr.ramdisk_size, hdr.page_size)
119
+
page_align
(hdr.second_size, hdr.page_size),
/bionic/tests/
unistd_test.cpp
54
static void*
page_align
(uintptr_t addr) {
function
72
new_break =
page_align
(reinterpret_cast<uintptr_t>(initial_break) + sysconf(_SC_PAGE_SIZE));
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
output.cc
4331
uint64_t
page_align
= parameters->target().abi_pagesize();
local
4677
uint64_t
page_align
= parameters->target().abi_pagesize();
local
[
all
...]
/external/dlmalloc/
malloc.c
2669
#define
page_align
macro
[
all
...]
/device/asus/fugu/kernel-headers/linux/
psb_drm.h
817
uint32_t
page_align
;
member in struct:psb_gtt_mapping_arg
[
all
...]
/device/asus/fugu/original-kernel-headers/linux/
psb_drm.h
865
uint32_t
page_align
;
member in struct:psb_gtt_mapping_arg
[
all
...]
Completed in 572 milliseconds