Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/xen/
Dxencomm.c160 paddr = (unsigned long)xencomm_pa(ptr); in xencomm_create_inline()
198 return xencomm_pa(desc); in xencomm_map()
216 return xencomm_pa(desc); in __xencomm_map_no_alloc()
/linux-2.6.39/include/xen/
Dxencomm.h70 static inline void *xencomm_pa(void *ptr) in xencomm_pa() function