Home
last modified time | relevance | path

Searched refs:l64 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
Dreg_ld_str.c97 unsigned m64, l64; in FPU_load_double() local
102 FPU_get_user(l64, (unsigned long __user *)dfloat); in FPU_load_double()
110 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
120 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
121 loaded_data->sigl = l64 << 11; in FPU_load_double()
126 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
134 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
135 loaded_data->sigl = l64 << 11; in FPU_load_double()
143 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
144 loaded_data->sigl = l64 << 11; in FPU_load_double()
/linux-4.1.27/include/uapi/asm-generic/
DKbuild7 header-y += int-l64.h
/linux-4.1.27/drivers/pci/
Dprobe.c175 u64 l64, sz64, mask64; in __pci_read_base() local
217 l64 = l & PCI_BASE_ADDRESS_IO_MASK; in __pci_read_base()
221 l64 = l & PCI_BASE_ADDRESS_MEM_MASK; in __pci_read_base()
227 l64 = l & PCI_ROM_ADDRESS_MASK; in __pci_read_base()
238 l64 |= ((u64)l << 32); in __pci_read_base()
249 sz64 = pci_size(l64, sz64, mask64); in __pci_read_base()
273 pos, (unsigned long long)l64); in __pci_read_base()
278 region.start = l64; in __pci_read_base()
279 region.end = l64 + sz64; in __pci_read_base()
/linux-4.1.27/drivers/char/agp/
Dintel-gtt.c1039 u64 l64; in intel_i965_g33_setup_chipset_flush() local
1042 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()
1045 intel_private.ifp_resource.start = l64; in intel_i965_g33_setup_chipset_flush()
1046 intel_private.ifp_resource.end = l64 + PAGE_SIZE; in intel_i965_g33_setup_chipset_flush()