Searched refs:round_page (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dparam.h153 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Ddconsole.c97 dbuf = (char *)round_page((vm_offset_t)&dcons_buffer[0]);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h138 #define round_page(x) ((((unsigned long)(x)) + PAGE_MASK) & ~(PAGE_MASK)) macro
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c47 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
419 ? round_page(size) : size;
525 ? round_page(size) : size;
817 size = round_page(map->size);
820 size = round_page(dma->byte_count);
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c421 uboot_heap_start = round_page((uintptr_t)end);

Completed in 84 milliseconds