Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Duser-exec.c884 target_ulong n_start, n_last, p_ofs, p_len; in page_reset_target_data() local
900 n_last = MIN(last, n->last); in page_reset_target_data()
901 p_len = (n_last + 1 - n_start) >> TARGET_PAGE_BITS; in page_reset_target_data()