Searched refs:PX_BUF_ALIGN (Results 1 – 1 of 1) sorted by relevance
89 #define PX_BUF_ALIGN 32768 macro200 bva = (char *)uvm_pageboot_alloc(PX_BUF_SIZE + PX_BUF_ALIGN); in px_init()201 bpa = (STIC_KSEG_TO_PHYS(bva) + PX_BUF_ALIGN - 1) & in px_init()202 ~(PX_BUF_ALIGN - 1); in px_init()206 if (uvm_pglistalloc(PX_BUF_SIZE, 0, 8192*1024, PX_BUF_ALIGN, in px_init()