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

  /external/qemu/
cpu-exec.c 134 target_ulong phys_pc, phys_page1, phys_page2, virt_page2; local
141 phys_page2 = -1;
156 phys_page2 = get_phys_addr_code(env, virt_page2);
157 if (tb->page_addr[1] == phys_page2)
    [all...]
exec-all.h 255 target_ulong phys_pc, target_ulong phys_page2);
exec.c 907 target_ulong phys_pc, phys_page2, virt_page2; local
934 phys_page2 = -1;
936 phys_page2 = get_phys_addr_code(env, virt_page2);
938 tb_link_phys(tb, phys_pc, phys_page2);
    [all...]

Completed in 1394 milliseconds