Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h104 (pa_to_ma(pfn_to_pa(pfn)) | mmu.ptp_bits[(l) + 1])
112 (pfn_to_pa(pfn) | mmu.ptp_bits[(l) + 1])
202 x86pte_t ptp_bits[MAX_NUM_LEVEL]; /* bits set for interior PTP */ member
H A Dhat_i86.c947 mmu.ptp_bits[i] = PT_PTPBITS; in mmu_init()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c114 static x86pte_t ptp_bits = PT_VALID | PT_REF | PT_USER | PT_WRITABLE; variable
322 table[index] = nk->fi_next_table_pa | ptp_bits; in fastboot_map_with_size()
324 table[index] = nk->fi_next_table_pa | ptp_bits; in fastboot_map_with_size()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c99 x86pte_t ptp_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_USER; variable
435 *pteval = pa_to_ma((uintptr_t)new_table) | ptp_bits; in make_ptable()