/qemu/tests/tcg/s390x/ |
H A D | branch-relative-long.c | 20 const char *code; member 58 void (*code)(void) = (void *)(buf + 0x100000000); in main() local
|
/qemu/hw/s390x/ |
H A D | sclp.c | 36 static inline bool sclp_command_code_valid(uint32_t code) in sclp_command_code_valid() 53 uint32_t code) in sccb_verify_boundary() 241 static void sclp_execute(SCLPDevice *sclp, SCCB *sccb, uint32_t code) in sclp_execute() 272 int sclp_service_call_protected(S390CPU *cpu, uint64_t sccb, uint32_t code) in sclp_service_call_protected() 299 int sclp_service_call(S390CPU *cpu, uint64_t sccb, uint32_t code) in sclp_service_call()
|
/qemu/linux-user/ |
H A D | exit.c | 30 void preexit_cleanup(CPUArchState *env, int code) in preexit_cleanup()
|
/qemu/include/user/ |
H A D | cpu_loop.h | 81 #define EXCP_DUMP(env, fmt, code) \ argument
|
/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 42 static void do_tr_or_bp(CPUMIPSState *env, unsigned int code, bool trap) in do_tr_or_bp() 67 unsigned int code; in cpu_loop() local
|
/qemu/target/s390x/ |
H A D | interrupt.c | 23 void trigger_pgm_exception(CPUS390XState *env, uint32_t code) in trigger_pgm_exception() 33 void s390_program_interrupt(CPUS390XState *env, uint32_t code, uintptr_t ra) in s390_program_interrupt()
|
/qemu/ui/ |
H A D | win32-kbd-hook.c | 18 static LRESULT CALLBACK keyboard_hook_cb(int code, WPARAM wparam, LPARAM lparam) in keyboard_hook_cb()
|
/qemu/disas/ |
H A D | disas-host.c | 100 void disas(FILE *out, const void *code, size_t size) in disas()
|
H A D | capstone.c | 25 cap_skipdata_s390x_cb(const uint8_t *code, size_t code_size, in cap_skipdata_s390x_cb() 238 bool cap_disas_host(disassemble_info *info, const void *code, size_t size) in cap_disas_host()
|
H A D | disas-target.c | 22 uint64_t code = db->pc_first; in target_disas() local
|
/qemu/bsd-user/riscv/ |
H A D | target_arch_cpu.h | 46 int32_t signo, code; in target_cpu_loop() local
|
/qemu/hw/misc/ |
H A D | sifive_test.c | 40 int code = (val64 >> 16) & 0xffff; in sifive_test_write() local
|
/qemu/accel/stubs/ |
H A D | kvm-stub.c | 41 int kvm_on_sigbus_vcpu(CPUState *cpu, int code, void *addr) in kvm_on_sigbus_vcpu() 46 int kvm_on_sigbus(int code, void *addr) in kvm_on_sigbus()
|
/qemu/bsd-user/ |
H A D | bsd-proc.c | 36 int target_to_host_resource(int code) in target_to_host_resource()
|
H A D | signal.c | 472 void force_sig_fault(int sig, int code, abi_ulong addr) in force_sig_fault() 746 static void setup_frame(int sig, int code, struct target_sigaction *ka, in setup_frame() 894 int code; in handle_pending_signal() local
|
/qemu/target/i386/kvm/ |
H A D | hyperv.c | 88 uint16_t code = exit->u.hcall.input & 0xffff; in kvm_hv_handle_exit() local
|
/qemu/bsd-user/aarch64/ |
H A D | target_arch_cpu.h | 50 uint64_t code, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8; in target_cpu_loop() local
|
/qemu/tests/tcg/tricore/asm/ |
H A D | macros.h | 44 #define TEST_CASE(num, testreg, correct, code...) \ argument 52 #define TEST_CASE_E(num, correct_lo, correct_hi, code...) \ argument 61 #define TEST_CASE_PSW(num, testreg, correct, correct_psw, code...) \ argument
|
/qemu/tests/qtest/ |
H A D | tpm-emu.h | 30 uint32_t code; /*ordinal/error */ member
|
H A D | boot-serial-test.c | 243 const uint8_t *code = NULL; in test_machine() local
|
/qemu/contrib/ivshmem-client/ |
H A D | main.c | 23 ivshmem_client_usage(const char *name, int code) in ivshmem_client_usage()
|
/qemu/ |
H A D | qemu-keymap.c | 60 static void walk_map(struct xkb_keymap *map, xkb_keycode_t code, void *data) in walk_map()
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_input.h | 72 uint16_t code; member
|
/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 295 int code = TARGET_FPE_FLTUNK; in cpu_loop() local
|
/qemu/gdbstub/ |
H A D | system.c | 426 void gdb_exit(int code) in gdb_exit() 445 void gdb_qemu_exit(int code) in gdb_qemu_exit()
|