| /xen/xen/include/xen/ |
| A D | linkage.h | 19 #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 D | xmalloc.h | 81 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 D | macros.h | 6 #define IS_ALIGNED(val, align) (!((val) & ((align) - 1))) argument
|
| /xen/xen/arch/arm/arm32/mmu/ |
| A D | mm.c | 43 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 D | fsys_zfs.h | 95 #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 D | xmalloc_tlsf.c | 540 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 D | vmap.c | 60 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 D | domain.c | 1551 unsigned int align; in map_guest_area() local
|
| A D | device_tree.c | 124 unsigned long align) in unflatten_dt_alloc()
|
| /xen/xen/arch/x86/boot/ |
| A D | defs.h | 31 #define ALIGN_UP(arg, align) \ argument
|
| /xen/misc/coverity/ |
| A D | model.c | 57 void *_xmalloc(unsigned long size, unsigned long align) in _xmalloc()
|
| /xen/xen/arch/x86/hvm/ |
| A D | dom0_build.c | 94 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 D | libxl_x86_acpi.c | 51 uint32_t size, uint32_t align) in mem_alloc()
|
| /xen/tools/firmware/hvmloader/ |
| A D | util.c | 400 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 D | pmm.c | 313 int32_t align = 0; in first_fit() local
|
| /xen/xen/include/xen/lib/x86/ |
| A D | cpu-policy.h | 253 bool xss:1, align:1; member
|