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

123

/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex227 as a null-terminated string, padded to a 32-bit boundary. Then
242 a 32-bit boundary.
/freebsd-9.3-release/sys/dev/ata/
H A Data-all.h499 u_int32_t boundary; /* DMA SG list boundary */ member in struct:ata_dma
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dbus_machdep.c156 bus_size_t boundary __unused, int flags __unused,
/freebsd-9.3-release/sys/x86/include/
H A Dbus.h184 bus_size_t boundary, int flags, bus_addr_t *addrp,
/freebsd-9.3-release/contrib/gcc/
H A Dbuiltins.c4248 unsigned HOST_WIDE_INT align, boundary;
4263 boundary = FUNCTION_ARG_BOUNDARY (TYPE_MODE (type), type) / BITS_PER_UNIT;
4270 if (boundary > align
4273 t = fold_convert (TREE_TYPE (valist), size_int (boundary - 1));
4278 t = fold_convert (TREE_TYPE (valist), size_int (-boundary));
4284 boundary = align;
4289 boundary *= BITS_PER_UNIT;
4290 if (boundary < TYPE_ALIGN (type))
4293 TYPE_ALIGN (type) = boundary;
5208 /* Round address up to desired boundary
4247 unsigned HOST_WIDE_INT align, boundary; local
[all...]
H A Drtlanal.c2245 unique field of the union not aligned on a 4-byte boundary, but the
2901 /* If the subreg crosses a word boundary ensure that
2902 it also begins and ends on a word boundary. */
3124 find_first_parameter_load (rtx call_insn, rtx boundary)
3152 while (parm.nregs && before != boundary)
3163 for possible labels in a way by setting boundary to preceding
3167 gcc_assert (before == boundary);
4434 conditions would not stop us when we reach bb boundary. */
3102 find_first_parameter_load(rtx call_insn, rtx boundary) argument
H A Ddwarf2out.c2363 /* Pad the CIE out to an address sized boundary. */
2505 /* Pad the FDE out to an address sized boundary. */
7491 dw2_asm_output_data (2, 0, "Pad to %d byte boundary",
9573 /* Given a value, round it up to the lowest multiple of `boundary'
9577 ceiling (HOST_WIDE_INT value, unsigned int boundary)
9579 return (((value + boundary - 1) / boundary) * boundary);
9685 boundary (based upon the required minimum alignment for the declared type
9695 boundary (startin
9565 ceiling(HOST_WIDE_INT value, unsigned int boundary) argument
[all...]
/freebsd-9.3-release/sys/arm/include/
H A Dbus.h478 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-siliconimage.c340 ch->dma.boundary = 8192;
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge.c217 bus_size_t boundary, maxsegsize; local
220 boundary = 0;
223 boundary = 4096;
230 boundary, /* boundary */
537 * boundary. Some PCI-E chip sets always align Completion packets; on
3344 4096, /* boundary */
3363 4096, /* boundary */
3365 0, /* boundary */
3452 sc->tx_boundary, /* boundary */
[all...]
/freebsd-9.3-release/sys/mips/include/
H A Dbus.h467 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2464 boundary, cachetype)
2468 uint64_t boundary;
2493 lowest, highest, PAGE_SIZE, boundary, memattr);
/freebsd-9.3-release/sys/dev/vxge/
H A Dvxge.c2932 bus_size_t max_size, boundary; local
2947 boundary = (max_size > PAGE_SIZE) ? 0 : PAGE_SIZE;
2972 boundary,
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c522 rl.boundary = 0;
/freebsd-9.3-release/sys/dev/bge/
H A Dif_bge.c2947 * 4GB boundary crossed. Limit maximum allowable DMA
2954 device_printf(sc->bge_dev, "4GB boundary crossed, "
2969 bus_size_t boundary, sbsz, rxmaxsegsz, txsegsz, txmaxsegsz; local
3056 boundary = 0;
3058 boundary = BGE_DMA_BNDRY;
3070 1, boundary, lowaddr, BUS_SPACE_MAXADDR, NULL,
3514 * All Broadcom controllers have 4GB boundary DMA bug.
3515 * Whenever an address crosses a multiple of the 4GB boundary
5295 * a 4GB boundary. If we encounter the condition, drop the
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY72 boundary so that compilers don't try to access them as two 64bit
1220 and/or split across an mbuf boundary
/freebsd-9.3-release/sys/dev/txp/
H A Dif_txp.c112 * 32bit boundary on strict-alignment architectures. This adds a
1218 bus_size_t alignment, bus_size_t boundary, bus_dmamap_t *map, void **buf,
1227 alignment, boundary, /* algnmnt, boundary */
1308 1, 0, /* algnmnt, boundary */
1494 1, 0, /* algnmnt, boundary */
1512 TXP_RXBUF_ALIGN, 0, /* algnmnt, boundary */
1217 txp_dma_alloc(struct txp_softc *sc, char *type, bus_dma_tag_t *tag, bus_size_t alignment, bus_size_t boundary, bus_dmamap_t *map, void **buf, bus_size_t size, bus_addr_t *paddr) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darm-dis.c3863 just crossed an instruction boundary. */
3878 IT instruction until we find a definite instruction boundary. */
3883 /* A symbol must be on an instruction boundary, and will not
3903 /* Addr + 2 is an instruction boundary. See if this matches
3904 the expected boundary based on the position of the last

Completed in 338 milliseconds

123