Function panda_sys::set_preferred_target_page_bits[][src]

pub unsafe extern "C" fn set_preferred_target_page_bits(
    bits: c_int
) -> bool
Expand description

set_preferred_target_page_bits: @bits: number of bits needed to represent an address within the page

Set the preferred target page size (the actual target page size may be smaller than any given CPU’s preference). Returns true on success, false on failure (which can only happen if this is called after the system has already finalized its choice of page size and the requested page size is smaller than that).