Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c69 int kbm_pae_support = 0; /* PAE is 64 bit Page table entries */ variable
91 kbm_pae_support = bi->bi_use_pae; in kbm_init()
97 if (kbm_pae_support) { in kbm_init()
144 if (kbm_pae_support) in kbm_remap_window()
194 if (kbm_pae_support) in kbm_map()
283 if (kbm_pae_support) in kbm_probe()
348 if (kbm_pae_support) in kbm_unmap()
378 if (kbm_pae_support) in kbm_remap()
387 if (kbm_pae_support) in kbm_remap()
420 if (kbm_pae_support) in kbm_read_only()
[all …]
H A Dkboot_mmu.h97 extern int kbm_pae_support;
H A Dhat_i86.c541 mmu.pae_hat = kbm_pae_support; in mmu_init()