Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_i86.h190 extern hat_mempte_t hat_mempte_setup(caddr_t addr);
H A Dvm_machdep.c3890 pte_pa = hat_mempte_setup(addr); in setup_vaddr_for_ppcopy()
3895 pte_pa = hat_mempte_setup(addr); in setup_vaddr_for_ppcopy()
H A Dhat_i86.c3870 hat_mempte_setup(caddr_t addr) in hat_mempte_setup() function
/titanic_44/usr/src/uts/i86pc/os/
H A Dmemscrub.c179 memscrub_pte = hat_mempte_setup(memscrub_window); in memscrub_init()