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.c502 bool is_leaf = is_present && is_last_spte(new_spte, level); in set_external_spte_present() local
521 if (is_leaf) { in set_external_spte_present()
559 bool is_leaf = is_present && is_last_spte(new_spte, level); in handle_changed_spte() local
575 if (was_leaf && is_leaf && pfn_changed) { in handle_changed_spte()
594 if (is_leaf) in handle_changed_spte()
622 if (is_leaf != was_leaf) in handle_changed_spte()
623 kvm_update_page_stats(kvm, level, is_leaf ? 1 : -1); in handle_changed_spte()
632 (is_leaf || !is_present || WARN_ON_ONCE(pfn_changed))) in handle_changed_spte()