Searched refs:slot_offset (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_bio.c303 vaddr_t va, eva, ubc_offset, slot_offset; local
326 slot_offset = ubc_offset & (ubc_winsize - 1);
344 if (slot_offset < trunc_page(umap->writeoff) ||
345 umap->writeoff + umap->writelen <= slot_offset) {
355 npages = (ubc_winsize - slot_offset) >> PAGE_SHIFT;
358 umap->writelen) - (umap->offset + slot_offset))
367 UVMHIST_LOG(ubchist, "slot_offset 0x%x writeoff 0x%x writelen 0x%x ",
368 slot_offset, umap->writeoff, umap->writelen, 0);
370 uobj, umap->offset + slot_offset, npages, 0);
372 error = (*uobj->pgops->pgo_get)(uobj, umap->offset + slot_offset, pg
470 vaddr_t slot_offset, va; local
633 const voff_t slot_offset = umap->writeoff; local
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_allocation.c2274 uint32_t slot_offset, replace_len, replace; local
2369 slot_offset = from - foffset;
2370 if (slot_offset > 0) {
2372 slot_offset, flags >> 30, flags));
2374 s_ad.len = udf_rw32(slot_offset | flags);
2384 foffset += slot_offset;
2436 slot_offset = from - foffset; /* offset in first encounted slot */
2437 KASSERT((slot_offset % lb_size) == 0);
2454 DPRINTF(ALLOC, ("\t4i: got slot %d, slot_offset %d, "
2457 slot, slot_offset, replace_le
2914 uint32_t slot_offset, slot_offset_lb; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfunction.c2414 data->locate.slot_offset.constant += pretend_bytes;
2466 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2501 is FUNCTION_ARG_BOUNDARY. If we're using slot_offset, we're
3583 locate->slot_offset.constant = -initial_offset_ptr->constant;
3585 locate->slot_offset.var = size_binop (MINUS_EXPR, ssize_int (0),
3594 SUB_PARM_SIZE (locate->slot_offset, s2);
3597 locate->slot_offset.constant += part_size_in_regs;
3604 pad_to_arg_alignment (&locate->slot_offset, boundary,
3608 - locate->slot_offset.constant);
3614 locate->slot_offset
[all...]
H A Dcalls.c1417 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1463 if (CONST_INT_P (slot_offset))
1464 addr = plus_constant (arg_reg, INTVAL (slot_offset));
1466 addr = gen_rtx_PLUS (Pmode, arg_reg, slot_offset);
1844 low = -arg->locate.slot_offset.constant - arg->locate.size.constant;
1846 low = arg->locate.slot_offset.constant;
3649 upper_bound = -argvec[argnum].locate.slot_offset.constant + 1;
3652 lower_bound = argvec[argnum].locate.slot_offset.constant;
1416 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); local
H A Dexpr.h122 struct args_size slot_offset;
128 /* slot_offset is at least this aligned. */
120 struct args_size slot_offset; member in struct:locate_and_pad_arg_data
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dfunction.c2252 data->locate.slot_offset.constant += pretend_bytes;
2304 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2319 is FUNCTION_ARG_BOUNDARY. If we're using slot_offset, we're
3352 locate->slot_offset.constant = -initial_offset_ptr->constant;
3354 locate->slot_offset.var = size_binop (MINUS_EXPR, ssize_int (0),
3363 SUB_PARM_SIZE (locate->slot_offset, s2);
3366 locate->slot_offset.constant += part_size_in_regs;
3373 pad_to_arg_alignment (&locate->slot_offset, boundary,
3377 - locate->slot_offset.constant);
3383 locate->slot_offset
[all...]
H A Dexpr.h116 struct args_size slot_offset;
122 /* slot_offset is at least this aligned. */
114 struct args_size slot_offset; member in struct:locate_and_pad_arg_data
H A Dcalls.c1369 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1415 if (GET_CODE (slot_offset) == CONST_INT)
1416 addr = plus_constant (arg_reg, INTVAL (slot_offset));
1418 addr = gen_rtx_PLUS (Pmode, arg_reg, slot_offset);
1791 low = -arg->locate.slot_offset.constant - arg->locate.size.constant;
1793 low = arg->locate.slot_offset.constant;
1368 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); local

Completed in 236 milliseconds