Lines Matching defs:bytes
182 unsigned long bytes, order;
189 bytes = xen_set_nslabs(xen_io_tlb_nslabs);
204 xen_io_tlb_start = memblock_alloc(PAGE_ALIGN(bytes),
207 panic("%s: Failed to allocate %lu bytes align=0x%lx\n",
208 __func__, PAGE_ALIGN(bytes), PAGE_SIZE);
218 if (order != get_order(bytes)) {
222 bytes = xen_io_tlb_nslabs << IO_TLB_SHIFT;
233 bytes,
238 PAGE_ALIGN(bytes));
255 xen_io_tlb_end = xen_io_tlb_start + bytes;