Searched defs:is64 (Results 1 – 8 of 8) sorted by relevance
/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 66 static void set_idt(int n, unsigned int dpl, bool is64) in set_idt() 83 static void set_idt(int n, unsigned int dpl, bool is64) in set_idt() 337 bool is64 = (env->features[FEAT_8000_0001_EDX] & CPUID_EXT2_LM) != 0; in target_cpu_copy_regs() local
|
/qemu/hw/i386/ |
H A D | x86-common.c | 547 static uint64_t read_pvh_start_addr(void *arg1, void *arg2, bool is64) in read_pvh_start_addr()
|
/qemu/tcg/ |
H A D | tcg-op-ldst.c | 48 static MemOp tcg_canonicalize_memop(MemOp op, bool is64, bool st) in tcg_canonicalize_memop()
|
/qemu/target/arm/ |
H A D | cpregs.h | 180 #define ENCODE_CP_REG(cp, is64, ns, crn, crm, opc1, opc2) \ argument
|
H A D | helper.c | 9043 bool is64 = r->type & ARM_CP_64BIT; in add_cpreg_to_hashtable() local 9829 bool is64 = arm_feature(env, ARM_FEATURE_AARCH64); in arm_phys_excp_target_el() local
|
/qemu/hw/core/ |
H A D | loader.c | 353 void load_elf_hdr(const char *filename, void *hdr, bool *is64, Error **errp) in load_elf_hdr()
|
/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 2078 bool is64 = (arg->bit_width == 64); in emit_arg() local
|
/qemu/target/arm/tcg/ |
H A D | translate.c | 2922 static void do_coproc_insn(DisasContext *s, int cpnum, int is64, in do_coproc_insn()
|