Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kvm/
Dmmu.c329 static struct rb_root hyp_shared_pfns = RB_ROOT; variable
336 *node = &hyp_shared_pfns.rb_node; in find_shared_pfn()
374 rb_insert_color(&this->node, &hyp_shared_pfns); in share_pfn_hyp()
399 rb_erase(&this->node, &hyp_shared_pfns); in unshare_pfn_hyp()