Searched refs:l64 (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/alpha/include/uapi/asm/
H A Dtypes.h14 * This is here because we used to use l64 for alpha
22 #include <asm-generic/int-l64.h>
/linux-master/arch/mips/include/uapi/asm/
H A Dtypes.h16 * We don't use int-l64.h for the kernel anymore but still use it for
24 # include <asm-generic/int-l64.h>
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtypes.h18 * This is here because we used to use l64 for 64bit powerpc
26 # include <asm-generic/int-l64.h>
/linux-master/usr/include/
H A Dheaders_check.pl95 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
148 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
/linux-master/arch/x86/math-emu/
H A Dreg_ld_str.c98 unsigned m64, l64; local
103 FPU_get_user(l64, (unsigned long __user *)dfloat);
111 if ((m64 == 0) && (l64 == 0)) {
121 loaded_data->sigh |= l64 >> 21;
122 loaded_data->sigl = l64 << 11;
127 if ((m64 == 0) && (l64 == 0)) {
135 loaded_data->sigh |= l64 >> 21;
136 loaded_data->sigl = l64 << 11;
144 loaded_data->sigh |= l64 >> 21;
145 loaded_data->sigl = l64 << 1
[all...]
/linux-master/drivers/char/agp/
H A Dintel-gtt.c1055 u64 l64; local
1058 l64 = ((u64)temp_hi << 32) | temp_lo;
1061 intel_private.ifp_resource.start = l64;
1062 intel_private.ifp_resource.end = l64 + PAGE_SIZE;
/linux-master/drivers/pci/
H A Dprobe.c180 u64 l64, sz64, mask64; local
223 l64 = l & PCI_BASE_ADDRESS_IO_MASK;
227 l64 = l & PCI_BASE_ADDRESS_MEM_MASK;
234 l64 = l & PCI_ROM_ADDRESS_MASK;
245 l64 |= ((u64)l << 32);
256 sz64 = pci_size(l64, sz64, mask64);
279 res_name, (unsigned long long)l64);
284 region.start = l64;
285 region.end = l64 + sz64 - 1;

Completed in 119 milliseconds