HomeSort by relevance Sort by last modified time
    Searched refs:PG_SIZE_4K (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 82 #define PG_SIZE_4K 4096
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 82 #define PG_SIZE_4K 4096
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 549 if ((ulSize & (PG_SIZE_4K - 1)) == 0) {
DSPNode.c 160 heapSize = PG_ALIGN_HIGH(heapSize, PG_SIZE_4K);

Completed in 48 milliseconds