Searched refs:EMULATE_DO_MMIO (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/loongarch/kvm/
H A Dexit.c302 } else if (er == EMULATE_DO_MMIO) {
325 ret = EMULATE_DO_MMIO;
415 if (ret == EMULATE_DO_MMIO) {
486 ret = EMULATE_DO_MMIO;
563 if (ret == EMULATE_DO_MMIO) {
605 } else if (er == EMULATE_DO_MMIO) {
/linux-master/arch/loongarch/include/asm/
H A Dkvm_host.h91 EMULATE_DO_MMIO, /* kvm_run filled with MMIO request */ enumerator in enum:emulation_result
/linux-master/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c190 } else if (r == EMULATE_DO_MMIO) {
250 } else if (r == EMULATE_DO_MMIO) {
281 } else if ((r == EMULATE_DO_MMIO) && w) {
286 } else if (r == EMULATE_DO_MMIO) {
320 } else if ((r == EMULATE_DO_MMIO) && w) {
322 } else if (r == EMULATE_DO_MMIO) {
H A Dpowerpc.c297 case EMULATE_DO_MMIO:
385 return EMULATE_DO_MMIO;
434 return EMULATE_DO_MMIO;
1290 return EMULATE_DO_MMIO;
1392 return EMULATE_DO_MMIO;
1499 case EMULATE_DO_MMIO:
1678 case EMULATE_DO_MMIO:
H A Dbook3s_pr.c1129 case EMULATE_DO_MMIO:
/linux-master/arch/mips/kvm/
H A Demulate.c1260 return EMULATE_DO_MMIO;
1506 return EMULATE_DO_MMIO;
H A Dvz.c1660 } else if (er == EMULATE_DO_MMIO) {
1707 } else if (er == EMULATE_DO_MMIO) {
/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h41 EMULATE_DO_MMIO, /* kvm_run filled with MMIO request */ enumerator in enum:emulation_result
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h256 EMULATE_DO_MMIO, /* kvm_run filled with MMIO request */ enumerator in enum:emulation_result

Completed in 172 milliseconds