HomeSort by relevance Sort by last modified time
    Searched refs:virt_page2 (Results 1 - 2 of 2) sorted by null

  /external/qemu/
cpu-exec.c 134 target_ulong phys_pc, phys_page1, phys_page2, virt_page2; local
154 virt_page2 = (pc & TARGET_PAGE_MASK) +
156 phys_page2 = get_phys_addr_code(env, virt_page2);
    [all...]
exec.c 907 target_ulong phys_pc, phys_page2, virt_page2; local
933 virt_page2 = (pc + tb->size - 1) & TARGET_PAGE_MASK;
935 if ((pc & TARGET_PAGE_MASK) != virt_page2) {
936 phys_page2 = get_phys_addr_code(env, virt_page2);
    [all...]

Completed in 105 milliseconds