Searched refs:vc_do_mmio (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | sev.c | 1411 static enum es_result vc_do_mmio(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in vc_do_mmio() function 1535 ret = vc_do_mmio(ghcb, ctxt, bytes, false); in vc_handle_mmio() 1539 ret = vc_do_mmio(ghcb, ctxt, bytes, false); in vc_handle_mmio() 1542 ret = vc_do_mmio(ghcb, ctxt, bytes, true); in vc_handle_mmio() 1553 ret = vc_do_mmio(ghcb, ctxt, bytes, true); in vc_handle_mmio() 1562 ret = vc_do_mmio(ghcb, ctxt, bytes, true); in vc_handle_mmio()
|