]> xenbits.xensource.com Git - xen.git/commit
x86/mm: drop gfn_to_paddr()
authorJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2024 07:40:24 +0000 (09:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2024 07:40:24 +0000 (09:40 +0200)
commit8d5dc7d7df92d8d7f9450cee0bab57dceefa26c5
tree9b3fe9bacf8d3474e1c2ddb3b65424283e02788c
parent0e3642514719c0659f2af44b1bbe8aba63d4a2ed
x86/mm: drop gfn_to_paddr()

This really is gfn_to_gaddr() in disguise; no need to have two variants
of the same logic.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/include/asm/guest_pt.h
xen/arch/x86/mm/shadow/multi.c