/openbmc/qemu/target/hexagon/ |
H A D | cpu.h | 52 DECLARE_BITMAP(mask, MAX_VEC_SIZE_BYTES) QEMU_ALIGNED(16); 53 MMVector data QEMU_ALIGNED(16); 96 MMVector VRegs[NUM_VREGS] QEMU_ALIGNED(16); 98 MMVector tmp_VRegs[VECTOR_TEMPS_MAX] QEMU_ALIGNED(16); 100 MMQReg QRegs[NUM_QREGS] QEMU_ALIGNED(16); 101 MMQReg future_QRegs[NUM_QREGS] QEMU_ALIGNED(16); 104 MMVectorPair VuuV QEMU_ALIGNED(16); 105 MMVectorPair VvvV QEMU_ALIGNED(16); 106 MMVectorPair VxxV QEMU_ALIGNED(16); 107 MMVector vtmp 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/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 | 31 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) macro
|
/openbmc/qemu/include/exec/ |
H A D | tlb-common.h | 54 } CPUTLBDescFast QEMU_ALIGNED(2 * sizeof(void *)); typedef
|
/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 | 31 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) macro
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 31 #define QEMU_ALIGNED(X) __attribute__((aligned(X))) macro
|
/openbmc/qemu/linux-user/riscv/ |
H A D | signal.c | 49 struct target_sigcontext uc_mcontext QEMU_ALIGNED(16);
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 926 } QEMU_PACKED QEMU_ALIGNED(16) *get_log; in cmd_logs_get_log() 1038 } QEMU_PACKED QEMU_ALIGNED(16) CXLSetFeatureInHeader; 1061 } QEMU_PACKED QEMU_ALIGNED(16) CXLMemPatrolScrubSetFeature; 1075 } QEMU_PACKED QEMU_ALIGNED(16) CXLMemECSSetFeature; 1089 } QEMU_PACKED QEMU_ALIGNED(16) * get_feats_in = (void *)payload_in; in cmd_features_get_supported() 1094 } QEMU_PACKED QEMU_ALIGNED(16) * get_feats_out = (void *)payload_out; in cmd_features_get_supported() 1172 } QEMU_PACKED QEMU_ALIGNED(16) * get_feature; in cmd_features_get_feature()
|
/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 | 457 ppc_vsr_t vsr[64] QEMU_ALIGNED(16);
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 572 char neg_align[-sizeof(CPUNegativeOffsetState) % 16] QEMU_ALIGNED(16);
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.h | 61 uint64_t vregs[32][2] QEMU_ALIGNED(16); /* vector registers */
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.h | 197 uint64_t vreg[32 * RV_VLEN_MAX / 64] QEMU_ALIGNED(16);
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 180 uint64_t d[2 * ARM_MAX_VQ] QEMU_ALIGNED(16); 186 uint64_t p[DIV_ROUND_UP(2 * ARM_MAX_VQ, 8)] QEMU_ALIGNED(16); 618 uint32_t qc[4] QEMU_ALIGNED(16);
|
/openbmc/qemu/linux-user/sparc/ |
H A D | signal.c | 71 uint32_t insns[2] QEMU_ALIGNED(8);
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 1743 ZMMReg xmm_regs[CPU_NB_REGS == 8 ? 8 : 32] QEMU_ALIGNED(16); 1744 ZMMReg xmm_t0 QEMU_ALIGNED(16);
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 1291 ppc_vsr_t vsr[64] QEMU_ALIGNED(16); 1293 ppc_vsr_t vscr_sat QEMU_ALIGNED(16);
|