Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dinfttrace.c2342 #define MEMORY_PAGE_DICTIONARY_BUCKET_COUNT 128 macro
2350 memory_page_t buckets[MEMORY_PAGE_DICTIONARY_BUCKET_COUNT];
2367 for (i = 0; i < MEMORY_PAGE_DICTIONARY_BUCKET_COUNT; i++) in require_memory_page_dictionary()
2457 for (bucket = 0; bucket < MEMORY_PAGE_DICTIONARY_BUCKET_COUNT; bucket++) in hppa_enable_page_protection_events()
2482 for (bucket = 0; bucket < MEMORY_PAGE_DICTIONARY_BUCKET_COUNT; bucket++) in hppa_disable_page_protection_events()
5145 hash = hash % MEMORY_PAGE_DICTIONARY_BUCKET_COUNT; in get_dictionary_bucket_of_page()