Home
last modified time | relevance | path

Searched refs:emulated (Results 1 – 25 of 160) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Demulate.c77 enum emulation_result emulated = EMULATE_DONE; in kvmppc_emulate_mtspr() local
115 emulated = vcpu->kvm->arch.kvm_ops->emulate_mtspr(vcpu, sprn, in kvmppc_emulate_mtspr()
117 if (emulated == EMULATE_FAIL) in kvmppc_emulate_mtspr()
125 return emulated; in kvmppc_emulate_mtspr()
130 enum emulation_result emulated = EMULATE_DONE; in kvmppc_emulate_mfspr() local
176 emulated = vcpu->kvm->arch.kvm_ops->emulate_mfspr(vcpu, sprn, in kvmppc_emulate_mfspr()
178 if (unlikely(emulated == EMULATE_FAIL)) { in kvmppc_emulate_mfspr()
185 if (emulated == EMULATE_DONE) in kvmppc_emulate_mfspr()
189 return emulated; in kvmppc_emulate_mfspr()
198 enum emulation_result emulated; in kvmppc_emulate_instruction() local
[all …]
H A Dbook3s_paired_singles.c175 int emulated = EMULATE_FAIL; in kvmppc_emulate_fpr_load() local
191 emulated = kvmppc_handle_load(vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_fpr_load()
196 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_load()
213 return emulated; in kvmppc_emulate_fpr_load()
219 int emulated = EMULATE_FAIL; in kvmppc_emulate_fpr_store() local
251 emulated = kvmppc_handle_store(vcpu, val, len, 1); in kvmppc_emulate_fpr_store()
253 emulated = EMULATE_DONE; in kvmppc_emulate_fpr_store()
259 return emulated; in kvmppc_emulate_fpr_store()
265 int emulated = EMULATE_FAIL; in kvmppc_emulate_psq_load() local
282 emulated = kvmppc_handle_load(vcpu, KVM_MMIO_REG_FPR | rs, in kvmppc_emulate_psq_load()
[all …]
H A Demulate_loadstore.c75 enum emulation_result emulated = EMULATE_FAIL; in kvmppc_emulate_loadstore() local
82 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_loadstore()
83 if (emulated != EMULATE_DONE) in kvmppc_emulate_loadstore()
84 return emulated; in kvmppc_emulate_loadstore()
95 emulated = EMULATE_FAIL; in kvmppc_emulate_loadstore()
106 emulated = kvmppc_handle_loads(vcpu, in kvmppc_emulate_loadstore()
109 emulated = kvmppc_handle_load(vcpu, in kvmppc_emulate_loadstore()
112 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
126 emulated = kvmppc_handle_loads(vcpu, in kvmppc_emulate_loadstore()
129 emulated = kvmppc_handle_load(vcpu, in kvmppc_emulate_loadstore()
[all …]
H A De500_emulate.c89 int emulated = EMULATE_DONE; in kvmppc_e500_emul_ehpriv() local
97 emulated = EMULATE_EXIT_USER; in kvmppc_e500_emul_ehpriv()
101 emulated = EMULATE_FAIL; in kvmppc_e500_emul_ehpriv()
103 return emulated; in kvmppc_e500_emul_ehpriv()
131 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op_e500() local
142 emulated = kvmppc_e500_emul_dcbtls(vcpu); in kvmppc_core_emulate_op_e500()
147 emulated = kvmppc_e500_emul_msgsnd(vcpu, rb); in kvmppc_core_emulate_op_e500()
151 emulated = kvmppc_e500_emul_msgclr(vcpu, rb); in kvmppc_core_emulate_op_e500()
156 emulated = kvmppc_e500_emul_tlbre(vcpu); in kvmppc_core_emulate_op_e500()
160 emulated = kvmppc_e500_emul_tlbwe(vcpu); in kvmppc_core_emulate_op_e500()
[all …]
H A Dbook3s_emulate.c241 int emulated = EMULATE_DONE; in kvmppc_core_emulate_op_pr() local
250 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr()
262 emulated = EMULATE_DONE; in kvmppc_core_emulate_op_pr()
292 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr()
367 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr()
382 emulated = EMULATE_EXIT_USER; in kvmppc_core_emulate_op_pr()
428 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr()
439 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr()
497 emulated = EMULATE_AGAIN; in kvmppc_core_emulate_op_pr()
522 emulated = EMULATE_FAIL; in kvmppc_core_emulate_op_pr()
[all …]
H A Dbooke_emulate.c45 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_op() local
71 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op()
102 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op()
108 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_op()
111 return emulated; in kvmppc_booke_emulate_op()
122 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mtspr() local
369 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mtspr()
376 return emulated; in kvmppc_booke_emulate_mtspr()
381 int emulated = EMULATE_DONE; in kvmppc_booke_emulate_mfspr() local
507 emulated = EMULATE_FAIL; in kvmppc_booke_emulate_mfspr()
[all …]
H A Dpowerpc.c1292 enum emulation_result emulated = EMULATE_DONE; in kvmppc_handle_vsx_load() local
1299 emulated = __kvmppc_handle_load(vcpu, rt, bytes, in kvmppc_handle_vsx_load()
1302 if (emulated != EMULATE_DONE) in kvmppc_handle_vsx_load()
1310 return emulated; in kvmppc_handle_vsx_load()
1435 enum emulation_result emulated = EMULATE_DONE; in kvmppc_handle_vsx_store() local
1447 emulated = kvmppc_handle_store(vcpu, in kvmppc_handle_vsx_store()
1450 if (emulated != EMULATE_DONE) in kvmppc_handle_vsx_store()
1459 return emulated; in kvmppc_handle_vsx_store()
1465 enum emulation_result emulated = EMULATE_FAIL; in kvmppc_emulate_mmio_vsx_loadstore() local
1471 emulated = kvmppc_handle_vsx_load(vcpu, vcpu->arch.io_gpr, in kvmppc_emulate_mmio_vsx_loadstore()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-ebs.rst11 Supported emulated logical block sizes 512, 1024, 2048 and 4096.
18 <dev path> <offset> <emulated sectors> [<underlying sectors>]
27 has to be a multiple of <emulated sectors>.
28 <emulated sectors>:
29 Number of sectors defining the logical block size to be emulated;
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/spmi/
H A Dspmi-sandbox.txt1 Sandbox SPMI emulated arbiter.
3 This is bus driver for Sandbox. It includes part of emulated pm8916 pmic.
/OK3568_Linux_fs/u-boot/board/emulation/
H A DKconfig15 This is the QEMU emulated x86 board. U-Boot supports running
24 This is the QEMU emulated x86 64-bit board. With this config
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/
H A D0003-posixfcn-fcntl-gnulib-make-emulated.patch4 Subject: [PATCH 3/3] posixfcn: fcntl: gnulib > make-emulated
50 /* Public functions emulated/provided in posixfcn.c. */
/OK3568_Linux_fs/u-boot/doc/SPI/
H A DREADME.sandbox-spi18 File containing emulated data
54 this reads the device ID from the emulated chip:
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Ddscr.rst64 works, as it is emulated following an illegal instruction exception
65 inside the kernel. Both mfspr and mtspr instructions are emulated.
69 all mfspr instruction based read attempts will get emulated and returned
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0004-v4l2-Support-preferred-formats.patch49 * will a) make all non-emulated formats larger
50 * than emulated and b) will not overflow
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0004-v4l2-Support-preferred-formats.patch49 * will a) make all non-emulated formats larger
50 * than emulated and b) will not overflow
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0004-v4l2-Support-preferred-formats.patch49 * will a) make all non-emulated formats larger
50 * than emulated and b) will not overflow
/OK3568_Linux_fs/buildroot/package/erlang/
H A D0001-erts-ethread-instruct-libatomic_ops-we-do-require-CA.patch13 emulated CAS (that is signal-asyn-safe) is still possible (albeit much
17 of it, by using emulated CAS, as per libatomic_ops dosc:
/OK3568_Linux_fs/kernel/Documentation/security/tpm/
H A Dtpm_vtpm_proxy.rst17 container gets its own unique, emulated, software TPM.
22 To make an emulated software TPM available to each container, the container
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/timer/
H A Dsandbox_timer.txt3 The sandbox timer device is an emulated device which gets time from
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A DCHANGES80 PC = PC of instruction being emulated
82 ADDRESS = PC of instruction being emulated
102 PC = PC of instruction being emulated
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dfunctionality.rst57 emulated by a real I2C adapter (using
95 hardware by the adapter, or emulated in software by i2c-core on top
127 implemented in hardware by the underlying adapter or emulated in
/OK3568_Linux_fs/buildroot/package/qemu/
H A DConfig.in.host76 Note that system calls made by the emulated user-land are
98 shared filesystem between Qemu and its emulated target.
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vicodec/
H A DKconfig13 a video device node that exposes an emulated hardware codec.
/OK3568_Linux_fs/u-boot/drivers/pci/
H A DKconfig50 Support PCI on sandbox, as an emulated bus. This permits testing of
52 access. The available (emulated) devices are defined statically in
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dsandbox-serial.txt3 The sandbox serial device is an emulated device which displays its output

1234567