Searched refs:xen_cr3_to_pfn (Results 1 – 3 of 3) sorted by relevance
173 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) macro
192 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12) macro
554 return (xen_cr3_to_pfn(cr3)); in xkb_cr3_to_pfn()