Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dmmap.c651 off_t fileend_adj = 0; in mmap_h_lt_g() local
678 fileend_adj = offset + len - sb.st_size; in mmap_h_lt_g()
683 if (fileend_adj) { in mmap_h_lt_g()
697 if (fileend_adj) { in mmap_h_lt_g()
698 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g()
750 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g()
765 if (fileend_adj) { in mmap_h_lt_g()
766 pass_last = ROUND_UP(last - fileend_adj, host_page_size) - 1; in mmap_h_lt_g()