Searched refs:ALIGN (Results 1 – 15 of 15) sorted by relevance
/qemu/pc-bios/vof/ |
H A D | vof.lds | 16 . = ALIGN(8); 28 . = ALIGN(8); 36 . = ALIGN(8); 40 . = ALIGN(256); 46 . = ALIGN(8);
|
/qemu/tests/tcg/tricore/ |
H A D | link.ld | 31 . = ALIGN(8); 42 . = ALIGN(4) ; 49 . = ALIGN(8); 54 . = ALIGN(8) ; 57 . = ALIGN(8) ; 70 . = ALIGN(8) ;
|
/qemu/tests/multiboot/ |
H A D | link.ld | 10 .data ALIGN(4096) : AT(ADDR(.data)) { 13 .rodata ALIGN(4096) : AT(ADDR(.rodata)) { 16 .bss ALIGN(4096) : {
|
/qemu/tests/tcg/xtensa/ |
H A D | linker.ld.S | 133 . = ALIGN(4); 142 . = ALIGN(4); 146 _gp = ALIGN(16); 153 . = ALIGN(4);
|
/qemu/target/hexagon/ |
H A D | gen_tcg_hvx.h | 741 #define fGEN_TCG_PRED_VEC_STORE(GET_EA, PRED, SRCOFF, ALIGN, INC) \ argument 748 gen_vreg_store(ctx, EA, SRCOFF, insn->slot, ALIGN); \ 753 #define fGEN_TCG_PRED_VEC_STORE_pred_pi(ALIGN) \ argument 756 VsV_off, ALIGN, \ 758 #define fGEN_TCG_PRED_VEC_STORE_npred_pi(ALIGN) \ argument 761 VsV_off, ALIGN, \ 795 #define fGEN_TCG_PRED_VEC_STORE_pred_ai(ALIGN) \ argument 798 VsV_off, ALIGN, \ 800 #define fGEN_TCG_PRED_VEC_STORE_npred_ai(ALIGN) \ argument 803 VsV_off, ALIGN, \ [all …]
|
/qemu/tests/tcg/riscv64/ |
H A D | semihost.ld | 14 . = ALIGN(1 << 21);
|
/qemu/tests/tcg/alpha/system/ |
H A D | kernel.ld | 16 . = ALIGN(8192);
|
/qemu/tests/tcg/loongarch64/system/ |
H A D | kernel.ld | 16 . = ALIGN(8192);
|
/qemu/tests/tcg/arm/system/ |
H A D | kernel.ld | 14 . = ALIGN(1 << 21);
|
/qemu/hw/display/ |
H A D | qxl.c | 51 #undef ALIGN 52 #define ALIGN(a, b) (((a) + ((b) - 1)) & ~((b) - 1)) macro 371 ram_header_size = ALIGN(sizeof(QXLRam), 4096); in init_qxl_rom() 372 surface0_area_size = ALIGN(d->vgamem_size, 4096); in init_qxl_rom()
|
/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 889 unsigned align = FIELD_EX32(desc, MTEDESC, ALIGN); in HELPER()
|
H A D | translate-a64.c | 285 desc = FIELD_DP32(desc, MTEDESC, ALIGN, memop_alignment_bits(memop)); in gen_mte_check1_mmuidx() 317 desc = FIELD_DP32(desc, MTEDESC, ALIGN, memop_alignment_bits(single_mop)); in gen_mte_checkN()
|
/qemu/target/arm/ |
H A D | internals.h | 1641 FIELD(MTEDESC, ALIGN, 9, 3)
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 728 #define ALIGN(x, y) (((x)+(y)-1) & ~((y)-1)) 754 hwaddr bitmap_size = ALIGN(mem->memory_size / qemu_real_host_page_size(), in kvm_slot_init_dirty_bitmap() 727 #define ALIGN( global() macro
|
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 195 ALIGN = 0x1f, 1800 case ALIGN:
|