Searched refs:low (Results 1 - 25 of 589) sorted by relevance

1234567891011>>

/linux-master/arch/arm/nwfpe/
H A Dfpopcode.c19 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */
20 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */
21 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */
22 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */
23 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */
24 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */
25 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */
26 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
/linux-master/arch/arm64/include/asm/
H A Dstacktrace.h27 unsigned long low = (unsigned long)raw_cpu_read(irq_stack_ptr); local
28 unsigned long high = low + IRQ_STACK_SIZE;
31 .low = low,
44 unsigned long low = (unsigned long)task_stack_page(tsk); local
45 unsigned long high = low + THREAD_SIZE;
48 .low = low,
67 unsigned long low = (unsigned long)raw_cpu_ptr(overflow_stack); local
68 unsigned long high = low
85 unsigned long low = (unsigned long)raw_cpu_read(sdei_stack_normal_ptr); local
96 unsigned long low = (unsigned long)raw_cpu_read(sdei_stack_critical_ptr); local
115 unsigned long low = high - THREAD_SIZE; local
[all...]
/linux-master/drivers/thermal/intel/
H A Dintel_tcc.c22 u32 low, high; local
26 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &low, &high);
28 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, &low, &high);
32 val = (low >> 16) & 0xff;
49 u32 low, high; local
53 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &low, &high);
55 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, &low, &high);
59 return (low >> 24) & 0x3f;
76 u32 low, high; local
83 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &low,
116 u32 low, high; local
[all...]
/linux-master/arch/microblaze/lib/
H A Dcmpdi2.c20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
H A Ducmpdi2.c15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
H A Dashldi3.c18 w.s.low = 0;
19 w.s.high = (unsigned int) uu.s.low << -bm;
21 const unsigned int carries = (unsigned int) uu.s.low >> bm;
23 w.s.low = (unsigned int) uu.s.low << b;
H A Dlshrdi3.c19 w.s.low = (unsigned int) uu.s.high >> -bm;
24 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
/linux-master/arch/parisc/lib/
H A Ducmpdi2.c9 unsigned int low; member in struct:ull_union::__anon9
22 if (au.ui.low < bu.ui.low)
24 else if (au.ui.low > bu.ui.low)
/linux-master/arch/alpha/kernel/
H A Dmachvec_impl.h75 #define IO_LITE(UP,low) \
78 .mv_ioread8 = CAT(low,_ioread8), \
79 .mv_ioread16 = CAT(low,_ioread16), \
80 .mv_ioread32 = CAT(low,_ioread32), \
81 .mv_ioread64 = CAT(low,_ioread64), \
82 .mv_iowrite8 = CAT(low,_iowrite8), \
83 .mv_iowrite16 = CAT(low,_iowrite16), \
84 .mv_iowrite32 = CAT(low,_iowrite32), \
85 .mv_iowrite64 = CAT(low,_iowrite64), \
86 .mv_readb = CAT(low,_read
[all...]
/linux-master/arch/arm64/kvm/
H A Dstacktrace.c28 unsigned long low = (unsigned long)stacktrace_info->overflow_stack_base; local
29 unsigned long high = low + OVERFLOW_STACK_SIZE;
32 .low = low,
39 unsigned long low = (unsigned long)this_cpu_ptr_nvhe_sym(overflow_stack); local
40 unsigned long high = low + OVERFLOW_STACK_SIZE;
43 .low = low,
52 unsigned long low = (unsigned long)stacktrace_info->stack_base; local
53 unsigned long high = low
63 unsigned long low = (unsigned long)*this_cpu_ptr(&kvm_arm_hyp_stack_page); local
[all...]
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Damd.c13 unsigned long low, high; local
15 rdmsr(MSR_K6_UWCCR, low, high);
18 low = high;
20 *base = (low & 0xFFFE0000) >> PAGE_SHIFT;
22 if (low & 1)
24 if (low & 2)
26 if (!(low & 3)) {
45 low = (~low) & 0x1FFFC;
46 *size = (low
[all...]
H A Dcentaur.c12 unsigned long low; member in struct:__anon200
53 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT;
56 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2))
58 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25)
60 if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31)
68 unsigned long low, high; local
72 high = low = 0;
77 low = -size << PAGE_SHIFT | 0x1f;
80 low = -size << PAGE_SHIFT | 0x02; /* NC */
82 low
[all...]
/linux-master/arch/mips/lib/
H A Dlibgcc.h11 int high, low; member in struct:DWstruct
15 long long high, low; member in struct:TWstruct
19 int low, high; member in struct:DWstruct
23 long long low, high; member in struct:TWstruct
H A Dmulti3.c14 /* multiply 64-bit values, low 64-bits returned */
32 /* multiply 128-bit values, low 128-bits returned */
45 res.s.low = dmulu(aa.s.low, bb.s.low);
46 res.s.high = dmuhu(aa.s.low, bb.s.low);
47 res.s.high += dmulu(aa.s.high, bb.s.low);
48 res.s.high += dmulu(aa.s.low, bb.s.high);
/linux-master/lib/
H A Dcmpdi2.c23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
H A Ducmpdi2.c17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
H A Dashldi3.c21 w.s.low = 0;
22 w.s.high = (unsigned int) uu.s.low << -bm;
24 const unsigned int carries = (unsigned int) uu.s.low >> bm;
26 w.s.low = (unsigned int) uu.s.low << b;
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c26 static int search_proc_maps(char *needle, unsigned long *low, unsigned long *high) argument
53 *low = start;
74 unsigned long low, high, size; local
85 assert(search_proc_maps("[vdso]", &low, &high) == 0);
86 size = high - low + 1;
87 printf("VDSO is at 0x%lx-0x%lx (%lu bytes)\n", low, high, size);
96 assert(mremap((void *)low, size, size, MREMAP_MAYMOVE|MREMAP_FIXED, p) != MAP_FAILED);
97 assert(search_proc_maps("[vdso]", &low, &high) == 0);
98 size = high - low + 1;
99 printf("VDSO moved to 0x%lx-0x%lx (%lu bytes)\n", low, hig
[all...]
/linux-master/arch/sh/lib/
H A Dlibgcc.h12 int high, low; member in struct:DWstruct
16 int low, high; member in struct:DWstruct
/linux-master/arch/hexagon/kernel/
H A Dstacktrace.c24 unsigned long low, high; local
29 low = (unsigned long)task_stack_page(current);
30 high = low + THREAD_SIZE;
33 while (fp >= low && fp <= (high - sizeof(*frame))) {
48 low = fp + sizeof(*frame);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dbitfield.h109 * Extract bit field portion [low,high) from the native-endian element
121 * [0,high-low), with garbage in bits [high-low+1,...).
123 #define EF4_EXTRACT_NATIVE(native_element, min, max, low, high) \
124 ((low) > (max) || (high) < (min) ? 0 : \
125 (low) > (min) ? \
126 (native_element) >> ((low) - (min)) : \
127 (native_element) << ((min) - (low)))
130 * Extract bit field portion [low,high) from the 64-bit little-endian
133 #define EF4_EXTRACT64(element, min, max, low, hig
[all...]
/linux-master/include/linux/
H A Dio-64-nonatomic-hi-lo.h11 u32 low, high; local
14 low = readl(p);
16 return low + ((u64)high << 32);
28 u32 low, high; local
31 low = readl_relaxed(p);
33 return low + ((u64)high << 32);
62 u32 low, high; local
65 low = ioread32(addr);
67 return low + ((u64)high << 32);
84 u32 low, hig local
[all...]
H A Dio-64-nonatomic-lo-hi.h11 u32 low, high; local
13 low = readl(p);
16 return low + ((u64)high << 32);
28 u32 low, high; local
30 low = readl_relaxed(p);
33 return low + ((u64)high << 32);
62 u32 low, high; local
64 low = ioread32(addr);
67 return low + ((u64)high << 32);
84 u32 low, hig local
[all...]
/linux-master/arch/x86/include/asm/
H A Dmsr.h46 /* Using 64-bit values saves one instruction clearing the high half of low */
47 #define DECLARE_ARGS(val, low, high) unsigned long low, high
48 #define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32)
49 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high)
51 #define DECLARE_ARGS(val, low, high) unsigned long long val
52 #define EAX_EDX_VAL(val, low, high) (val)
53 #define EAX_EDX_RET(val, low, hig
94 __wrmsr(unsigned int msr, u32 low, u32 high) argument
106 __wrmsrns(u32 msr, u32 low, u32 high) argument
158 native_write_msr(unsigned int msr, u32 low, u32 high) argument
168 native_write_msr_safe(unsigned int msr, u32 low, u32 high) argument
267 wrmsr(unsigned int msr, u32 low, u32 high) argument
281 wrmsr_safe(unsigned int msr, u32 low, u32 high) argument
[all...]
/linux-master/arch/sparc/lib/
H A Dlibgcc.h10 int high, low; member in struct:DWstruct

Completed in 362 milliseconds

1234567891011>>