[][src]Constant sunrise_kernel::paging::arch::i386::entry::ENTRY_PHYS_ADDRESS_MASK

const ENTRY_PHYS_ADDRESS_MASK: usize = 0xffff_f000;

The part of an entry that encodes the physical address.

You can retrieve the frame by just anding an entry with this mask.