/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));
|
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/powerpc/include/ |
cpu_counter.h | 53 uint32_t rv, rtcu, scratch; local in function:cpu_counter32 78 : "=r"(scratch), "=r"(rv), "=r"(rtcu)
|
cpu_counter.h | 53 uint32_t rv, rtcu, scratch; local in function:cpu_counter32 78 : "=r"(scratch), "=r"(rv), "=r"(rtcu)
|
/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)
|
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)
|
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/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)
|
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/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);
|
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);
|
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/powerpc/booke/ |
e500_timer.c | 190 u_long tbh, tbl, scratch; local in function:delay 206 : "=&r"(scratch)
|
e500_timer.c | 190 u_long tbh, tbl, scratch; local in function:delay 206 : "=&r"(scratch)
|
/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));
|
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/external/bsd/drm2/dist/drm/i915/gt/ |
intel_gt_types.h | 83 struct i915_vma *scratch; member in struct:intel_gt
|
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;
|
intel_gt_types.h | 83 struct i915_vma *scratch; member in struct:intel_gt
|
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;
|
/src/sys/arch/powerpc/ibm4xx/ |
clock.c | 235 u_long tbh, tbl, scratch; local in function:delay 260 : "=&r" (scratch)
|
/src/sys/arch/mac68k/nubus/ |
grf_nubus.c | 419 unsigned long scratch; local in function:grfmv_intr_generic_or4 421 scratch = bus_space_read_4(sc->sc_tag, sc->sc_handle, sc->cli_offset); 422 scratch |= 0x80; 423 bus_space_write_4(sc->sc_tag, sc->sc_handle, sc->cli_offset, scratch);
|
/src/sys/arch/evbppc/wii/ |
machdep.c | 242 register_t scratch; local in function:initppc 340 : "=r"(scratch) 461 int scratch, msr; local in function:init_decrementer 466 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
|