Searched refs:floating (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h172 uint64_t floating; member in struct:drmach_domain_info
H A Ddrmach_acpi.c2023 return ((drmach_domain.floating & (1ULL << bp->bnum)) ? 1 : 0);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l434 yyerror("floating point not supported\n");
437 * Decimal floating point value.
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.s45 * floating point operations will be disabled by default.
46 * Upon execution of the first floating point instruction,
48 * the uarea is written signifying use of the floating point
50 * and restore the floating point them. The trapped instruction
59 * in the floating point address queue. Note that there
567 stx %o2, [%l3 + FPU_FSR] ! save floating point status
581 ! interrupts while emulating floating point instructions
597 ! Get the floating point instruction, and run the floating
598 ! point simulator. There is no floating poin
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l372 <S0>{RGX_FP} yyerror("floating-point constants are not permitted\n");
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s97 ! This handles floating-point state saving.
331 ! Restore resuming thread's GSR reg and floating-point regs
333 ! the floating point saved state has completed without necessity
383 ! Restore resuming thread's GSR reg and floating-point regs
385 ! the floating point saved state has completed without necessity
528 ! to save the floating-point state if fprs has been
531 ! doesn't retain their floating-point registers when
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c186 uint32_t floating; member in struct:drmach_domain_info
1131 return ((drmach_domain.floating & (1 << bp->bnum)) ? 1 : 0);
1139 int *floating; local
1148 "floating-boards", &len) != DDI_PROP_SUCCESS) {
1149 cmn_err(CE_WARN, "Cannot get floating-boards proplen\n");
1151 floating = (int *)kmem_alloc(len, KM_SLEEP);
1153 DDI_PROP_DONTPASS, "floating-boards", (caddr_t)floating,
1156 cmn_err(CE_WARN, "Cannot get floating-boards prop\n");
1158 drmach_domain.floating
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h181 u16 veb_seid, u16 *switch_id, bool *floating,
H A Di40e_common.c2640 * elements. If the uplink SEID is 0, this will be a floating VEB.
2656 /* SEIDs need to either both be set or both be 0 for floating VEB */
2690 * @floating: set to TRUE if the VEB is floating
2701 bool *floating, u16 *statistic_index,
2730 if (floating) {
2734 *floating = TRUE;
2736 *floating = FALSE;
2699 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) argument
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s1298 ! This fetches to E$ (general use) rather than P$ (floating point use).
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6432 % etc. We don't actually implement floating yet, we always include the

Completed in 93 milliseconds