/src/sys/arch/bebox/stand/boot/ |
clock.c | 45 u_long scratch; local in function:mftb 49 : "=r"(tb), "=r"(scratch)); 60 u_long tbh, tbl, scratch; local in function:delay 68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
|
/src/sys/arch/sparc64/sparc64/ |
netbsd32_sigcode.s | 39 .register %g2,#scratch 40 .register %g3,#scratch
|
/src/sys/arch/prep/stand/boot/ |
clock.c | 50 u_long scratch; local in function:mftb 54 : "=r"(tb), "=r"(scratch)); 61 u_long scratch; local in function:mfrtc 65 : "=r"(*up), "=r"(*lp), "=r"(scratch) 76 u_long tbh, tbl, scratch; local in function:delay 95 : "=&r"(scratch) 104 : "=&r"(scratch)
|
/src/sys/arch/rs6000/stand/boot/ |
clock.c | 50 u_long scratch; local in function:mftb 54 : "=r"(tb), "=r"(scratch)); 61 u_long scratch; local in function:mfrtc 65 : "=r"(*up), "=r"(*lp), "=r"(scratch) 76 u_long tbh, tbl, scratch; local in function:delay 96 : "=&r"(scratch) 105 : "=&r"(scratch)
|
/src/sys/arch/mac68k/dev/ |
adbsysasm.s | 41 moveml #0x80e0,%sp@- | save scratch regs 48 moveml %sp@+,#0x0701 | restore scratch regs 56 moveml #0x80e0,%sp@- | save scratch regs 63 moveml %sp@+,#0x0701 | restore scratch regs 75 moveml #0xc0c0,%sp@- | save scratch regs 79 moveml %sp@+,#0x0303 | restore scratch regs
|
/src/sys/arch/powerpc/include/ |
cpu_counter.h | 53 uint32_t rv, rtcu, scratch; local in function:cpu_counter32 78 : "=r"(scratch), "=r"(rv), "=r"(rtcu)
|
/src/lib/csu/arch/sparc64/ |
crt0.S | 45 .register %g3,#scratch 46 .register %g2,#scratch
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
huge_gem_object.h | 26 return obj->scratch;
|
huge_gem_object.c | 19 unsigned long nreal = obj->scratch / PAGE_SIZE; 36 const unsigned long nreal = obj->scratch / PAGE_SIZE; 129 obj->scratch = phys_size;
|
/src/sys/arch/powerpc/powerpc/ |
clock.c | 207 uint64_t tb, scratch; local in function:delay 210 uint32_t tbh, tbl, scratch; 228 : "=&r"(scratch) 243 : "=&r"(scratch) : "r"(tb) 250 : "=&r"(scratch) : "r"(tbh), "r"(tbl) 260 int msr, scratch; local in function:get_powerpc_timecount 263 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE)); 276 int msr, scratch; local in function:get_601_timecount 279 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
|
/src/sys/fs/v7fs/ |
v7fs_io.c | 76 DPRINTF("No scratch area. increase V7FS_SELF_NSCRATCH\n"); 82 if (!fs->io.read(fs->io.cookie, fs->scratch[i], blk)) { 94 return fs->scratch[i]; 132 if (fs->scratch[i] == p) {
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_gtt.c | 370 * need to support a 64K scratch page, given that every 16th entry for a 372 * region, including any PTEs which happen to point to scratch. 376 * scratch (read-only) between all vm, we create one 64k scratch page 395 /* Allocate a scratch page. */ 398 &vm->scratch[0].base.seg, 1, &nseg, BUS_DMA_NOWAIT); 402 KASSERT(vm->scratch[0].base.seg.ds_len == size); 406 BUS_DMA_NOWAIT, &vm->scratch[0].base.map); 411 ret = -bus_dmamap_load_raw(vm->dmat, vm->scratch[0].base.map, 412 &vm->scratch[0].base.seg, 1, size, BUS_DMA_NOWAIT) [all...] |
gen6_ppgtt.c | 94 const gen6_pte_t scratch_pte = vm->scratch[0].encode; 105 GEM_BUG_ON(px_base(pt) == px_base(&vm->scratch[1])); 117 * entries back to scratch. 142 GEM_BUG_ON(pd->entry[act_pt] == &vm->scratch[1]); 233 if (px_base(pt) == px_base(&vm->scratch[1])) { 244 fill32_px(pt, vm->scratch[0].encode); 247 if (pd->entry[pde] == &vm->scratch[1]) { 283 vm->scratch[0].encode = 284 vm->pte_encode(px_dma(&vm->scratch[0]), 287 if (unlikely(setup_page_dma(vm, px_base(&vm->scratch[1])))) 301 struct i915_page_dma * const scratch = local in function:gen6_ppgtt_free_pd 385 struct i915_page_dma * const scratch = local in function:pd_vma_unbind [all...] |
selftest_workarounds.c | 478 struct i915_vma *scratch; local in function:check_dirty_whitelist 483 scratch = create_scratch(ce->vm, 2 * ARRAY_SIZE(values) + 1); 484 if (IS_ERR(scratch)) 485 return PTR_ERR(scratch); 495 u64 addr = scratch->node.start; 557 GEM_BUG_ON(idx * sizeof(u32) > scratch->size); 606 results = i915_gem_object_pin_map(scratch->obj, I915_MAP_WB); 685 i915_gem_object_unpin_map(scratch->obj); 695 i915_vma_unpin_and_release(&scratch, 0); 997 struct i915_vma *scratch[2] member in struct:live_isolated_whitelist::__anon280fc4e80208 [all...] |
selftest_mocs.c | 21 struct i915_vma *scratch; member in struct:live_mocs 83 arg->scratch = create_scratch(gt); 84 if (IS_ERR(arg->scratch)) 85 return PTR_ERR(arg->scratch); 87 arg->vaddr = i915_gem_object_pin_map(arg->scratch->obj, I915_MAP_WB); 96 i915_vma_unpin_and_release(&arg->scratch, 0); 102 i915_vma_unpin_and_release(&arg->scratch, I915_VMA_RELEASE_MAP); 210 struct i915_vma *vma = arg->scratch;
|
gen8_ppgtt.c | 183 const struct i915_page_scratch * const scratch = &vm->scratch[lvl]; local in function:__gen8_ppgtt_clear 201 clear_pd_entry(pd, idx, scratch); 223 vm->scratch[0].encode, 231 if (release_pd_entry(pd, idx, pt, scratch)) { 260 const struct i915_page_scratch * const scratch = &vm->scratch[lvl]; local in function:__gen8_ppgtt_alloc 294 fill_px(pt, vm->scratch[lvl].encode); 306 fill_px(pt, vm->scratch[lvl].encode); 323 if (release_pd_entry(pd, idx, pt, scratch)) [all...] |
/src/lib/libc/compat/arch/vax/sys/ |
compat___sigtramp2.S | 49 pushr $(R0|R1|R2|R3|R4|R5) # save scratch registers
|
/src/sys/lib/libkern/arch/m68k/ |
scanc.S | 52 movl %d2,-(%sp) | need a scratch register 70 movl (%sp)+,%d2 | restore scratch
|
/src/sys/arch/sgimips/mace/ |
mace.c | 147 uint32_t scratch; local in function:mace_attach 183 scratch = bus_space_read_8(sc->iot, sc->ioh, MACE_ISA_FLASH_NIC_REG); 184 scratch |= MACE_ISA_LED_RED; 185 scratch &= ~(MACE_ISA_LED_GREEN); 186 bus_space_write_8(sc->iot, sc->ioh, MACE_ISA_FLASH_NIC_REG, scratch); 193 for (scratch = 0; scratch < MACE_NINTR; scratch++) { 194 maceintrtab[scratch].func = NULL; 195 maceintrtab[scratch].irq = 0 [all...] |
/src/lib/libc/arch/m68k/string/ |
memccpy.S | 47 movl %d2,-(%sp) | save scratch register 65 movl (%sp)+,%d2 | restore scratch register 95 movl (%sp)+,%d2 | restore scratch register
|
/src/lib/libresolv/ |
support.c | 337 static u_char scratch[1000]; local in function:dst_s_dump 339 n = b64_ntop(data, scratch, size, sizeof(scratch)); 340 printf("%s: %x %d %s\n", msg, mode, n, scratch);
|
/src/libexec/lfs_cleanerd/ |
cleansrv.c | 167 char scratch[80]; local in function:try_to_become_master 175 read(fd, scratch, 80); 176 scratch[79] = '\0'; 177 pid = atoi(scratch);
|
/src/sys/arch/amiga/dev/ |
afsc.c | 105 u_long temp, scratch; local in function:afscmatch 117 scratch = rp->siop_scratch; 123 rp->siop_scratch = scratch; 125 if (rp->siop_scratch != scratch || rp->siop_temp != temp)
|
/src/libexec/ld.elf_so/arch/sparc64/ |
rtld_start.S | 50 .register %g2,#scratch 51 .register %g3,#scratch
|
/src/sys/dev/ic/ |
cissvar.h | 61 void *scratch; member in struct:ciss_softc
|