Home
last modified time | relevance | path

Searched defs:high (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr.h50 unsigned long low, high; in native_read_tscp() local
63 #define DECLARE_ARGS(val, low, high) unsigned low, high argument
64 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) argument
65 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high) argument
66 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument
68 #define DECLARE_ARGS(val, low, high) unsigned long long val argument
69 #define EAX_EDX_VAL(val, low, high) (val) argument
70 #define EAX_EDX_ARGS(val, low, high) "A" (val) argument
71 #define EAX_EDX_RET(val, low, high) "=A" (val) argument
84 unsigned low, unsigned high) in native_write_msr()
[all …]
H A Du-boot-x86.h78 uint32_t high, low; in rdtsc() local
/openbmc/qemu/util/
H A Dstats64.c46 uint32_t high, low; in stat64_get() local
71 bool stat64_add32_carry(Stat64 *s, uint32_t low, uint32_t high) in stat64_add32_carry()
93 uint32_t high, low; in stat64_min_slow() local
122 uint32_t high, low; in stat64_max_slow() local
H A Drange.c81 uint64_t low, uint64_t high) in range_inverse_array()
H A Dhost-utils.c38 uint32_t high, low; in mul64() member
248 uint64_t high = *phigh; in ulshift() local
/openbmc/qemu/target/i386/tcg/
H A Dmem_helper.c31 int low, high; in helper_boundw() local
46 int low, high; in helper_boundl() local
/openbmc/u-boot/lib/
H A Ddiv64.c33 uint32_t high = rem >> 32; in __div64_32() local
97 u32 high = divisor >> 32; in div64_u64_rem() local
137 u32 high = divisor >> 32; in div64_u64() local
/openbmc/u-boot/arch/mips/lib/
H A Dlibgcc.h10 int high, low; member
14 int low, high; member
/openbmc/u-boot/arch/sh/lib/
H A Dlibgcc.h10 int high, low; member
14 int low, high; member
/openbmc/qemu/include/qemu/
H A Dstats64.h83 uint32_t low, high; in stat64_add() local
119 uint32_t low, high; in stat64_min() local
159 uint32_t low, high; in stat64_max() local
/openbmc/qemu/tests/unit/
H A Dtest-div128.c24 uint64_t high; member
33 int64_t high; member
H A Dtest-shift128.c14 uint64_t high; member
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dtypes.hpp29 high enumerator
/openbmc/qemu/hw/intc/
H A Daspeed_vic.c112 bool high; in aspeed_vic_read() local
192 bool high; in aspeed_vic_write() local
/openbmc/u-boot/drivers/timer/
H A Dsti-timer.c25 u32 low, high; in sti_timer_get_count() local
/openbmc/witherspoon-pfault-analysis/
H A Dgpio.hpp36 high enumerator
/openbmc/phosphor-power/
H A Dgpio.hpp36 high enumerator
/openbmc/u-boot/arch/m68k/lib/
H A Dashldi3.c16 struct DIstruct {SItype high, low;}; member
H A Dlshrdi3.c16 struct DIstruct {SItype high, low;}; member
H A Dmuldi3.c49 struct DIstruct {SItype high, low;}; member
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.h145 u8 high; member
163 static void set_mode(struct clk_mode *mode, u8 low, u8 high, int type) in set_mode()
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp129 auto high() in high() function
263 auto high() in high() function
393 auto high() in high() function
477 auto high() in high() function
562 auto high() in high() function
/openbmc/qemu/include/hw/s390x/
H A Dtod.h19 uint8_t high; member
/openbmc/u-boot/arch/arm/mach-rmobile/
H A Dtimer.c19 u32 low, high; in get_cpu_global_timer() local
/openbmc/u-boot/arch/microblaze/lib/
H A Dmuldi3.c55 SItype low, high; member

1234