| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.h | 57 DECLARE_BITMAP(mask, MAX_VEC_SIZE_BYTES) QEMU_ALIGNED(16); 58 MMVector data QEMU_ALIGNED(16); 95 MMVector VRegs[NUM_VREGS] QEMU_ALIGNED(16); 96 MMVector future_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16); 97 MMVector tmp_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16); 99 MMQReg QRegs[NUM_QREGS] QEMU_ALIGNED(16); 100 MMQReg future_QRegs[NUM_QREGS] QEMU_ALIGNED(16); 103 MMVectorPair VuuV QEMU_ALIGNED(16); 104 MMVectorPair VvvV QEMU_ALIGNED(16); 105 MMVectorPair VxxV QEMU_ALIGNED(16); [all …]
|
| /openbmc/qemu/tests/bench/ |
| H A D | atomic64-bench.c | 15 } QEMU_ALIGNED(64); 19 } QEMU_ALIGNED(64);
|
| H A D | atomic_add-bench.c | 9 } QEMU_ALIGNED(64); 14 } QEMU_ALIGNED(64);
|
| H A D | qht-bench.c | 38 } QEMU_ALIGNED(64); /* avoid false sharing among threads */
|
| /openbmc/qemu/include/exec/ |
| H A D | tlb-common.h | 54 } CPUTLBDescFast QEMU_ALIGNED(2 * sizeof(void *)); typedef
|
| /openbmc/qemu/include/qemu/ |
| H A D | win_dump_defs.h | 176 } QEMU_ALIGNED(16) WinM128A; 210 } QEMU_ALIGNED(16) WinContext32; 279 } QEMU_ALIGNED(16) WinContext64;
|
| H A D | compiler.h | 26 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) macro
|
| /openbmc/qemu/linux-user/loongarch64/ |
| H A D | signal.c | 24 abi_ulong sc_extcontext[0] QEMU_ALIGNED(16); 39 } QEMU_ALIGNED(FPU_CTX_ALIGN); 50 } QEMU_ALIGNED(LSX_CTX_ALIGN); 58 } QEMU_ALIGNED(LASX_CTX_ALIGN); 65 } QEMU_ALIGNED(CONTEXT_INFO_ALIGN);
|
| /openbmc/qemu/include/net/ |
| H A D | can_emu.h | 50 uint8_t data[64] QEMU_ALIGNED(8);
|
| /openbmc/qemu/include/hw/loongarch/ |
| H A D | boot.h | 22 } efi_guid_t QEMU_ALIGNED(8); typedef
|
| /openbmc/qemu/subprojects/libvhost-user/include/ |
| H A D | compiler.h | 26 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) 31 #define QEMU_ALIGNED( global() macro
|
| /openbmc/qemu/subprojects/libvduse/include/ |
| H A D | compiler.h | 26 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) 31 #define QEMU_ALIGNED( global() macro
|
| /openbmc/qemu/linux-user/riscv/ |
| H A D | signal.c | 49 struct target_sigcontext uc_mcontext QEMU_ALIGNED(16);
|
| /openbmc/qemu/util/ |
| H A D | qht.c | 150 } QEMU_ALIGNED(QHT_BUCKET_ALIGN); 168 } QEMU_ALIGNED(QHT_BUCKET_ALIGN);
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | spapr_nested.h | 514 ppc_vsr_t vsr[64] QEMU_ALIGNED(16);
|
| /openbmc/qemu/include/hw/core/ |
| H A D | cpu.h | 581 char neg_align[-sizeof(CPUNegativeOffsetState) % 16] QEMU_ALIGNED(16);
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-mailbox-utils.c | 1045 } QEMU_PACKED QEMU_ALIGNED(16) *get_log; in cmd_logs_get_log() 1161 } QEMU_PACKED QEMU_ALIGNED(16) CXLSetFeatureInHeader; 1184 } QEMU_PACKED QEMU_ALIGNED(16) CXLMemPatrolScrubSetFeature; 1198 } QEMU_PACKED QEMU_ALIGNED(16) CXLMemECSSetFeature; 1212 } QEMU_PACKED QEMU_ALIGNED(16) * get_feats_in = (void *)payload_in; in cmd_features_get_supported() 1217 } QEMU_PACKED QEMU_ALIGNED(16) * get_feats_out = (void *)payload_out; in cmd_features_get_supported() 1293 } QEMU_PACKED QEMU_ALIGNED(16) * get_feature; in cmd_features_get_feature()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.h | 170 uint64_t d[2 * ARM_MAX_VQ] QEMU_ALIGNED(16); 175 uint64_t p[DIV_ROUND_UP(2 * ARM_MAX_VQ, 8)] QEMU_ALIGNED(16); 669 uint32_t qc[4] QEMU_ALIGNED(16); 720 uint64_t zt0[512 / 64] QEMU_ALIGNED(16);
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.h | 59 uint64_t vregs[32][2] QEMU_ALIGNED(16); /* vector registers */
|
| /openbmc/qemu/linux-user/sparc/ |
| H A D | signal.c | 71 uint32_t insns[2] QEMU_ALIGNED(8);
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.h | 223 uint64_t vreg[32 * RV_VLEN_MAX / 64] QEMU_ALIGNED(16);
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.h | 1894 ZMMReg xmm_regs[CPU_NB_REGS == 8 ? 8 : 32] QEMU_ALIGNED(16); 1895 ZMMReg xmm_t0 QEMU_ALIGNED(16);
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu.h | 1297 ppc_vsr_t vsr[64] QEMU_ALIGNED(16); 1299 ppc_vsr_t vscr_sat QEMU_ALIGNED(16);
|