Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c437 static struct rb_root hyp_shared_pfns = RB_ROOT; variable
444 *node = &hyp_shared_pfns.rb_node; in find_shared_pfn()
482 rb_insert_color(&this->node, &hyp_shared_pfns); in share_pfn_hyp()
507 rb_erase(&this->node, &hyp_shared_pfns); in unshare_pfn_hyp()