HomeSort by: relevance | last modified time | path
    Searched defs:PAGE_ALIGN (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/epoc32/stand/e32boot/include/
netbsd.h 32 #define PAGE_ALIGN(p) ((int)((char *)(p) + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1))
  /src/sys/external/bsd/drm2/include/linux/
mm.h 51 #define PAGE_ALIGN(x) (((x) + (PAGE_SIZE-1)) & ~(PAGE_SIZE-1))
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h 256 #define PAGE_ALIGN(addr) round_page(addr)
  /src/sys/dev/
video.c 74 #define PAGE_ALIGN(a) (((a) + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1))
2569 size = PAGE_ALIGN(vs->vs_format.sample_size) * nbufs;
2614 buf->length = PAGE_ALIGN(vs->vs_format.sample_size);
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 285 #define PAGE_ALIGN(addr) round_page(addr)
298 #define PAGE_ALIGN(addr) round_page(addr)

Completed in 14 milliseconds