Searched refs:vc_do_mmio (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/coco/sev/ |
H A D | core.c | 1610 static enum es_result vc_do_mmio(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in vc_do_mmio() function 1734 ret = vc_do_mmio(ghcb, ctxt, bytes, false); in vc_handle_mmio() 1738 ret = vc_do_mmio(ghcb, ctxt, bytes, false); in vc_handle_mmio() 1741 ret = vc_do_mmio(ghcb, ctxt, bytes, true); in vc_handle_mmio() 1752 ret = vc_do_mmio(ghcb, ctxt, bytes, true); in vc_handle_mmio() 1761 ret = vc_do_mmio(ghcb, ctxt, bytes, true); in vc_handle_mmio()
|