Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_pc.c136 if (MAKECR3(kas.a_hat->hat_htable->ht_pfn) > 0xffffffffUL) in rmp_gdt_init()
139 MAKECR3(kas.a_hat->hat_htable->ht_pfn)); in rmp_gdt_init()
316 rm->rm_pdbr = MAKECR3(kas.a_hat->hat_htable->ht_pfn); in mach_cpucontext_xalloc()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_pte.h159 #define MAKECR3(pfn) mmu_ptob(pfn) macro
H A Dhat_i86.c1017 newcr3 = MAKECR3(cpu->cpu_hat_info->hci_vlp_pfn); in hat_switch()
1020 newcr3 = MAKECR3(kas.a_hat->hat_htable->ht_pfn) + in hat_switch()
1024 newcr3 = MAKECR3((uint64_t)hat->hat_htable->ht_pfn); in hat_switch()