Searched refs:alignment (Results 101 - 125 of 250) sorted by relevance

12345678910

/freebsd-10-stable/sys/netgraph/
H A Dng_parse.h116 values ("bar" and ary[2]), and that the alignment is handled
118 order and alignment are inherently machine dependent, so is this
259 * Return the alignment requirement of this type. Zero is same as one.
287 ng_getAlign_t *getAlign; /* get alignment */
297 * This type supports arbitrary C structures. The normal field alignment
306 /* Each field has a name, type, and optional alignment override. If the
307 override is non-zero, the alignment is determined from the field type.
313 int alignment; /* override alignment */ member in struct:ng_parse_struct_field
/freebsd-10-stable/sys/vm/
H A Dvm_extern.h56 vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary,
/freebsd-10-stable/sys/dev/ata/chipsets/
H A Data-cyrix.c91 ch->dma.alignment = 16;
H A Data-national.c93 ch->dma.alignment = 16;
/freebsd-10-stable/sys/dev/drm2/i915/
H A Di915_ioc32.c125 int alignment; member in struct:drm_i915_mem_alloc32
H A Di915_drm.h355 int alignment; member in struct:drm_i915_mem_alloc
639 /** Required alignment in graphics aperture */
640 uint64_t alignment; member in struct:drm_i915_gem_exec_object
688 /** Required alignment in graphics aperture */
689 uint64_t alignment; member in struct:drm_i915_gem_exec_object2
754 /** alignment required within the aperture */
755 uint64_t alignment; member in struct:drm_i915_gem_pin
/freebsd-10-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxosapi.c37 U32 alignment (IN) Alignment requirement
56 U32 alignment,
66 isCacheable, allocLength, alignment );
83 if( alignment > 32 ) {
84 AGTIAPI_PRINTK( "ostiAllocMemory: no-cache alignment 0x%x NOT AVAILABLE\n",
85 alignment );
51 ostiAllocMemory( tiRoot_t *ptiRoot, void **osMemHandle, void **agVirtAddr, U32 *agPhysUpper32, U32 *agPhysLower32, U32 alignment, U32 allocLength, agBOOLEAN isCacheable ) argument
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h173 int alignment_mask; /* Mask of alignment for each object. */
277 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
278 _obstack_begin ((h), (size), (alignment), \
281 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
282 _obstack_begin_1 ((h), (size), (alignment), \
364 /* These assume that the obstack alignment is good enough for pointers or ints,
366 shares that much alignment. */
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dldm.h71 HPT_UINT alignment; member in struct:freelist
91 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HPT_UINT count);
102 #define freelist_reserve_dma_with_tag(list, osext, size, alignment, count) \
105 freelist_reserve_dma(list, osext, (HPT_UINT)(size), (HPT_UINT)(alignment), (HPT_UINT)(count));\
/freebsd-10-stable/sys/dev/hptnr/
H A Dldm.h71 HPT_UINT alignment; member in struct:freelist
91 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HPT_UINT count);
102 #define freelist_reserve_dma_with_tag(list, osext, size, alignment, count) \
105 freelist_reserve_dma(list, osext, (HPT_UINT)(size), (HPT_UINT)(alignment), (HPT_UINT)(count));\
/freebsd-10-stable/sys/dev/hptrr/
H A Dldm.h70 HPT_UINT alignment; member in struct:freelist
90 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HPT_UINT count);
101 #define freelist_reserve_dma_with_tag(list, osext, size, alignment, count) \
104 freelist_reserve_dma(list, osext, size, alignment, count);\
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h234 /// The required alignment of the stub.
266 /// The required alignment of the area.
281 /// The required alignment of the area.
300 /// The required alignment of the area.
324 /// The required alignment of the variable.
469 unsigned alignment,
475 m_alignment(alignment),
466 AllocationRecord(uintptr_t host_address, uint32_t permissions, size_t size, unsigned alignment, unsigned section_id = eSectionIDInvalid) argument
/freebsd-10-stable/sys/arm/xscale/i8134x/
H A Di81342_space.c143 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int flags,
220 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int flags,
142 i81342_io_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int flags, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
219 i81342_mem_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int flags, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
/freebsd-10-stable/sys/dev/drm/
H A Dsis_ds.c201 int reserved, int alignment)
231 p->align = alignment;
199 SliceBlock(TMemBlock * p, int startofs, int size, int reserved, int alignment) argument
/freebsd-10-stable/sys/dev/nxge/xgehal/
H A Dxgehal-channel-fp.c247 * xge_hal_check_alignment - Check buffer alignment and calculate the
251 * @alignment: Alignment "granularity" (see below), in bytes.
255 * Check buffer alignment and calculate "misaligned" portion, if exists.
257 * the specified @alignment. If this is the case,
262 * may or may not be equal @alignment. The difference between these two
263 * arguments is that the @alignment is used to make the decision: aligned
267 * @alignment=8 and @copy_size=64 will work okay on AMD Opteron boxes.
269 * Note: @copy_size should be a multiple of @alignment. In many practical
270 * cases @copy_size and @alignment will probably be equal.
275 xge_hal_check_alignment(dma_addr_t dma_pointer, int size, int alignment, argument
[all...]
/freebsd-10-stable/sys/powerpc/powermac/
H A Data_dbdma.c219 if (((uintptr_t)(request->data) & (ch->dma.alignment - 1)) ||
220 (request->bytecount & (ch->dma.alignment - 1))) {
/freebsd-10-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c232 uint32_t alignment, bool is_encoder)
268 if (coder->now_pos & (alignment - 1))
227 lzma_simple_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters, size_t (*filter)(void *simple, uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size), size_t simple_size, size_t unfiltered_max, uint32_t alignment, bool is_encoder) argument
/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c82 memoryRequirement->smMemory[SM_ROOT_MEM_INDEX].alignment = 4;
120 memoryRequirement->smMemory[SM_DEVICE_MEM_INDEX].alignment = 4;
129 memoryRequirement->smMemory[SM_IO_MEM_INDEX].alignment = 4;
136 SM_DBG3(("smGetRequirements: index %d numElements %d totalLength %d singleElementLength %d alignment %d\n", i
138 memoryRequirement->smMemory[i].singleElementLength,memoryRequirement->smMemory[i].alignment ));
222 SM_DBG3(("smInitialize: index %d singleElementLength 0x%x alignment 0x%x type %d reserved %d\n", i,
224 memoryAllocated->smMemory[i].alignment,
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2088 loResource->loLevelMem.mem[i].alignment = 0;
2105 loResource->loLevelMem.mem[i].alignment = memRequirement.agMemory[i].alignment;
2106 TI_DBG2(("tdsaLoLevelGetResource: index %d numElements %d totalLength %d singleElementLength %d alignment %d\n", i, loResource->loLevelMem.mem[i].numElements, loResource->loLevelMem.mem[i].totalLength, loResource->loLevelMem.mem[i].singleElementLength,loResource->loLevelMem.mem[i].alignment ));
2134 loResource->loLevelMem.mem[i].alignment = dmMemRequirement.dmMemory[i-memRequirement.count].alignment;
2135 TI_DBG2(("tdsaLoLevelGetResource: index %d numElements %d totalLength %d singleElementLength %d alignment %d\n", i, loResource->loLevelMem.mem[i].numElements, loResource->loLevelMem.mem[i].totalLength, loResource->loLevelMem.mem[i].singleElementLength,loResource->loLevelMem.mem[i].alignment ));
2163 loResource->loLevelMem.mem[i].alignment
[all...]
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c334 tgtMem->tdMem[i].alignment = 0;
355 tgtMem->tdMem[0].alignment = sizeof (void *);
373 tgtMem->tdMem[1].alignment = sizeof(void *);
396 tgtMem->tdMem[2].alignment = 16;
415 tgtMem->tdMem[3].alignment = 16; /* 4; 256; 16; sizeof(void *); */
437 targetResource->targetOption.dynamicDmaMem.alignment = sizeof(void *);
446 targetResource->targetOption.dynamicCachedMem.alignment = sizeof(void *);
/freebsd-10-stable/contrib/gcc/config/
H A Ddarwin-c.c57 int alignment; member in struct:align_stack
68 entry->alignment = maximum_field_alignment;
82 maximum_field_alignment = entry->alignment;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h157 uint64_t &alignment,
165 uint64_t &alignment,
174 alignment(0),
181 uint64_t alignment; member in struct:SymbolFileDWARF::LayoutInfo
/freebsd-10-stable/sys/dev/nxge/include/
H A Dxgehal-channel.h182 * pre-set DMA mappings and/or alignment buffers.
468 xge_hal_check_alignment(dma_addr_t dma_pointer, int size, int alignment,
/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_os.h165 bus_size_t alignment; member in struct:qla_dma
/freebsd-10-stable/sys/sys/
H A Dbus_dma.h149 * alignment: Alignment for segments.
169 /* XXX Should probably allow specification of alignment */
170 int bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment,

Completed in 333 milliseconds

12345678910