Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/x86/kvm/mmu/
H A Dtdp_mmu.c521 bool is_leaf = is_present && is_last_spte(new_spte, level); in set_external_spte_present() local
540 if (is_leaf) { in set_external_spte_present()
578 bool is_leaf = is_present && is_last_spte(new_spte, level); in handle_changed_spte() local
594 if (was_leaf && is_leaf && pfn_changed) { in handle_changed_spte()
613 if (is_leaf) in handle_changed_spte()
641 if (is_leaf != was_leaf) in handle_changed_spte()
642 kvm_update_page_stats(kvm, level, is_leaf ? 1 : -1); in handle_changed_spte()
651 (is_leaf || !is_present || WARN_ON_ONCE(pfn_changed))) in handle_changed_spte()