Searched refs:PAGE_SIZE (Results 1 - 8 of 8) sorted by relevance

/device/linaro/hikey/gralloc/
H A Dgralloc_helper.h26 return (x + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1);
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Dvmparam.h92 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
93 #define PAGE_MASK (PAGE_SIZE - 1)
98 #define VM_GATEWAY_SIZE PAGE_SIZE
111 #define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE)
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/
H A DFlash.h33 #define PAGE_SIZE(x) ((x) & 0x01) macro
H A DFlash.c188 if (PAGE_SIZE(NandInfo) == PAGE_SIZE_2K_VAL) {
/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
H A DFlash.h33 #define PAGE_SIZE(x) ((x) & 0x01) macro
H A DFlash.c188 if (PAGE_SIZE(NandInfo) == PAGE_SIZE_2K_VAL) {
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
H A Darch.h357 #define PAGE_SIZE (1 << PAGE_SIZE_SHIFT) macro
358 #define PAGE_SIZE_MASK (PAGE_SIZE - 1)
/device/generic/goldfish-opengl/system/gralloc/
H A Dgralloc.cpp609 ashmem_size = (ashmem_size + (PAGE_SIZE-1)) & ~(PAGE_SIZE-1);

Completed in 127 milliseconds