Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c174 bool prologue_instrumented = false, is_leaf = true; in stackleak_instrument_execute() local
198 is_leaf = false; in stackleak_instrument_execute()
232 if (is_leaf && in stackleak_instrument_execute()
238 if (is_leaf && in stackleak_instrument_execute()
/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c448 bool is_leaf = is_present && is_last_spte(new_spte, level); in handle_changed_spte() local
464 if (was_leaf && is_leaf && pfn_changed) { in handle_changed_spte()
483 if (is_leaf) in handle_changed_spte()
511 if (is_leaf != was_leaf) in handle_changed_spte()
512 kvm_update_page_stats(kvm, level, is_leaf ? 1 : -1); in handle_changed_spte()
521 (is_leaf || !is_present || WARN_ON_ONCE(pfn_changed))) in handle_changed_spte()