Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dmachdep.c1667 uint64_t lim, ign; in add_physmap_entry() local
1686 ign = base + length - lim; in add_physmap_entry()
1687 length -= ign; in add_physmap_entry()
1690 (u_int)(ign / 1024), (u_int)(lim >> 30), pae_mode, in add_physmap_entry()