Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmem_helper.c62 uint32_t nb_pg1, nb_pg2; in probe_contiguous() local
64 nb_pg1 = -(addr | TARGET_PAGE_MASK); in probe_contiguous()
65 if (likely(nb <= nb_pg1)) { in probe_contiguous()
71 nb_pg2 = nb - nb_pg1; in probe_contiguous()
72 host1 = probe_access(env, addr, nb_pg1, access_type, mmu_idx, raddr); in probe_contiguous()
73 addr = addr_add(env, addr, nb_pg1); in probe_contiguous()
77 if (host2 == host1 + nb_pg1) { in probe_contiguous()