Searched refs:xen_pfn_to_cr3 (Results 1 – 3 of 3) sorted by relevance
172 #define xen_pfn_to_cr3(pfn) (((unsigned)(pfn) << 12) | ((unsigned)(pfn) >> 20)) macro
191 #define xen_pfn_to_cr3(pfn) ((unsigned long)(pfn) << 12) macro
297 xen_pfn_to_cr3(pfn_to_mfn(kas.a_hat->hat_htable->ht_pfn)); in mp_set_cpu_context()