Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 21 of 21) sorted by relevance

/xen/tools/libxc/
A Dxc_solaris.c30 void *xc_memalign(xc_interface *xch, size_t alignment, size_t size) in xc_memalign() argument
32 return memalign(alignment, size); in xc_memalign()
A Dxc_minios.c54 void *xc_memalign(xc_interface *xch, size_t alignment, size_t size) in xc_memalign() argument
56 return memalign(alignment, size); in xc_memalign()
A Dxc_freebsd.c51 void *xc_memalign(xc_interface *xch, size_t alignment, size_t size) in xc_memalign() argument
56 ret = posix_memalign(&ptr, alignment, size); in xc_memalign()
A Dxc_linux.c57 void *xc_memalign(xc_interface *xch, size_t alignment, size_t size) in xc_memalign() argument
62 ret = posix_memalign(&ptr, alignment, size); in xc_memalign()
A Dxc_netbsd.c61 void *xc_memalign(xc_interface *xch, size_t alignment, size_t size) in xc_memalign() argument
/xen/xen/arch/x86/
A DKconfig182 Specify alignment for Xen image.
187 bool "Default alignment"
189 Pick alignment according to build variants.
191 For EFI build the default alignment is 2M. For ELF build
192 the default alignment is 4K due to syslinux failing to handle
193 the increment of image size induced by 2M alignment.
196 bool "2M alignment"
A Darch.mk58 $(call cc-option-add,CFLAGS_UBSAN,CC,-fno-sanitize=alignment)
A DMakefile170 EFI_LDFLAGS += --section-alignment=0x200000 --file-alignment=0x20
/xen/xen/common/ubsan/
A Dubsan.c305 pr_err("which requires %ld byte alignment\n", data->alignment); in handle_missaligned_access()
332 else if (data->alignment && !IS_ALIGNED(ptr, data->alignment)) in __ubsan_handle_type_mismatch()
345 .alignment = 1ul << data->log_alignment, in __ubsan_handle_type_mismatch_v1()
A Dubsan.h35 unsigned long alignment; member
/xen/xen/arch/x86/hvm/
A Dvlapic.c627 unsigned int alignment = offset & 0xf, result = 0; in vlapic_mmio_read() local
636 if ( (alignment + len) <= 4 && offset <= (APIC_TDCR + 3) ) in vlapic_mmio_read()
642 case 1: result = (uint8_t) (reg >> (alignment * 8)); break; in vlapic_mmio_read()
643 case 2: result = (uint16_t)(reg >> (alignment * 8)); break; in vlapic_mmio_read()
910 unsigned int alignment = offset & 0xf; in vlapic_mmio_write() local
926 if ( (alignment + len) <= 4 && offset <= APIC_TDCR ) in vlapic_mmio_write()
932 alignment *= 8; in vlapic_mmio_write()
937 val = ((reg & ~(0xffU << alignment)) | in vlapic_mmio_write()
938 ((val & 0xff) << alignment)); in vlapic_mmio_write()
942 val = ((reg & ~(0xffffU << alignment)) | in vlapic_mmio_write()
[all …]
/xen/xen/include/acpi/
A Dactbl3.h538 u16 alignment; member
/xen/docs/misc/
A Dxen-error-handling.txt87 example, making explicit assumptions about size and alignment of C
A Dkexec_and_kdump.txt134 to 64Mb, else memory below the alignment point will not
A Dlivepatch.pandoc1281 A compile-time check for, e.g., a minimum alignment of functions or a
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst47 image be loaded as high as possible below the 4G boundary, with 2M alignment.
/xen/xen/arch/arm/
A DKconfig219 alignment fault at Stage 1 and a translation fault at Stage 2.
/xen/stubdom/
A Dlwip.patch-cvs385 LWIP_ASSERT("mem_free: sanity check alignment", (((mem_ptr_t)rmem) & (MEM_ALIGNMENT-1)) == 0);
447 adjust for alignment. */
646 - LWIP_ASSERT("mem_malloc: sanity check alignment",
654 + LWIP_ASSERT("mem_malloc: sanity check alignment",
1353 /* Swap if alignment was odd */
/xen/tools/libxc/include/
A Dxenctrl.h1484 void *xc_memalign(xc_interface *xch, size_t alignment, size_t size);
/xen/stubdom/grub.patches/
A D00cvs286 # Force no alignment to save space.
A D61btrfs.diff210 + __le32 io_align; /* optimal io alignment */
239 + __le32 io_align; /* optimal io alignment for this chunk */

Completed in 50 milliseconds