HomeSort by: relevance | last modified time | path
    Searched refs:slot_offset (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/uvm/
uvm_bio.c 313 vaddr_t va, eva, ubc_offset, slot_offset; local
336 slot_offset = ubc_offset & (ubc_winsize - 1);
356 KASSERTMSG((trunc_page(umap->writeoff) <= slot_offset),
358 slot_offset, (intmax_t)umap->writeoff);
359 KASSERTMSG((slot_offset < umap->writeoff + umap->writelen),
362 slot_offset, (intmax_t)umap->writeoff, umap->writelen);
369 npages = (ubc_winsize - slot_offset) >> PAGE_SHIFT;
372 umap->writelen) - (umap->offset + slot_offset))
381 UVMHIST_LOG(ubchist, "slot_offset %#jx writeoff %#jx writelen %#jx ",
382 slot_offset, umap->writeoff, umap->writelen, 0)
485 vaddr_t slot_offset, va; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
function.cc 388 poly_int64 slot_offset = 0, old_frame_offset;
460 alignment, &slot_offset))
463 if (known_gt (slot_offset, space->start))
464 add_frame_space (space->start, slot_offset);
465 if (known_lt (slot_offset + size, space->start + space->length))
466 add_frame_space (slot_offset + size,
474 slot_offset = frame_offset;
483 try_fit_stack_local (frame_offset, size, size, alignment, &slot_offset);
487 if (known_gt (slot_offset, frame_offset))
488 add_frame_space (frame_offset, slot_offset);
385 poly_int64 slot_offset = 0, old_frame_offset; local
    [all...]
function.h 572 struct args_size slot_offset;
578 /* slot_offset is at least this aligned. */
571 struct args_size slot_offset; member in struct:locate_and_pad_arg_data
calls.cc 1804 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1853 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset);
2430 low = -arg->locate.slot_offset.constant - arg->locate.size.constant;
2432 low = arg->locate.slot_offset.constant;
4539 upper_bound = -argvec[argnum].locate.slot_offset.constant + 1;
4544 lower_bound = argvec[argnum].locate.slot_offset.constant;
1803 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); local
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 386 poly_int64 slot_offset = 0, old_frame_offset;
458 alignment, &slot_offset))
461 if (known_gt (slot_offset, space->start))
462 add_frame_space (space->start, slot_offset);
463 if (known_lt (slot_offset + size, space->start + space->length))
464 add_frame_space (slot_offset + size,
472 slot_offset = frame_offset;
481 try_fit_stack_local (frame_offset, size, size, alignment, &slot_offset);
485 if (known_gt (slot_offset, frame_offset))
486 add_frame_space (frame_offset, slot_offset);
383 poly_int64 slot_offset = 0, old_frame_offset; local
    [all...]
function.h 553 struct args_size slot_offset;
559 /* slot_offset is at least this aligned. */
552 struct args_size slot_offset; member in struct:locate_and_pad_arg_data
calls.cc 1783 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1832 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset);
2389 low = -arg->locate.slot_offset.constant - arg->locate.size.constant;
2391 low = arg->locate.slot_offset.constant;
4481 upper_bound = -argvec[argnum].locate.slot_offset.constant + 1;
4486 lower_bound = argvec[argnum].locate.slot_offset.constant;
1782 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); local
  /src/sys/fs/udf/
udf_allocation.c 2244 uint32_t slot_offset, replace_len, replace; local
2339 slot_offset = from - foffset;
2340 if (slot_offset > 0) {
2342 slot_offset, flags >> 30, flags));
2344 s_ad.len = udf_rw32(slot_offset | flags);
2354 foffset += slot_offset;
2406 slot_offset = from - foffset; /* offset in first encounted slot */
2407 KASSERT((slot_offset % lb_size) == 0);
2424 DPRINTF(ALLOC, ("\t4i: got slot %d, slot_offset %d, "
2427 slot, slot_offset, replace_len
2879 uint32_t slot_offset, slot_offset_lb; local
    [all...]

Completed in 108 milliseconds