Searched refs:slot_offset (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/uvm/ |
| H A D | uvm_bio.c | 313 vaddr_t va, eva, ubc_offset, slot_offset; in ubc_fault() local 336 slot_offset = ubc_offset & (ubc_winsize - 1); in ubc_fault() 356 KASSERTMSG((trunc_page(umap->writeoff) <= slot_offset), in ubc_fault() 358 slot_offset, (intmax_t)umap->writeoff); in ubc_fault() 359 KASSERTMSG((slot_offset < umap->writeoff + umap->writelen), in ubc_fault() 362 slot_offset, (intmax_t)umap->writeoff, umap->writelen); in ubc_fault() 369 npages = (ubc_winsize - slot_offset) >> PAGE_SHIFT; in ubc_fault() 372 umap->writelen) - (umap->offset + slot_offset)) in ubc_fault() 382 slot_offset, umap->writeoff, umap->writelen, 0); in ubc_fault() 384 (uintptr_t)uobj, umap->offset + slot_offset, npages, 0); in ubc_fault() [all …]
|
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_allocation.c | 2244 uint32_t slot_offset, replace_len, replace; in udf_record_allocation_in_node() local 2339 slot_offset = from - foffset; in udf_record_allocation_in_node() 2340 if (slot_offset > 0) { in udf_record_allocation_in_node() 2342 slot_offset, flags >> 30, flags)); in udf_record_allocation_in_node() 2344 s_ad.len = udf_rw32(slot_offset | flags); in udf_record_allocation_in_node() 2354 foffset += slot_offset; in udf_record_allocation_in_node() 2406 slot_offset = from - foffset; /* offset in first encounted slot */ in udf_record_allocation_in_node() 2407 KASSERT((slot_offset % lb_size) == 0); in udf_record_allocation_in_node() 2424 DPRINTF(ALLOC, ("\t4i: got slot %d, slot_offset %d, " in udf_record_allocation_in_node() 2427 slot, slot_offset, replace_le in udf_record_allocation_in_node() 2879 uint32_t slot_offset, slot_offset_lb; udf_shrink_node() local [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | function.c | 379 poly_int64 slot_offset = 0, old_frame_offset; in assign_stack_local_1() local 451 alignment, &slot_offset)) in assign_stack_local_1() 454 if (known_gt (slot_offset, space->start)) in assign_stack_local_1() 455 add_frame_space (space->start, slot_offset); in assign_stack_local_1() 456 if (known_lt (slot_offset + size, space->start + space->length)) in assign_stack_local_1() 457 add_frame_space (slot_offset + size, in assign_stack_local_1() 465 slot_offset = frame_offset; in assign_stack_local_1() 474 try_fit_stack_local (frame_offset, size, size, alignment, &slot_offset); in assign_stack_local_1() 478 if (known_gt (slot_offset, frame_offset)) in assign_stack_local_1() 479 add_frame_space (frame_offset, slot_offset); in assign_stack_local_1() [all …]
|
| H A D | function.h | 535 struct args_size slot_offset; member
|
| H A D | calls.c | 2776 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); in compute_argument_addresses() local 2825 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset); in compute_argument_addresses() 3382 low = -arg->locate.slot_offset.constant - arg->locate.size.constant; in check_sibcall_argument_overlap() 3384 low = arg->locate.slot_offset.constant; in check_sibcall_argument_overlap() 5479 upper_bound = -argvec[argnum].locate.slot_offset.constant + 1; in emit_library_call_value_1() 5484 lower_bound = argvec[argnum].locate.slot_offset.constant; in emit_library_call_value_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | function.h | 552 struct args_size slot_offset; member
|
| H A D | calls.cc | 1782 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); in compute_argument_addresses() local 1831 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset); in compute_argument_addresses() 2388 low = -arg->locate.slot_offset.constant - arg->locate.size.constant; in check_sibcall_argument_overlap() 2390 low = arg->locate.slot_offset.constant; in check_sibcall_argument_overlap() 4479 upper_bound = -argvec[argnum].locate.slot_offset.constant + 1; in emit_library_call_value_1() 4484 lower_bound = argvec[argnum].locate.slot_offset.constant; in emit_library_call_value_1()
|
| H A D | ChangeLog-2003 | 24253 * calls.c (struct arg_data): Move offset, slot_offset, size and 24256 Delete alignment_pad var. Don't calculate slot_offset here. 24268 Use slot_offset for stack home of reg parms. Correct test for 24271 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
|
| H A D | ChangeLog-2009 | 32604 * calls.c (emit_library_call_value_1): Use slot_offset instead of
|
| H A D | ChangeLog-2001 | 4182 * calls.c (check_sibcall_argument_overlap): Use slot_offset for
|