| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | msr.h | 51 unsigned long low, high; in native_read_tscp() local 64 #define DECLARE_ARGS(val, low, high) unsigned low, high argument 65 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) argument 66 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high) argument 67 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument 69 #define DECLARE_ARGS(val, low, high) unsigned long long val argument 70 #define EAX_EDX_VAL(val, low, high) (val) argument 71 #define EAX_EDX_ARGS(val, low, high) "A" (val) argument 72 #define EAX_EDX_RET(val, low, high) "=A" (val) argument 85 unsigned low, unsigned high) in native_write_msr() [all …]
|
| H A D | u-boot-x86.h | 80 uint32_t high, low; in rdtsc() local
|
| /rk3399_rockchip-uboot/include/zfs/ |
| H A D | spa.h | 18 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument 19 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument 20 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument 21 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument 23 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument 24 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument 26 #define BF32_SET(x, low, len, val) \ argument 28 #define BF64_SET(x, low, len, val) \ argument 31 #define BF32_GET_SB(x, low, len, shift, bias) \ argument 33 #define BF64_GET_SB(x, low, len, shift, bias) \ argument [all …]
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | libgcc.h | 10 int high, low; member 14 int low, high; member
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | libgcc.h | 10 int high, low; member 14 int low, high; member
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | sti-timer.c | 25 u32 low, high; in sti_timer_get_count() local
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | lshrdi3.c | 17 struct DIstruct {SItype high, low;}; member
|
| H A D | ashldi3.c | 17 struct DIstruct {SItype high, low;}; member
|
| H A D | muldi3.c | 50 struct DIstruct {SItype high, low;}; member
|
| /rk3399_rockchip-uboot/board/rockchip/gva_rk3229/ |
| H A D | gva_rk3229.c | 39 u8 low[RK3229_CPUID_LEN/2], high[RK3229_CPUID_LEN/2]; in set_serialno() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/ |
| H A D | timer.c | 20 u32 low, high; in get_cpu_global_timer() local
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | inftrees.c | 47 unsigned low; /* low bits for current root entry */ in inflate_table() local
|
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | muldi3.c | 56 SItype low, high; member
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | math64.h | 189 u32 high, low; in mul_u64_u64_shr() member 235 u32 high, low; in mul_u64_u32_div() member
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3399/ |
| H A D | evb-rk3399.c | 119 u8 low[RK3399_CPUID_LEN/2], high[RK3399_CPUID_LEN/2]; in setup_serial() local
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | libgcc2.h | 118 struct DWstruct {Wtype high, low;}; member 120 struct DWstruct {Wtype low, high;}; member
|
| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | microcode.c | 105 uint32_t low, high; in microcode_read_cpu() local
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | MPC8641HPCN.h | 424 #define BAT_PHYS_ADDR(low, high) \ argument 427 #define PAIRED_PHYS_TO_PHYS(low, high) (low | ((u64)high << 32)) argument 430 #define BAT_PHYS_ADDR(low, high) (low) argument 431 #define PAIRED_PHYS_TO_PHYS(low, high) (low) argument
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | puma-rk3399.c | 127 u8 low[cpuid_length/2], high[cpuid_length/2]; in setup_serial() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha512.c | 285 uint64_t high, low; in sha512_finish() local
|
| H A D | sha256.c | 277 uint32_t high, low; in sha256_finish() local
|
| H A D | sha1.c | 320 unsigned long high, low; in sha1_finish() local
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | desc_constr.h | 44 u32 low; member
|
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | libgcc.c | 25 struct DWstruct { Wtype low, high;}; member
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | setup.h | 87 u32 low; member
|