Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c71 int kbm_pae_support = 0; /* PAE is 64 bit Page table entries */ variable
93 kbm_pae_support = bi->bi_use_pae; in kbm_init()
99 if (kbm_pae_support) { in kbm_init()
142 if (kbm_pae_support) in kbm_remap_window()
192 if (kbm_pae_support) in kbm_map()
281 if (kbm_pae_support) in kbm_probe()
346 if (kbm_pae_support) in kbm_unmap()
376 if (kbm_pae_support) in kbm_remap()
385 if (kbm_pae_support) in kbm_remap()
418 if (kbm_pae_support) in kbm_read_only()
[all …]
H A Dkboot_mmu.h95 extern int kbm_pae_support;
H A Dhat_i86.c843 mmu.pae_hat = kbm_pae_support; in mmu_init()