| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | kdbg.h | 23 uint64_t KernBase; 24 uint64_t PsLoadedModuleList; 25 uint64_t DebuggerDataList; 44 uint64_t KernBase; 45 uint64_t BreakpointWithStatus; 46 uint64_t SavedContext; 51 uint64_t KiCallUserMode; 52 uint64_t KeUserCallbackDispatcher; 53 uint64_t PsLoadedModuleList; 54 uint64_t PsActiveProcessHead; [all …]
|
| /openbmc/qemu/target/i386/ |
| H A D | sev.h | 72 uint64_t vmpl0_ssp; 73 uint64_t vmpl1_ssp; 74 uint64_t vmpl2_ssp; 75 uint64_t vmpl3_ssp; 76 uint64_t u_cet; 81 uint64_t efer; 83 uint64_t xss; 84 uint64_t cr4; 85 uint64_t cr3; 86 uint64_t cr0; [all …]
|
| H A D | svm.h | 158 uint64_t intercept; 160 uint64_t iopm_base_pa; 161 uint64_t msrpm_base_pa; 162 uint64_t tsc_offset; 170 uint64_t exit_code; 171 uint64_t exit_info_1; 172 uint64_t exit_info_2; 175 uint64_t nested_ctl; 179 uint64_t nested_cr3; 180 uint64_t lbr_ctl; [all …]
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-macros.h | 91 static inline uint64_t shl_double(uint64_t l, uint64_t r, int c) in shl_double() 109 static inline uint64_t shr_double(uint64_t l, uint64_t r, int c) in shr_double() 154 static inline void shift64RightJamming(uint64_t a, int count, uint64_t *zPtr) in shift64RightJamming() 156 uint64_t z; in shift64RightJamming() 190 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift64ExtraRightJamming() 192 uint64_t z0, z1; in shift64ExtraRightJamming() 227 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift128Right() 229 uint64_t z0, z1; in shift128Right() 262 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift128RightJamming() 264 uint64_t z0, z1; in shift128RightJamming() [all …]
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | spapr_nested.h | 199 uint64_t ptcr; 210 uint64_t l0_guest_heap_inuse; 216 uint64_t l0_guest_heap_max; 222 uint64_t l0_guest_pgtable_size_inuse; 228 uint64_t l0_guest_pgtable_size_max; 235 uint64_t l0_guest_pgtable_reclaimed; 243 uint64_t parttbl[2]; 244 uint64_t tb_offset; 410 uint64_t version; /* version of this structure layout, must be first */ 414 uint64_t lpcr; [all …]
|
| /openbmc/qemu/target/alpha/ |
| H A D | int_helper.c | 26 uint64_t helper_zapnot(uint64_t val, uint64_t mskb) in helper_zapnot() 28 uint64_t mask; in helper_zapnot() 42 uint64_t helper_zap(uint64_t val, uint64_t mask) in helper_zap() 47 uint64_t helper_cmpbe0(uint64_t a) in helper_cmpbe0() 49 uint64_t m = 0x7f7f7f7f7f7f7f7fULL; in helper_cmpbe0() 50 uint64_t c = ~(((a & m) + m) | a | m); in helper_cmpbe0() 61 uint64_t helper_cmpbge(uint64_t a, uint64_t b) in helper_cmpbge() 63 uint64_t mask = 0x00ff00ff00ff00ffULL; in helper_cmpbge() 64 uint64_t test = 0x0100010001000100ULL; in helper_cmpbge() 65 uint64_t al, ah, bl, bh, cl, ch; in helper_cmpbge() [all …]
|
| H A D | vax_helper.c | 29 static uint64_t float32_to_f(float32 fa) in float32_to_f() 31 uint64_t r, exp, mant, sig; in float32_to_f() 35 sig = ((uint64_t)a.l & 0x80000000) << 32; in float32_to_f() 37 mant = ((uint64_t)a.l & 0x007fffff) << 29; in float32_to_f() 62 static float32 f_to_float32(CPUAlphaState *env, uintptr_t retaddr, uint64_t a) in f_to_float32() 85 uint32_t helper_f_to_memory(uint64_t a) in helper_f_to_memory() 94 uint64_t helper_memory_to_f(uint32_t a) in helper_memory_to_f() 96 uint64_t r; in helper_memory_to_f() 97 r = ((uint64_t)(a & 0x0000c000)) << 48; in helper_memory_to_f() 98 r |= ((uint64_t)(a & 0x003fffff)) << 45; in helper_memory_to_f() [all …]
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | fpu_helper.c | 15 static inline uint64_t nanbox_s(float32 fp) in nanbox_s() 93 uint64_t helper_fadd_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_s() 95 uint64_t fd; in helper_fadd_s() 102 uint64_t helper_fadd_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_d() 104 uint64_t fd; in helper_fadd_d() 111 uint64_t helper_fsub_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_s() 113 uint64_t fd; in helper_fsub_s() 120 uint64_t helper_fsub_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_d() 122 uint64_t fd; in helper_fsub_d() 129 uint64_t helper_fmul_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_s() [all …]
|
| /openbmc/qemu/crypto/ |
| H A D | clmul.c | 11 uint64_t clmul_8x8_low(uint64_t n, uint64_t m) in clmul_8x8_low() 13 uint64_t r = 0; in clmul_8x8_low() 16 uint64_t mask = (n & 0x0101010101010101ull) * 0xff; in clmul_8x8_low() 24 static uint64_t clmul_8x4_even_int(uint64_t n, uint64_t m) in clmul_8x4_even_int() 26 uint64_t r = 0; in clmul_8x4_even_int() 29 uint64_t mask = (n & 0x0001000100010001ull) * 0xffff; in clmul_8x4_even_int() 37 uint64_t clmul_8x4_even(uint64_t n, uint64_t m) in clmul_8x4_even() 44 uint64_t clmul_8x4_odd(uint64_t n, uint64_t m) in clmul_8x4_odd() 49 static uint64_t unpack_8_to_16(uint64_t x) in unpack_8_to_16() 57 uint64_t clmul_8x4_packed(uint32_t n, uint32_t m) in clmul_8x4_packed() [all …]
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 120 static uint64_t do_fmadd_h(CPURISCVState *env, uint64_t rs1, uint64_t rs2, in do_fmadd_h() 121 uint64_t rs3, int flags) in do_fmadd_h() 130 static uint64_t do_fmadd_s(CPURISCVState *env, uint64_t rs1, uint64_t rs2, in do_fmadd_s() 131 uint64_t rs3, int flags) in do_fmadd_s() 140 uint64_t helper_fmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_s() 141 uint64_t frs3) in helper_fmadd_s() 146 uint64_t helper_fmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_d() 147 uint64_t frs3) in helper_fmadd_d() 152 uint64_t helper_fmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_h() 153 uint64_t frs3) in helper_fmadd_h() [all …]
|
| /openbmc/qemu/include/crypto/ |
| H A D | clmul.h | 19 uint64_t clmul_8x8_low(uint64_t, uint64_t); 27 uint64_t clmul_8x4_even(uint64_t, uint64_t); 35 uint64_t clmul_8x4_odd(uint64_t, uint64_t); 42 uint64_t clmul_8x4_packed(uint32_t, uint32_t); 50 uint64_t clmul_16x2_even(uint64_t, uint64_t); 58 uint64_t clmul_16x2_odd(uint64_t, uint64_t); 65 uint64_t clmul_32(uint32_t, uint32_t); 72 Int128 clmul_64_gen(uint64_t, uint64_t); 74 static inline Int128 clmul_64(uint64_t a, uint64_t b) in clmul_64()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | fuse.h | 278 uint64_t ino; 279 uint64_t size; 280 uint64_t blocks; 281 uint64_t atime; 282 uint64_t mtime; 283 uint64_t ctime; 309 uint64_t attributes; 315 uint64_t ino; 316 uint64_t size; 317 uint64_t blocks; [all …]
|
| /openbmc/qemu/include/hw/loongarch/ |
| H A D | boot.h | 43 uint64_t *ptr; 48 uint64_t signature; 62 uint64_t fw_vendor; /* physical addr of CHAR16 vendor string */ 64 uint64_t con_in_handle; 65 uint64_t *con_in; 66 uint64_t con_out_handle; 67 uint64_t *con_out; 68 uint64_t stderr_handle; 69 uint64_t stderr_placeholder; 70 uint64_t *runtime; [all …]
|
| /openbmc/qemu/target/sparc/ |
| H A D | vis_helper.c | 90 uint64_t ll; 101 uint64_t helper_fpmerge(uint32_t src1, uint32_t src2) in helper_fpmerge() 127 uint64_t helper_fmul8x16(uint32_t src1, uint64_t src2) in helper_fmul8x16() 143 uint64_t helper_fmul8x16a(uint32_t src1, int32_t src2) in helper_fmul8x16a() 159 uint64_t helper_fmul8sux16(uint64_t src1, uint64_t src2) in helper_fmul8sux16() 174 uint64_t helper_fmul8ulx16(uint64_t src1, uint64_t src2) in helper_fmul8ulx16() 189 uint64_t helper_fexpand(uint32_t src2) in helper_fexpand() 204 uint64_t helper_fcmpeq8(uint64_t src1, uint64_t src2) in helper_fcmpeq8() 206 uint64_t a = src1 ^ src2; in helper_fcmpeq8() 207 uint64_t m = 0x7f7f7f7f7f7f7f7fULL; in helper_fcmpeq8() [all …]
|
| /openbmc/qemu/include/hw/i386/ |
| H A D | intel_iommu.h | 71 uint64_t lo; 72 uint64_t hi; 75 uint64_t val[4]; 90 uint64_t val; 95 uint64_t val[8]; 153 uint64_t gfn; 156 uint64_t pte; 157 uint64_t mask; 183 uint64_t dest_id:32; /* Destination ID */ 184 uint64_t __reserved_1:8; /* Reserved 1 */ [all …]
|
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | test-aes.c | 7 uint64_t *o8 = (uint64_t *)o; in test_SB_SR() 8 const uint64_t *i8 = (const uint64_t *)i; in test_SB_SR() 24 uint64_t *o8 = (uint64_t *)o; in test_SB_SR_MC_AK() 25 const uint64_t *i8 = (const uint64_t *)i; in test_SB_SR_MC_AK() 26 const uint64_t *k8 = (const uint64_t *)k; in test_SB_SR_MC_AK() 40 uint64_t *o8 = (uint64_t *)o; in test_ISB_ISR() 41 const uint64_t *i8 = (const uint64_t *)i; in test_ISB_ISR() 52 uint64_t *o8 = (uint64_t *)o; in test_IMC() 53 const uint64_t *i8 = (const uint64_t *)i; in test_IMC() 69 uint64_t *o8 = (uint64_t *)o; in test_ISB_ISR_IMC_AK() [all …]
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | iwmmxt_helper.c | 55 #define EXTEND32(a) ((uint64_t) (int32_t) (a)) 57 uint64_t HELPER(iwmmxt_maddsq)(uint64_t a, uint64_t b) in HELPER() 62 ) & 0xffffffff) | ((uint64_t) ( in HELPER() 69 uint64_t HELPER(iwmmxt_madduq)(uint64_t a, uint64_t b) in HELPER() 81 uint64_t HELPER(iwmmxt_sadb)(uint64_t a, uint64_t b) in HELPER() 91 uint64_t HELPER(iwmmxt_sadw)(uint64_t a, uint64_t b) in HELPER() 99 uint64_t HELPER(iwmmxt_mulslw)(uint64_t a, uint64_t b) in HELPER() 101 #define MULS(SHR) ((uint64_t) ((( \ in HELPER() 108 uint64_t HELPER(iwmmxt_mulshw)(uint64_t a, uint64_t b) in HELPER() 110 #define MULS(SHR) ((uint64_t) ((( \ in HELPER() [all …]
|
| H A D | pauth_helper.c | 30 static uint64_t pac_cell_shuffle(uint64_t i) in pac_cell_shuffle() 32 uint64_t o = 0; in pac_cell_shuffle() 57 static uint64_t pac_cell_inv_shuffle(uint64_t i) in pac_cell_inv_shuffle() 59 uint64_t o = 0; in pac_cell_inv_shuffle() 84 static uint64_t pac_sub(uint64_t i) in pac_sub() 90 uint64_t o = 0; in pac_sub() 94 o |= (uint64_t)sub[(i >> b) & 0xf] << b; in pac_sub() 99 static uint64_t pac_sub1(uint64_t i) in pac_sub1() 105 uint64_t o = 0; in pac_sub1() 109 o |= (uint64_t)sub1[(i >> b) & 0xf] << b; in pac_sub1() [all …]
|
| /openbmc/u-boot/include/zfs/ |
| H A D | dsl_dataset.h | 15 uint64_t ds_dir_obj; 16 uint64_t ds_prev_snap_obj; 17 uint64_t ds_prev_snap_txg; 18 uint64_t ds_next_snap_obj; 19 uint64_t ds_snapnames_zapobj; /* zap obj of snaps; ==0 for snaps */ 20 uint64_t ds_num_children; /* clone/snap children; ==0 for head */ 21 uint64_t ds_creation_time; /* seconds since 1970 */ 22 uint64_t ds_creation_txg; 23 uint64_t ds_deadlist_obj; 24 uint64_t ds_used_bytes; [all …]
|
| H A D | zap_impl.h | 22 uint64_t mze_value; 29 uint64_t mz_block_type; /* ZBT_MICRO */ 30 uint64_t mz_salt; 31 uint64_t mz_pad[6]; 65 ((uint64_t *)(zap)->zap_f.zap_phys) \ 73 uint64_t zap_block_type; /* ZBT_HEADER */ 74 uint64_t zap_magic; /* ZAP_MAGIC */ 77 uint64_t zt_blk; /* starting block number */ 78 uint64_t zt_numblks; /* number of blocks */ 79 uint64_t zt_shift; /* bits to index it */ [all …]
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | lmmi_helper.c | 36 uint64_t d; 56 uint64_t helper_paddsb(uint64_t fs, uint64_t ft) in helper_paddsb() 70 uint64_t helper_paddusb(uint64_t fs, uint64_t ft) in helper_paddusb() 84 uint64_t helper_paddsh(uint64_t fs, uint64_t ft) in helper_paddsh() 98 uint64_t helper_paddush(uint64_t fs, uint64_t ft) in helper_paddush() 112 uint64_t helper_paddb(uint64_t fs, uint64_t ft) in helper_paddb() 125 uint64_t helper_paddh(uint64_t fs, uint64_t ft) in helper_paddh() 138 uint64_t helper_paddw(uint64_t fs, uint64_t ft) in helper_paddw() 151 uint64_t helper_psubsb(uint64_t fs, uint64_t ft) in helper_psubsb() 165 uint64_t helper_psubusb(uint64_t fs, uint64_t ft) in helper_psubusb() [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | win_dump_defs.h | 20 uint64_t BasePage; 21 uint64_t PageCount; 33 uint64_t NumberOfPages; 40 uint64_t ExceptionRecord; 41 uint64_t ExceptionAddress; 44 uint64_t ExceptionInformation[15]; 85 uint64_t DirectoryTableBase; 86 uint64_t PfnDatabase; 87 uint64_t PsLoadedModuleList; 88 uint64_t PsActiveProcessHead; [all …]
|
| /openbmc/qemu/hw/mips/ |
| H A D | loongson3_bootp.h | 32 uint64_t mem_start; /* memory map start address */ 76 uint64_t uart_base; 90 uint64_t base_addr; /* base address of device registers */ 103 uint64_t ec_base_addr; 106 uint64_t tcm_base_addr; 107 uint64_t workarounds; 108 uint64_t of_dtb_addr; /* NULL if not support */ 119 uint64_t ht_int_bit; /* 3A: 1<<24; 3B: 1<<16 */ 120 uint64_t ht_enable; /* irqs used in this PIC */ 122 uint64_t pci_mem_start_addr; [all …]
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | trace-events | 5 aspeed_pcie_rc_msi_notify(uint32_t id, uint64_t addr, uint64_t data) "%d: 0x%" PRIx64 " data 0x%" P… 6 aspeed_pcie_rc_msi_set_irq(uint32_t id, uint64_t unm, int level) "%d: num 0x%" PRIx64 " set IRQ lev… 8 aspeed_pcie_cfg_read(uint32_t id, uint64_t addr, uint32_t value) "%d: addr 0x%" PRIx64 " value 0x%"… 9 aspeed_pcie_cfg_write(uint32_t id, uint64_t addr, uint32_t value) "%d: addr 0x%" PRIx64 " value 0x%… 10 …cfg_rw(uint32_t id, const char *dir, uint8_t bus, uint8_t devfn, uint64_t addr, uint64_t data) "%d… 11 aspeed_pcie_phy_read(uint32_t id, uint64_t addr, uint32_t value) "%d: addr 0x%" PRIx64 " value 0x%"… 12 aspeed_pcie_phy_write(uint32_t id, uint64_t addr, uint32_t value) "%d: addr 0x%" PRIx64 " value 0x%… 15 bonito_spciconf_small_access(uint64_t addr, unsigned size) "PCI config address is smaller then 32-b… 21 gt64120_read(uint64_t addr, uint64_t value) "gt64120 read 0x%03"PRIx64" value:0x%08" PRIx64 22 gt64120_write(uint64_t addr, uint64_t value) "gt64120 write 0x%03"PRIx64" value:0x%08" PRIx64 [all …]
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | hv-balloon-page_range_tree.h | 16 uint64_t start; 17 uint64_t count; 22 uint64_t start, PageRange *out) in page_range_part_before() 24 uint64_t endr = range->start + range->count; in page_range_part_before() 25 uint64_t end = MIN(endr, start); in page_range_part_before() 37 uint64_t start, uint64_t count, in page_range_part_after() 40 uint64_t end = range->start + range->count; in page_range_part_after() 41 uint64_t ends = start + count; in page_range_part_after() 52 uint64_t start, uint64_t count, in page_range_intersect() 55 uint64_t end1 = range->start + range->count; in page_range_intersect() [all …]
|