Home
last modified time | relevance | path

Searched defs:low (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmsr.h51 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 …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr.h54 #define DECLARE_ARGS(val, low, high) unsigned long low, high argument
55 #define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32) argument
56 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument
58 #define DECLARE_ARGS(val, low, high) unsigned long long val argument
59 #define EAX_EDX_VAL(val, low, high) (val) argument
60 #define EAX_EDX_RET(val, low, high) "=A" (val) argument
101 static __always_inline void __wrmsr(unsigned int msr, u32 low, u32 high) in __wrmsr()
116 #define native_wrmsr(msr, low, high) \ argument
158 native_write_msr(unsigned int msr, u32 low, u32 high) in native_write_msr()
168 native_write_msr_safe(unsigned int msr, u32 low, u32 high) in native_write_msr_safe()
[all …]
/OK3568_Linux_fs/u-boot/include/zfs/
H A Dspa.h18 #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 …]
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Dlibgcc.h11 int high, low; member
15 long long high, low; member
19 int low, high; member
23 long long low, high; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dbitfield.h123 #define EF4_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument
133 #define EF4_EXTRACT64(element, min, max, low, high) \ argument
140 #define EF4_EXTRACT32(element, min, max, low, high) \ argument
143 #define EF4_EXTRACT_OWORD64(oword, low, high) \ argument
148 #define EF4_EXTRACT_QWORD64(qword, low, high) \ argument
152 #define EF4_EXTRACT_OWORD32(oword, low, high) \ argument
159 #define EF4_EXTRACT_QWORD32(qword, low, high) \ argument
164 #define EF4_EXTRACT_DWORD(dword, low, high) \ argument
242 #define EF4_INSERT_NATIVE64(min, max, low, high, value) \ argument
248 #define EF4_INSERT_NATIVE32(min, max, low, high, value) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dstacktrace.h28 unsigned long low; member
72 static inline bool on_stack(unsigned long sp, unsigned long low, in on_stack()
93 unsigned long low = (unsigned long)raw_cpu_read(irq_stack_ptr); in on_irq_stack() local
103 unsigned long low = (unsigned long)task_stack_page(tsk); in on_task_stack() local
115 unsigned long low = (unsigned long)raw_cpu_ptr(overflow_stack); in on_overflow_stack() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dbitfield.h123 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument
133 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
140 #define EFX_EXTRACT32(element, min, max, low, high) \ argument
143 #define EFX_EXTRACT_OWORD64(oword, low, high) \ argument
148 #define EFX_EXTRACT_QWORD64(qword, low, high) \ argument
152 #define EFX_EXTRACT_OWORD32(oword, low, high) \ argument
159 #define EFX_EXTRACT_QWORD32(qword, low, high) \ argument
164 #define EFX_EXTRACT_DWORD(dword, low, high) \ argument
242 #define EFX_INSERT_NATIVE64(min, max, low, high, value) \ argument
248 #define EFX_INSERT_NATIVE32(min, max, low, high, value) \ argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dio-64-nonatomic-hi-lo.h11 u32 low, high; in hi_lo_readq() local
28 u32 low, high; in hi_lo_readq_relaxed() local
62 u32 low, high; in ioread64_hi_lo() local
84 u32 low, high; in ioread64be_hi_lo() local
H A Dio-64-nonatomic-lo-hi.h11 u32 low, high; in lo_hi_readq() local
28 u32 low, high; in lo_hi_readq_relaxed() local
62 u32 low, high; in ioread64_lo_hi() local
84 u32 low, high; in ioread64be_lo_hi() local
H A Dlibgcc.h15 int high, low; member
19 int low, high; member
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsys_parisc.c282 unsigned int high, unsigned int low) in parisc_truncate64()
288 unsigned int high, unsigned int low) in parisc_ftruncate64()
310 unsigned int high, unsigned int low) in parisc_truncate64()
316 unsigned int high, unsigned int low) in parisc_ftruncate64()
323 unsigned int high, unsigned int low) in parisc_pread64()
329 size_t count, unsigned int high, unsigned int low) in parisc_pwrite64()
334 asmlinkage ssize_t parisc_readahead(int fd, unsigned int high, unsigned int low, in parisc_readahead()
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Dlibgcc.h12 int high, low; member
16 int low, high; member
/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dlibgcc.h10 int high, low; member
14 int low, high; member
/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Dlibgcc.h11 int high, low; member
15 int low, high; member
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dlibgcc.h10 int high, low; member
14 int low, high; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c26 static int search_proc_maps(char *needle, unsigned long *low, unsigned long *high) in search_proc_maps()
74 unsigned long low, high, size; in test_sigreturn_vdso() local
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dclkt2xxx_dpllcore.c76 u32 high, low, core_clk_src; in omap2_dpllcore_round_rate() local
112 u32 cur_rate, low, mult, div, valid_rate, done_rate; in omap2_reprogram_dpllcore() local
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvpx_rac.c75 unsigned int low = 1 + (((c->high - 1) * prob) >> 8); in vpx_rac_get_prob() local
89 unsigned low = 1 + (((c->high - 1) * prob) >> 8); in vpx_rac_get_prob_branchy() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c12 unsigned long low; member
77 unsigned long low, high; in centaur_set_mcr() local
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcompat_linux.c70 COMPAT_SYSCALL_DEFINE3(s390_truncate64, const char __user *, path, u32, high, u32, low) in COMPAT_SYSCALL_DEFINE3() argument
75 COMPAT_SYSCALL_DEFINE3(s390_ftruncate64, unsigned int, fd, u32, high, u32, low) in COMPAT_SYSCALL_DEFINE3() argument
81 compat_size_t, count, u32, high, u32, low) in COMPAT_SYSCALL_DEFINE5() argument
89 compat_size_t, count, u32, high, u32, low) in COMPAT_SYSCALL_DEFINE5() argument
96 COMPAT_SYSCALL_DEFINE4(s390_readahead, int, fd, u32, high, u32, low, s32, count) in COMPAT_SYSCALL_DEFINE4() argument
247 COMPAT_SYSCALL_DEFINE5(s390_fadvise64, int, fd, u32, high, u32, low, compat_size_t, len, int, advis… in COMPAT_SYSCALL_DEFINE5() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddouble-int.h195 unsigned HOST_WIDE_INT low; member
240 double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low) in from_pair()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddouble-int.h195 unsigned HOST_WIDE_INT low; member
240 double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low) in from_pair()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dsev-es.c59 unsigned long low, high; in sev_es_rd_ghcb_msr() local
69 u32 low, high; in sev_es_wr_ghcb_msr() local
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dop_model_p4.c573 unsigned int low, high; in p4_setup_ctrs() local
618 unsigned long ctr, low, high, stag, real; in p4_check_ctrs() local
670 unsigned int low, high, stag; in p4_start() local
687 unsigned int low, high, stag; in p4_stop() local
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmachvec_impl.h75 #define IO_LITE(UP,low) \ argument
98 #define IO(UP,low) \ argument

12345678910>>...23