Searched full:hard (Results 1 – 25 of 139) sorted by relevance
123456
29 target_ulong hard = 0; in riscv_cpu_get_fflags() local31 hard |= (soft & float_flag_inexact) ? FPEXC_NX : 0; in riscv_cpu_get_fflags()32 hard |= (soft & float_flag_underflow) ? FPEXC_UF : 0; in riscv_cpu_get_fflags()33 hard |= (soft & float_flag_overflow) ? FPEXC_OF : 0; in riscv_cpu_get_fflags()34 hard |= (soft & float_flag_divbyzero) ? FPEXC_DZ : 0; in riscv_cpu_get_fflags()35 hard |= (soft & float_flag_invalid) ? FPEXC_NV : 0; in riscv_cpu_get_fflags()37 return hard; in riscv_cpu_get_fflags()40 void riscv_cpu_set_fflags(CPURISCVState *env, target_ulong hard) in riscv_cpu_set_fflags() argument44 soft |= (hard & FPEXC_NX) ? float_flag_inexact : 0; in riscv_cpu_set_fflags()45 soft |= (hard & FPEXC_UF) ? float_flag_underflow : 0; in riscv_cpu_set_fflags()[all …]
10 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
31 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
35 - 2 PCI IDE interfaces with hard disk and CD-ROM support
425 Hard disks426 Hard disks can be used. Normally you must specify the whole disk429 is better to only make READ-ONLY accesses to the hard disk otherwise451 Hard disks452 Hard disks can be used with the syntax: ``\\.\PhysicalDriveN``453 where *N* is the drive number (0 is the first hard disk).456 READ-ONLY accesses to the hard disk otherwise you may corrupt your
48 - ESP SCSI controller with hard disk and CD-ROM support
10 - 2 PCI IDE interfaces with hard disk and CD-ROM support
41 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init()47 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init_alt()
101 self.do_test_connect_after_remove('hard')129 result = self.remove_export('exp', 'hard')146 result = self.remove_export('exp', 'hard')
519 and hard shutdown in failover scenarios.546 LOG.debug("Performing hard shutdown")600 Attempt to shutdown the VM gracefully; fallback to a hard shutdown.616 LOG.debug("Falling back to hard shutdown")622 hard: bool = False,631 :param hard: When true, do not attempt graceful shutdown, and640 if hard:644 if hard:656 self.shutdown(hard=True)
428 /* low-level variant of directory where hard link shall be created */430 /* high-level variant of directory where hard link shall be created */432 /* low-level variant of target referenced by new hard link */434 /* high-level variant of target referenced by new hard link */436 /* name of hard link (required) */
... /%d: %s ATA-%d Hard-Disk (%u %ciBytes) DVD/ ...
13 * 2 IDE interfaces with hard disk and CD-ROM support
17 * 2 PMAC IDE interfaces with hard disk and CD-ROM support
112 # Check hard disk device via sha256sum:113 self.log.info("Checking hard disk...")
92 self.log.info("Checking hard disk...")108 # Check files on the hard disk:
31 * GSI_BASE is hard-coded with 64 in linux kernel, else kernel fails to boot
31 - LSI53C895A PCI SCSI Host Bus Adapter with hard disk and CD-ROM
26 - LSI53C895A PCI SCSI Host Bus Adapter with hard disk and CD-ROM
28 - git reset --hard "$CI_COMMIT_SHA"
38 # 'KEK', 'db' and 'dbx') have hard coded signature checking rules.
52 /* Ensure registers are consistent after hard reset */ in test_intel_iommu_stage_1()
25 # Currently it's hard to create a hbreak with the pure python API and
8 <!-- Register numbers are hard-coded in order to maintain backward
6 # This is required to support testing of the gdbstub as its hard to