Home
last modified time | relevance | path

Searched defs:align (Results 1 – 15 of 15) sorted by relevance

/xen/xen/include/xen/
A Dxmalloc.h80 unsigned long size, unsigned long align, unsigned long num) in _xmalloc_array()
89 unsigned long size, unsigned long align, unsigned long num) in _xzalloc_array()
A Dconfig.h85 #define IS_ALIGNED(val, align) (((val) & ((align) - 1)) == 0) argument
/xen/tools/libfsimage/zfs/
A Dfsys_zfs.h95 #define P2ROUNDUP(x, align) (-(-(x) & -(align))) argument
120 #define P2PHASE(x, align) ((x) & ((align) - 1)) argument
131 #define P2ALIGN(x, align) ((x) & -(align)) argument
/xen/xen/common/
A Dxmalloc_tlsf.c526 static void *xmalloc_whole_pages(unsigned long size, unsigned long align) in xmalloc_whole_pages()
576 static void *add_padding(void *p, unsigned long align) in add_padding()
593 void *_xmalloc(unsigned long size, unsigned long align) in _xmalloc()
626 void *_xzalloc(unsigned long size, unsigned long align) in _xzalloc()
633 void *_xrealloc(void *ptr, unsigned long size, unsigned long align) in _xrealloc()
A Dvmap.c48 static void *vm_alloc(unsigned int nr, unsigned int align, in vm_alloc()
203 unsigned int nr, unsigned int align, unsigned int flags, in __vmap()
A Ddomain.c1238 unsigned int align; in map_vcpu_info() local
A Ddevice_tree.c123 unsigned long align) in unflatten_dt_alloc()
/xen/xen/arch/x86/boot/
A Ddefs.h31 #define ALIGN_UP(arg, align) \ argument
/xen/misc/coverity/
A Dmodel.c57 void *_xmalloc(unsigned long size, unsigned long align) in _xmalloc()
/xen/tools/libxl/
A Dlibxl_x86_acpi.c53 uint32_t size, uint32_t align) in mem_alloc()
/xen/tools/firmware/hvmloader/
A Dutil.c454 void *mem_alloc(uint32_t size, uint32_t align) in mem_alloc()
478 void *scratch_alloc(uint32_t size, uint32_t align) in scratch_alloc()
883 uint32_t size, uint32_t align) in acpi_mem_alloc()
/xen/xen/arch/x86/hvm/
A Ddom0_build.c108 unsigned long align; in pvh_populate_memory_range() member
198 unsigned long align, paddr_t limit, in pvh_steal_ram()
/xen/xen/arch/arm/
A Dsetup.c427 uint32_t size, paddr_t align, in consider_modules()
/xen/tools/firmware/rombios/32bit/
A Dpmm.c313 int32_t align = 0; in first_fit() local
/xen/xen/include/xen/lib/x86/
A Dcpuid.h223 bool xss:1, align:1; member

Completed in 47 milliseconds