Searched refs:counter_threshold (Results 1 – 5 of 5) sorted by relevance
35 uint32_t counter_threshold = config::kGearSwitchThreshold; member
55 as->Cmpl({.base = as->rcx}, params.counter_threshold); in GenIncrementProfileCounter()
160 .counter_threshold = kCounterThreshold, in TEST_F()
36 uint32_t counter_threshold) { in AddAndLockForTranslation() argument57 if (entry->invocation_counter < counter_threshold) { in AddAndLockForTranslation()
130 [[nodiscard]] GuestCodeEntry* AddAndLockForTranslation(GuestAddr pc, uint32_t counter_threshold);