Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/hdi/base/
Dhdi_smq.h57 #ifndef PAGE_SIZE
58 #define PAGE_SIZE 4096 macro
271 int ashmemFd = AshmemCreate("hdi_smq", Align(meta_->GetSize(), PAGE_SIZE)); in SharedMemQueue()
366 int offset = (static_cast<int>(memzone->offset) / PAGE_SIZE) * PAGE_SIZE; in MapMemZone()
386 int offset = (static_cast<int>(memzone->offset) / PAGE_SIZE) * PAGE_SIZE; in UnMapMemZone()
/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
Dsg_dma.c69 if ((PAGE_SIZE << order) > size) { in SgAllocCompacted()
93 size -= PAGE_SIZE << order; in SgAllocCompacted()