Home
last modified time | relevance | path

Searched refs:buffer_ulong (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/xen/
Dxencomm.c74 unsigned long buffer_ulong = (unsigned long)buffer; in xencomm_alloc() local
75 unsigned long start = buffer_ulong & PAGE_MASK; in xencomm_alloc()
76 unsigned long end = (buffer_ulong + bytes) | ~PAGE_MASK; in xencomm_alloc()