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

  /external/qemu/include/exec/
exec-all.h 221 static inline unsigned int tb_phys_hash_func(tb_page_addr_t pc) function
  /external/qemu/
translate-all.c 877 h = tb_phys_hash_func(phys_pc);
    [all...]
cpu-exec.c 135 h = tb_phys_hash_func(phys_pc);
    [all...]

Completed in 615 milliseconds