Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/kvm/
Dmmu.c458 static struct rb_root hyp_shared_pfns = RB_ROOT; variable
465 *node = &hyp_shared_pfns.rb_node; in find_shared_pfn()
503 rb_insert_color(&this->node, &hyp_shared_pfns); in share_pfn_hyp()
528 rb_erase(&this->node, &hyp_shared_pfns); in unshare_pfn_hyp()