Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/cmd/boot/common/
H A Dmboot_extra.c65 uint32_t boundary; in find_multiboot() local
71 boundary = MBOOT_SCAN_SIZE; in find_multiboot()
72 if (boundary > buf_size) in find_multiboot()
73 boundary = buf_size; in find_multiboot()
75 boundary = boundary - sizeof (multiboot_header_t); in find_multiboot()
77 for (i = 0; i < boundary; i += 4, iter++) { in find_multiboot()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_testing_index_after_use.c74 int boundary; in match_condition() local
96 boundary = PTR_INT(tmp->state->data); in match_condition()
97 boundary -= sval.value; in match_condition()
98 if (boundary < 1 && boundary > -1) { in match_condition()
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c327 uint64_t ssize, low, high, boundary; in opl_memlist_per_board() local
338 boundary = roundup(low+1, ssize); in opl_memlist_per_board()
339 boundary = MIN(high, boundary); in opl_memlist_per_board()
342 new->ml_size = boundary - low; in opl_memlist_per_board()
350 low = boundary; in opl_memlist_per_board()
482 uint64_t boundary, ssize; in plat_build_mem_nodes() local
499 boundary = roundup(low+1, ssize); in plat_build_mem_nodes()
500 boundary = MIN(high, boundary); in plat_build_mem_nodes()
502 npgs = btop(boundary - low); in plat_build_mem_nodes()
504 low = boundary; in plat_build_mem_nodes()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.S97 nop ! align loop to 16-byte boundary
98 nop ! align loop to 16-byte boundary
146 nop ! align loop on 16-byte boundary
147 nop ! align loop on 16-byte boundary
148 nop ! align loop on 16-byte boundary
H A Dstrncpy.S68 nop ! pad to align loop on 16-byte boundary
156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
162 sub %o4, 8, %o4 ! bytes to align dst to dword boundary
320 nop ! align next loop to 16-byte boundary
321 nop ! align next loop to 16-byte boundary
H A Dstrlcpy.S309 nop ! align next loop to 16-byte boundary
310 nop ! align next loop to 16-byte boundary
344 nop ! align loop to 16-byte boundary
358 nop ! pad tp 16-byte boundary
359 nop ! pad tp 16-byte boundary
H A Dascii_strcasecmp.S119 ! a word boundary. During these steps, the bytes are translated to
224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
/illumos-gate/usr/src/lib/libvmm/
H A Dlibvmm.c860 uint64_t boundary; in vmm_vread() local
868 boundary = (addr + X86_PAGE_SIZE) & ~(X86_PAGE_SIZE - 1); in vmm_vread()
869 if (addr + len > boundary) in vmm_vread()
870 plen = boundary - addr; in vmm_vread()
892 uint64_t boundary; in vmm_vwrite() local
900 boundary = (addr + X86_PAGE_SIZE) & ~(X86_PAGE_SIZE - 1); in vmm_vwrite()
901 if (addr + len > boundary) in vmm_vwrite()
902 plen = boundary - addr; in vmm_vwrite()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h347 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument
348 (~(((ACPI_SIZE) boundary)-1)))
350 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument
351 (((ACPI_SIZE) boundary)-1)) & \
352 (~(((ACPI_SIZE) boundary)-1)))
371 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.S78 nop ! align loop on 16-byte boundary
79 nop ! align loop on 16-byte boundary
138 andcc %l0, 3, %l1 ! dst offset relative to word boundary
144 sub %l1, 4, %l1 ! bytes to align dst to word boundary
281 nop ! align label below to 16-byte boundary
H A Dascii_strcasecmp.S119 ! a word boundary. During these steps, the bytes are translated to
224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.S132 .align 32 ! Ultra cache line boundary.
179 .align 32 ! Ultra cache line boundary.
/illumos-gate/usr/src/lib/pkcs11/libkcfd/
H A DREADME33 validation of the FIPS-140 boundary.
/illumos-gate/usr/src/uts/i86pc/conf/
H A DMapfile57 # start the data segment on a new 4MB page boundary
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dboot.S.texi28 /* @r{Align 32 bits boundary.} */
/illumos-gate/usr/src/uts/i86xpv/conf/
H A DMapfile60 # start the data segment on a new 4MB page boundary
H A DMapfile.amd6457 # start the data segment on a new 4MB page boundary
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S85 ! set text to begin at a page boundary so we can
/illumos-gate/usr/src/uts/sun4u/io/
H A Dpanther_asm.S158 ! UNPARK-SIBLING_CORE is 7 instructions, so we cross a cache boundary
369 ! UNPARK-SIBLING_CORE is 7 instructions, so we cross a cache boundary
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.S117 subl %ecx,%edx / copy is done on aligned boundary
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S477 .align 32 !align on I-cache boundary
508 .align 32 !align on I-cache boundary
539 .align 32 !align on I-cache boundary
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE82 02-10-30 ppfsm.h: add boundary check to IDSTATE()
120 01-06-26 ppproto.c: fix another buffer boundary bug that didn't preserve OTHER
133 ppproto.c: fix buffer boundary bug that lost call nesting
319 fix CPP CACHEOUTX() buffer boundary bug
364 fix [?\] on 4K buffer boundary bug that lost next refill()
H A Dpp.tab151 TRANSITION # on the COMPATIBILITY boundary
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.S214 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary
/illumos-gate/usr/src/tools/scripts/
H A Dits.reg147 # redacted access to the internal database through a controlled boundary

123