Searched refs:boundary (Results 51 - 75 of 96) sorted by relevance

1234

/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.c296 bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr,
307 boundary, lowaddr, highaddr, filter, filterarg, maxsize,
551 tag->common.boundary),
552 ("boundary failed: ctx %p start 0x%jx end 0x%jx "
553 "boundary 0x%jx", ctx, (uintmax_t)entry->start,
554 (uintmax_t)entry->end, (uintmax_t)tag->common.boundary));
295 dmar_bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment, bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr, bus_dma_filter_t *filter, void *filterarg, bus_size_t maxsize, int nsegments, bus_size_t maxsegsz, int flags, bus_dma_lock_t *lockfunc, void *lockfuncarg, bus_dma_tag_t *dmat) argument
H A Dintel_gas.c320 /* No boundary crossing. */
322 a->common->boundary))
327 * the boundary. Check if there is enough space after the
328 * next boundary after the prev->end.
330 bs = rounddown2(a->entry->start + a->offset + a->common->boundary,
331 a->common->boundary);
338 a->common->boundary)) {
344 * Not enough space to align at the requested boundary, or
345 * boundary is smaller than the size, but allowed to split.
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3bus.c66 bus_addr_t boundary, void *cookie);
709 bus_addr_t min, bus_addr_t max, bus_size_t alignment, bus_addr_t boundary,
708 ps3_iommu_map(device_t dev, bus_dma_segment_t *segs, int *nsegs, bus_addr_t min, bus_addr_t max, bus_size_t alignment, bus_addr_t boundary, void *cookie) argument
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c604 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) argument
642 *boundary = &os->data;
H A Dpkcs7.h323 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc728 /* how about a word boundary? */
811 /* how about a word boundary? */
H A DAPFloat.cpp537 /* The number of ulps from the boundary (zero, or half if ISNEAREST)
544 APFloatBase::integerPart part, boundary;
555 boundary = (APFloatBase::integerPart) 1 << (partBits - 1);
557 boundary = 0;
560 if (part - boundary <= boundary - part)
561 return part - boundary;
563 return boundary - part;
566 if (part == boundary) {
572 } else if (part == boundary
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_thread.c133 bool boundary);
743 * boundary, TDF_BOUNDARY flag is not set, and TDF_ALLPROCSUSP
770 * allowed to continue until they get to the user boundary. They may even
772 * accelerated in reaching the user boundary as we will wake up
895 ("td %p not on boundary", td2));
978 /* Should we goto user boundary if we didn't come from there? */
1090 thread_unsuspend_one(struct thread *td, struct proc *p, bool boundary) argument
1100 if (boundary && (td->td_flags & TDF_BOUNDARY) != 0) {
1191 ("inconsistent boundary count %d", p->p_boundary_count));
H A Dkern_malloc.c401 vm_paddr_t boundary)
406 alignment, boundary, VM_MEMATTR_DEFAULT);
399 contigmalloc(unsigned long size, struct malloc_type *type, int flags, vm_paddr_t low, vm_paddr_t high, unsigned long alignment, vm_paddr_t boundary) argument
H A Dsubr_vmem.c151 /* boundary tag */
203 #define VMEM_CROSS_P(addr1, addr2, boundary) \
204 ((((addr1) ^ (addr2)) & -(boundary)) != 0)
212 * Maximum number of boundary tags that may be required to satisfy an
219 * Max free limits the number of locally cached boundary tags. We
224 /* Allocator for boundary tags. */
243 * Fill the vmem's boundary tag cache. We guarantee that boundary tag
394 /* ---- boundary tag hash */
450 /* ---- boundary ta
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c471 utf8proc_bool boundary; local
473 boundary = grapheme_break_extended(*last_boundclass, tbc, last_boundclass);
474 if (boundary) {
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl251 ; upon unaligned access which crosses page boundary. "Better safe
254 ; block which crosses the boundary. Once found that block is aligned
259 andi. $t1,$t1,`4096-16*$SZ` ; distance to closest page boundary
262 ble Laligned ; didn't cross the page boundary
/freebsd-11-stable/contrib/gcc/
H A Dexpr.h123 unsigned int boundary;
121 unsigned int boundary; member in struct:locate_and_pad_arg_data
H A Dcalls.c725 /* Compute the boundary of the area that needs to be saved, if any. */
1370 unsigned int align, boundary;
1404 boundary = args[i].locate.boundary;
1406 align = boundary;
1409 align = INTVAL (offset) * BITS_PER_UNIT | boundary;
1434 set_mem_align (args[i].stack_slot, args[i].locate.boundary);
1918 /* Define the boundary of the register parm stack space that needs to be
2241 /* Ensure current function's preferred stack boundary is at least
3302 /* Define the boundary o
1369 unsigned int align, boundary; local
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-siliconimage.c283 ch->dma.boundary = 8192;
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.h223 #define mpt_dma_tag_create(mpt, parent_tag, alignment, boundary, \
227 bus_dma_tag_create(parent_tag, alignment, boundary, \
/freebsd-11-stable/stand/
H A Ddefs.mk134 CFLAGS.gcc+= -mpreferred-stack-boundary=2
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s241 ; Top of loop aligned on 64-byte boundary
403 ; Top of loop aligned on 64-byte boundary
538 ; Top of loop aligned on 64-byte boundary
H A Dpa-risc2W.s233 ; Top of loop aligned on 64-byte boundary
393 ; Top of loop aligned on 64-byte boundary
527 ; Top of loop aligned on 64-byte boundary
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms.h132 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);
H A Dcms_asn1.c350 if (CMS_stream(&sarg->boundary, cms) <= 0)
/freebsd-11-stable/sys/mips/mips/
H A Dbus_space_generic.c260 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int flags,
259 generic_bs_alloc(void *t, 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-11-stable/stand/kshim/
H A Dbsd_kernel.h649 bus_size_t boundary, bus_addr_t lowaddr,
/freebsd-11-stable/sys/dev/ata/
H A Data-all.h359 u_int32_t boundary; /* DMA SG list boundary */ member in struct:ata_dma
/freebsd-11-stable/sys/conf/
H A Dkern.mk108 CFLAGS.gcc+= -mno-align-long-strings -mpreferred-stack-boundary=2

Completed in 390 milliseconds

1234