Searched refs:buffer_ulong (Results 1 – 1 of 1) sorted by relevance
74 unsigned long buffer_ulong = (unsigned long)buffer; in xencomm_alloc() local75 unsigned long start = buffer_ulong & PAGE_MASK; in xencomm_alloc()76 unsigned long end = (buffer_ulong + bytes) | ~PAGE_MASK; in xencomm_alloc()