HomeSort by: relevance | last modified time | path
    Searched defs:xc (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/lib/libc/gdtoa/
sum.c 44 ULong carry, *xc, *xa, *xb, *xe, y; local in function:sum
59 xc = c->x;
60 xe = xc + b->wds;
67 Storeinc(xc, z, y);
69 while(xc < xe);
71 while(xc < xe) {
76 Storeinc(xc, z, y);
82 *xc++ = y & 0xffff;
84 while(xc < xe);
86 while(xc < xe)
    [all...]
misc.c 288 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local in function:mult
324 xc = xc0;
327 z = *x++ * (ULLong)y + *xc + carry;
330 *xc++ = z & 0xffffffffUL;
334 *xc = carry;
342 xc = xc0;
345 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
347 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
349 Storeinc(xc, z2, z);
352 *xc = carry
568 ULong *xa, *xae, *xb, *xbe, *xc; local in function:diff
    [all...]
  /src/share/examples/puffs/pgfs/
pgfs_db.h 52 struct Xconn *xc; member in struct:fetchstatus
pgfs_puffs.c 86 struct Xconn *xc; local in function:pgfs_node_getattr
94 xc = begin_readonly(pu, "getattr");
95 error = getattr(xc, fileid, va, GETATTR_ALL);
99 error = commit(xc);
105 rollback(xc);
129 struct Xconn *xc = NULL; local in function:pgfs_node_readdir
158 if (xc == NULL) {
159 xc = begin(pu, "readdir1");
161 error = lookupp(xc, parent_fileid, &child_fileid);
163 rollback(xc);
296 struct Xconn *xc; local in function:pgfs_node_lookup
383 struct Xconn *xc; local in function:pgfs_node_mkdir
425 struct Xconn *xc; local in function:pgfs_node_create
465 struct Xconn *xc; local in function:pgfs_node_write
540 struct Xconn *xc; local in function:pgfs_node_read
592 struct Xconn *xc; local in function:pgfs_node_link
634 struct Xconn *xc; local in function:pgfs_node_remove
672 struct Xconn *xc; local in function:pgfs_node_rmdir
721 struct Xconn *xc; local in function:pgfs_node_inactive
757 struct Xconn *xc; local in function:pgfs_node_setattr
954 struct Xconn *xc; local in function:pgfs_node_rename
1038 struct Xconn *xc; local in function:pgfs_node_symlink
1094 struct Xconn *xc; local in function:pgfs_node_readlink
1124 struct Xconn *xc; local in function:pgfs_node_access
1164 struct Xconn *xc; local in function:pgfs_fs_statvfs
    [all...]
pgfs_db.c 68 dumperror(struct Xconn *xc, const PGresult *res)
112 struct Xconn *xc; local in function:getxc
116 TAILQ_FOREACH(xc, &xclist, list) {
117 if (xc->blocker == NULL) {
118 assert(xc->owner == NULL);
119 xc->owner = cc;
120 DPRINTF("xc %p acquire %p\n", xc, cc);
121 return xc;
123 assert(xc->owner == xc->blocker)
701 struct Xconn *xc = getxc(puffs_cc_getcc(pu)); local in function:begin
718 struct Xconn *xc = getxc(puffs_cc_getcc(pu)); local in function:begin_readonly
790 struct Xconn *xc = vp; local in function:pgfs_notice_receiver
801 struct Xconn *xc; local in function:pgfs_readframe
861 struct Xconn *xc; local in function:pgfs_connectdb
948 struct Xconn *xc; local in function:flush_xacts
    [all...]
  /src/sys/arch/x86/x86/
viac7temp.c 148 uint64_t xc; local in function:viac7temp_refresh
150 xc = xc_unicast(0, viac7temp_refresh_xcall, sc, edata, sc->sc_ci);
151 xc_wait(xc);
odcm.c 359 uint64_t xc; local in function:odcm_state_set
379 xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL);
380 xc_wait(xc);
coretemp.c 352 uint64_t xc; local in function:coretemp_refresh
354 xc = xc_unicast(0, coretemp_refresh_xcall, sc, edata, sc->sc_ci);
355 xc_wait(xc);
tsc.c 383 uint64_t xc; local in function:tsc_user_enable
385 xc = xc_broadcast(0, tsc_apply_cpu, (void *)true, NULL);
386 xc_wait(xc);
392 uint64_t xc; local in function:tsc_user_disable
394 xc = xc_broadcast(0, tsc_apply_cpu, (void *)false, NULL);
395 xc_wait(xc);
powernow.c 905 uint64_t status, xc; local in function:powernow_k8_fidvid
911 xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL);
912 xc_wait(xc);
spectre.c 320 uint64_t xc; local in function:mitigation_v2_change
337 xc = xc_broadcast(XC_HIGHPRI, mitigation_v2_change_cpu,
339 xc_wait(xc);
505 uint64_t xc; local in function:mitigation_v4_change
519 xc = xc_broadcast(0, mitigation_v4_change_cpu,
521 xc_wait(xc);
725 uint64_t xc; local in function:mitigation_mds_change
740 xc = xc_broadcast(XC_HIGHPRI, mitigation_mds_change_cpu,
742 xc_wait(xc);
904 uint64_t xc; local in function:mitigation_taa_change
    [all...]
  /src/sys/arch/arm/cortex/
a9tmr.c 273 uint64_t xc; local in function:a9tmr_update_freq
283 xc = xc_broadcast(0, a9tmr_update_freq_cb, NULL, NULL);
284 xc_wait(xc);
a9ptmr.c 280 uint64_t xc; local in function:a9ptmr_update_freq
288 xc = xc_broadcast(0, a9ptmr_update_freq_cb, NULL, NULL);
289 xc_wait(xc);
  /src/sys/dev/tprof/
tprof_armv7.c 303 uint64_t xc = xc_broadcast(0, armv7_pmu_init_cpu, NULL, NULL); local in function:armv7_pmu_init
304 xc_wait(xc);
tprof_armv8.c 296 uint64_t xc = xc_broadcast(0, armv8_pmu_init_cpu, NULL, NULL); local in function:armv8_pmu_init
297 xc_wait(xc);
tprof_x86_amd.c 274 uint64_t xc; local in function:tprof_amd_establish
282 xc = xc_broadcast(0, tprof_amd_establish_cpu, sc, NULL);
283 xc_wait(xc);
291 uint64_t xc; local in function:tprof_amd_disestablish
293 xc = xc_broadcast(0, tprof_amd_disestablish_cpu, sc, NULL);
294 xc_wait(xc);
tprof_x86_intel.c 277 uint64_t xc; local in function:tprof_intel_establish
285 xc = xc_broadcast(0, tprof_intel_establish_cpu, sc, NULL);
286 xc_wait(xc);
294 uint64_t xc; local in function:tprof_intel_disestablish
296 xc = xc_broadcast(0, tprof_intel_disestablish_cpu, sc, NULL);
297 xc_wait(xc);
  /src/sys/dev/acpi/
acpi_cpu_tstate.c 753 uint64_t xc; local in function:acpicpu_tstate_set
755 xc = xc_broadcast(0, acpicpu_tstate_set_xcall, &percent, NULL);
756 xc_wait(xc);
  /src/sys/dev/i2c/
xc3028.c 81 xc3028_name(struct xc3028 *xc)
83 if (xc->type == XC3028L)
90 xc3028_firmware_name(struct xc3028 *xc)
92 if (xc->type == XC3028L)
99 xc3028_reset(struct xc3028 *xc)
103 if (xc->reset)
104 error = xc->reset(xc->reset_priv);
110 xc3028_get_basefw(struct xc3028 *xc)
115 for (i = 0; i < xc->nfw; i++)
489 struct xc3028 *xc; local in function:xc3028_open
    [all...]
xc5k.c 66 xc5k_reset(struct xc5k *xc)
70 if (xc->reset)
71 error = xc->reset(xc->reset_priv);
77 xc5k_firmware_upload(struct xc5k *xc, const uint8_t *fw, size_t fwlen)
94 error = xc5k_reset(xc);
116 error = xc5k_write_buffer(xc, cmd, wrlen + 2);
129 xc5k_firmware_open(struct xc5k *xc)
139 error = xc5k_read_2(xc, XC5K_REG_PRODUCT_ID, &product_id);
159 aprint_normal_dev(xc->parent, "xc5k: loading firmware '%s/%s'\n"
256 struct xc5k *xc; local in function:xc5k_open
    [all...]
  /src/sys/kern/
subr_cpufreq.c 304 uint64_t xc; local in function:cpufreq_get_raw
309 xc = xc_unicast(0, (*cf->cf_get_freq), cf->cf_cookie, &freq, ci);
310 xc_wait(xc);
423 uint64_t xc; local in function:cpufreq_set_raw
428 xc = xc_unicast(0, (*cf->cf_set_freq), cf->cf_cookie, &freq, ci);
429 xc_wait(xc);
452 uint64_t xc; local in function:cpufreq_set_all_raw
457 xc = xc_broadcast(0, (*cf->cf_set_freq), cf->cf_cookie, &freq);
458 xc_wait(xc);
subr_xcall.c 357 xc_state_t *xc; local in function:xc_wait
369 xc = &xc_high_pri;
372 xc = &xc_low_pri;
377 if (atomic_load_acquire(&xc->xc_donep) >= where) {
383 mutex_enter(&xc->xc_lock);
384 while (xc->xc_donep < where) {
385 cv_wait(&xc->xc_busy, &xc->xc_lock);
387 mutex_exit(&xc->xc_lock);
398 xc_state_t *xc = &xc_low_pri local in function:xc_lowpri
442 xc_state_t *xc = &xc_low_pri; local in function:xc_thread
489 xc_state_t *xc = & xc_high_pri; local in function:xc_ipi_handler
506 xc_state_t *xc = &xc_high_pri; local in function:xc__highpri_intr
549 xc_state_t *xc = &xc_high_pri; local in function:xc_highpri
    [all...]
  /src/sys/dev/fdt/
cpufreq_dt.c 98 uint64_t xc; local in function:cpufreq_dt_set_rate
148 xc = xc_broadcast(0, cpufreq_dt_change_cb, sc, NULL);
149 xc_wait(xc);
  /src/sys/arch/x86/acpi/
acpi_cpu_md.c 439 uint64_t xc, val; local in function:acpicpu_md_pstate_start
469 xc = xc_broadcast(0, acpicpu_md_pstate_hwf_reset, NULL, NULL);
470 xc_wait(xc);
  /src/sys/arch/arm/pic/
pic.c 825 uint64_t xc = xc_broadcast(0, pic_unblock_percpu, pic, is); local in function:pic_establish_intr
826 xc_wait(xc);

Completed in 29 milliseconds

1 2