/openbmc/qemu/tests/fp/ |
H A D | fp-test-log2.c | 25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() argument 30 if (real.i == soft.i) { in compare() 33 msb = 63 - __builtin_clzll(real.i ^ soft.i); in compare() 36 if (real.i > soft.i) { in compare() 37 ulp = real.i - soft.i; in compare() 39 ulp = soft.i - real.i; in compare() 51 test.i, test.d, soft.i, soft.d, real.i, real.d); in compare() 57 (int)(soft.i >> 52) - (int)(real.i >> 52)); in compare() 69 ufloat64 test, real, soft; in main() local 78 real.d = -__builtin_inf(); in main() [all …]
|
/openbmc/u-boot/drivers/rtc/ |
H A D | Kconfig | 5 menu "Real Time Clock" 11 Enable drver model for real-time-clock drivers. The RTC uclass 20 Enable drver model for real-time-clock drivers. The RTC uclass 29 Enable drver model for real-time-clock drivers. The RTC uclass 38 The PCF2127 is a CMOS Real Time Clock (RTC) and calendar with an integrated 49 compatible Real Time Clock devices. 55 The Renesas (formerly Intersil) ISL1208 is a I2C Real Time Clock (RTC) and 67 The MicroCrystal RV3029 is a I2C Real Time Clock (RTC) with 8-byte 77 Support for Epson RX8010SJ Real Time Clock devices. 82 The ARM PrimeCell Real Time Clock (PL031) is an optional SoC [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-bb-build.patch | 10 doc/Makefile.real | 4 +++- 11 src/Makefile.real | 1 + 44 diff --git a/doc/Makefile.real b/doc/Makefile.real 46 --- a/doc/Makefile.real 47 +++ b/doc/Makefile.real 61 diff --git a/src/Makefile.real b/src/Makefile.real 63 --- a/src/Makefile.real 64 +++ b/src/Makefile.real
|
H A D | rdist-6.1.5-fix-parallel-build.patch | 16 src/Makefile.real | 2 +- 19 diff --git a/src/Makefile.real b/src/Makefile.real 21 --- a/src/Makefile.real 22 +++ b/src/Makefile.real
|
H A D | rdist-6.1.5-makefile-add-ldflags.patch | 7 diff --git a/src/Makefile.real b/src/Makefile.real 9 --- a/src/Makefile.real 10 +++ b/src/Makefile.real
|
/openbmc/u-boot/include/ |
H A D | virtio.h | 97 * @vdev: the real virtio device 108 * @vdev: the real virtio device 119 * @vdev: the real virtio device 127 * @vdev: the real virtio device 135 * @vdev: the real virtio device 143 * @vdev: the real virtio device 150 * @vdev: the real virtio device 158 * @vdev: the real virtio device 165 * @vdev: the real virtio device 175 * @vdev: the real virtio device [all …]
|
/openbmc/u-boot/drivers/serial/ |
H A D | Kconfig | 192 be available until the real driver model serial is running. 199 be available until the real driver model serial is running. 207 driver will be available until the real driver model serial is 216 driver will be available until the real driver model serial is 224 be available until the real driver-model serial is running. 232 be available until the real driver model serial is running. 239 be available until the real driver model serial is running. 255 be available until the real driver-model serial is running. 263 be available until the real driver-model serial is running. 270 be available until the real driver-model serial is running. [all …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_rtc.c | 7 * Test the real time clock runtime services. 12 #define EFI_ST_NO_RTC "Could not read real time clock\n" 53 efi_st_printf("Time according to real time clock: " in execute() 63 .name = "real time clock",
|
/openbmc/openbmc/poky/scripts/ |
H A D | task-time | 16 Bash 'time' builtin. Optionally sorts tasks by real (wall-clock), user (user 35 choices=("none", "real", "user", "sys"), 109 sort_fn = {"real": elapsed_time, "user": tot_user_time, "sys": tot_sys_time} 118 real = elapsed_time(task_info) variable 128 "real\t{}m{:.3f}s\n" 132 int(real//60), real%60,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack/ |
H A D | 0001-Fix-build-error-in-gcc-15.0.1-due-to-function-redecl.patch | 11 linpacknew.c:63:13: note: previous declaration of 'idamax' with type 'int(int, REAL *, int)' {aka … 12 63 | static int idamax (int n,REAL *dx,int incx); 27 The function was already declared as static int idamax(int n, REAL *dx, int incx); 44 @@ -254,7 +254,7 @@ static void dgefa(REAL *a,int lda,int n,int *ipvt,int *info,int roll) 47 REAL t;
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | 0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch | 5 declares perl binary to be 'perl.real'. This patch forces it back to perl. 21 + # Getting MakeMaker.pm use perl wrapper instead of 'perl.real' directly 22 + $name =~ s/perl\.real/perl/ if ($name =~ /perl\.real/);
|
/openbmc/qemu/tests/multiboot/ |
H A D | mmap.out | 19 real mmap end: 0x9090 36 real mmap end: 0x9078 54 real mmap end: 0x9090 73 real mmap end: 0x90a8 92 real mmap end: 0x90a8
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios_asm.S | 48 /* Activate the right segment descriptor real mode. */ 69 /* Now really going into real mode */ 74 * we can easily share it between real and protected, since the 136 * real-mode. This code lives at asm_realmode_code. 248 /* Save real mode SS */ 265 * on saved real mode SS otherwise interrupt_handler() won't get 276 /* Restore real mode ESP based on saved SS */ 283 /* Restore real mode SS */
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | sdjournal.hpp | 9 * Implementation that calls into real sd_journal methods. 22 * Provide a fake method that's called by the real method so we can catch 48 * won't need to hit the real sd_journal and fail.
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | Kconfig | 5 Since sandbox does not have access to a real USB bus, it is possible 7 stack on sandbox without needing a real device, or any host machine
|
/openbmc/u-boot/arch/arm/cpu/arm720t/ |
H A D | cpu.c | 4 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> 8 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
|
H A D | interrupts.c | 4 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> 8 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
|
/openbmc/qemu/docs/devel/ |
H A D | replay.rst | 105 1 ns per *real time* nanosecond. This is done by setting up a timer 106 (called the warp timer) on the virtual real time clock, so that the 113 starts accounting real time to virtual clock. ``icount_account_warp_timer`` 115 and it warps the virtual clock by the amount of real time that has passed 132 * Real time clock. Based on host time and used only for callbacks that 133 do not change the virtual machine state. For this reason real time 138 * Host clock. This clock is used by device models that simulate real time 139 sources (e.g. real time clock chip). Host clock is the one of the sources 142 * Virtual real time clock. This clock is similar to real time clock but
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | perl-version.bbclass | 11 # perl is built (from None to real version in config.sh). 32 # perl is built (from None to real version in config.sh). 51 # perl is built (from None to real version in config.sh).
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | utils.bbclass | 175 mv $cmd $cmd.real 187 exec -a \$realdir/$cmdname \$realdir/$cmdname.real $cmdoptions "\$@" 208 # strip the shebang from the real script as we do not want it to be usable anyway 209 tail -n +2 $cmd > $cmd.real 210 chown --reference=$cmd $cmd.real 211 chmod --reference=$cmd $cmd.real 224 exec -a \$realdir/$cmdname $argument \$realdir/$cmdname.real $cmdoptions "\$@" 242 mv $cmd $cmd.real 255 exec -a "\$0" \$realdir/$cmdname.real "\$@"
|
/openbmc/openbmc/poky/meta/recipes-rt/images/ |
H A D | core-image-rt.bb | 12 real-time test suite and tools appropriate for real-time use."
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | biosemu.c | 77 memSize - Amount of memory to allocate for real mode machine 126 real mode BIOS to be swapped without resetting the entire emulator. 181 This function maps a real mode pointer in the emulator memory to a protected 207 This function returns the address of the VESA transfer buffer in real 209 and located at 15Kb into the start of the real mode memory (16Kb is where 210 we put the real mode code we execute for issuing interrupts). 238 regs - Real mode registers to load 239 sregs - Real mode segment registers to load 242 This functions calls a real mode far function at the specified address, 290 in - Real mode registers to load [all …]
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | config.mk | 4 # Sysgo Real-Time Solutions, GmbH <www.elinos.com> 11 # .text.0 contains only the bare minimum needed to load the real SPL into SRAM.
|
/openbmc/qemu/docs/system/arm/ |
H A D | musca.rst | 26 Note that (like the real hardware) the Musca-A machine is 28 but CPU 1 does. Also like the real hardware, the memory maps
|
/openbmc/qemu/include/hw/misc/ |
H A D | imx7_snvs.h | 24 SNVS_LPSRTCMR = 0x050, /* Secure Real Time Counter MSB Register */ 25 SNVS_LPSRTCLR = 0x054, /* Secure Real Time Counter LSB Register */
|