Searched refs:put (Results 1 – 25 of 95) sorted by relevance
1234
/qemu/migration/ |
H A D | vmstate-types.c | 44 .put = put_bool, 68 .put = put_int8, 92 .put = put_int16, 116 .put = put_int32, 142 .put = put_int32, 169 .put = put_int32, 193 .put = put_int64, 217 .put = put_uint8, 241 .put = put_uint16, 265 .put = put_uint32, [all …]
|
/qemu/target/avr/ |
H A D | machine.c | 49 .put = put_sreg, 76 .put = put_segment, 81 .put = put_segment, 86 .put = put_segment, 91 .put = put_segment, 96 .put = put_segment,
|
/qemu/target/loongarch/ |
H A D | trace-events | 5 kvm_failed_put_regs_core(const char *msg) "Failed to put core regs into KVM: %s" 7 kvm_failed_put_fpu(const char *msg) "Failed to put fpu into KVM: %s" 9 kvm_failed_put_mpstate(const char *msg) "Failed to put mp_state into KVM: %s" 11 kvm_failed_put_counter(const char *msg) "Failed to put counter into KVM: %s" 13 kvm_failed_put_cpucfg(const char *msg) "Failed to put cpucfg into KVM: %s"
|
/qemu/python/qemu/qmp/ |
H A D | events.py | 531 async def put(self, event: Message) -> None: member in EventListener 549 await self._queue.put(event) 635 await listener.put(msg)
|
/qemu/docs/devel/ |
H A D | docs.rst | 23 alternation of C code put into the C output and rST format text 24 put into the documentation. A few special directives are recognised; 32 are put into the documentation verbatim, and discarded from the C output.
|
/qemu/target/ppc/ |
H A D | machine.c | 49 .put = put_avr, 80 .put = put_fpr, 111 .put = put_vsr, 326 .put = put_vscr, 452 .put = put_slbe,
|
/qemu/target/sparc/ |
H A D | machine.c | 82 .put = put_psr, 108 .put = put_fsr, 143 .put = put_xcc,
|
/qemu/target/hppa/ |
H A D | machine.c | 44 .put = put_psw, 104 .put = put_tlb,
|
/qemu/target/alpha/ |
H A D | machine.c | 24 .put = put_fpcr,
|
/qemu/docs/specs/ |
H A D | edu.rst | 53 The stored value is taken and factorial of it is put back here. 70 Raise an interrupt. The value will be put to the interrupt status
|
/qemu/tests/functional/ |
H A D | meson.build | 2 # Tests that are put in the 'quick' category are run by default during 4 # (e.g. tests that fetch assets from the internet) should be put into
|
/qemu/target/microblaze/ |
H A D | machine.c | 60 .put = put_msr,
|
/qemu/linux-user/arm/ |
H A D | vdso.ld | 44 * we have to put these sections somewhere.
|
/qemu/linux-user/x86_64/ |
H A D | vdso.ld | 51 * we have to put these sections somewhere.
|
/qemu/linux-user/i386/ |
H A D | vdso.ld | 54 * we have to put these sections somewhere.
|
/qemu/linux-user/ppc/ |
H A D | vdso-32.ld | 48 * we have to put these sections somewhere.
|
H A D | vdso-64.ld | 46 * we have to put these sections somewhere.
|
/qemu/target/arm/ |
H A D | machine.c | 79 .put = put_fpscr, 106 .put = put_fpcr, 133 .put = put_fpsr, 817 .put = put_cpsr, 849 .put = put_power,
|
/qemu/po/ |
H A D | uk.po | 2 # This file is put in the public domain.
|
H A D | zh_CN.po | 2 # This file is put in the public domain.
|
H A D | de_DE.po | 2 # This file is put in the public domain.
|
/qemu/linux-user/s390x/ |
H A D | vdso.ld | 49 * we have to put these sections somewhere.
|
/qemu/linux-user/aarch64/ |
H A D | vdso.ld | 49 * we have to put these sections somewhere.
|
/qemu/linux-user/riscv/ |
H A D | vdso.ld | 51 * we have to put these sections somewhere.
|
/qemu/target/openrisc/ |
H A D | machine.c | 67 .put = put_sr,
|
1234