pub unsafe extern "C" fn cpu_paging_enabled(
    cpu: *const CPUState
) -> bool
Expand description

cpu_paging_enabled: @cpu: The CPU whose state is to be inspected.

Returns: %true if paging is enabled, %false otherwise.