Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dlinkage.h19 #define SYM_ALIGN(align...) .balign align argument
29 #define SYM(name, typ, linkage, align...) \ argument
43 # define DO_CODE_ALIGN(align...) LASTARG(CONFIG_FUNCTION_ALIGNMENT, ## align), \ argument
46 # define DO_CODE_ALIGN(align...) LASTARG(CONFIG_FUNCTION_ALIGNMENT, ## align) argument
49 #define FUNC(name, align...) \ argument
51 #define LABEL(name, align...) \ argument
53 #define DATA(name, align...) \ argument
56 #define FUNC_LOCAL(name, align...) \ argument
58 #define LABEL_LOCAL(name, align...) \ argument
60 #define DATA_LOCAL(name, align...) \ argument
A Dxmalloc.h81 unsigned long size, unsigned long align, unsigned long num) in _xmalloc_array()
90 unsigned long size, unsigned long align, unsigned long num) in _xzalloc_array()
A Dmacros.h6 #define IS_ALIGNED(val, align) (!((val) & ((align) - 1))) argument
/xen/xen/arch/arm/arm32/mmu/
A Dmm.c43 uint32_t size, paddr_t align, in consider_modules()
133 static paddr_t __init fit_xenheap_in_static_heap(uint32_t size, paddr_t align) in fit_xenheap_in_static_heap()
/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.c540 static void *xmalloc_whole_pages(unsigned long size, unsigned long align) in xmalloc_whole_pages()
590 static void *add_padding(void *p, unsigned long align) in add_padding()
607 void *_xmalloc(unsigned long size, unsigned long align) in _xmalloc()
640 void *_xzalloc(unsigned long size, unsigned long align) in _xzalloc()
647 void *_xrealloc(void *ptr, unsigned long size, unsigned long align) in _xrealloc()
A Dvmap.c60 static void *vm_alloc(unsigned int nr, unsigned int align, in vm_alloc()
225 unsigned int nr, unsigned int align, unsigned int flags, in __vmap()
A Ddomain.c1551 unsigned int align; in map_guest_area() local
A Ddevice_tree.c124 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/xen/arch/x86/hvm/
A Ddom0_build.c94 unsigned long align; in pvh_populate_memory_range() member
186 unsigned long align, paddr_t limit, in pvh_steal_ram()
571 unsigned int align; in find_kernel_memory() local
/xen/tools/libs/light/
A Dlibxl_x86_acpi.c51 uint32_t size, uint32_t align) in mem_alloc()
/xen/tools/firmware/hvmloader/
A Dutil.c400 void *mem_alloc(uint32_t size, uint32_t align) in mem_alloc()
424 void *scratch_alloc(uint32_t size, uint32_t align) in scratch_alloc()
807 uint32_t size, uint32_t align) in acpi_mem_alloc()
/xen/tools/firmware/rombios/32bit/
A Dpmm.c313 int32_t align = 0; in first_fit() local
/xen/xen/include/xen/lib/x86/
A Dcpu-policy.h253 bool xss:1, align:1; member

Completed in 58 milliseconds