Searched defs:align (Results 1 – 15 of 15) sorted by relevance
/xen/xen/include/xen/ |
A D | xmalloc.h | 80 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 D | config.h | 85 #define IS_ALIGNED(val, align) (((val) & ((align) - 1)) == 0) argument
|
/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 | 526 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 D | vmap.c | 48 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 D | domain.c | 1238 unsigned int align; in map_vcpu_info() local
|
A D | device_tree.c | 123 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/tools/libxl/ |
A D | libxl_x86_acpi.c | 53 uint32_t size, uint32_t align) in mem_alloc()
|
/xen/tools/firmware/hvmloader/ |
A D | util.c | 454 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 D | dom0_build.c | 108 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 D | setup.c | 427 uint32_t size, paddr_t align, in consider_modules()
|
/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 | cpuid.h | 223 bool xss:1, align:1; member
|
Completed in 26 milliseconds