Home
last modified time | relevance | path

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

/external/qemu/
Dkqemu.c567 #define PC_REC_HASH_SIZE (1 << PC_REC_HASH_BITS) macro
575 static PCRecord *pc_rec_hash[PC_REC_HASH_SIZE];
585 h &= (PC_REC_HASH_SIZE - 1); in kqemu_record_pc()
622 for(h = 0; h < PC_REC_HASH_SIZE; h++) { in kqemu_record_flush()
642 for(h = 0; h < PC_REC_HASH_SIZE; h++) { in kqemu_record_dump()